Revisions of osc

Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1085990 from Daniel Mach's avatar Daniel Mach (dmach) (revision 399)
- 1.1.3
  - Command-line:
    - Backup edited messages and notify user about them when osc errors out
    - Consider only open requests when listing requests with a given review state
    - Fix 'diff' command when no files are specified
  - Configuration:
    - Add glob support to the 'trusted_prj' config option
  - Library:
    - Fix core.xmlindent() to work with ElementTree objects
buildservice-autocommit accepted request 1084818 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 398)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 397)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 396)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1084218 from Daniel Mach's avatar Daniel Mach (dmach) (revision 395)
- 1.1.2
  - Command-line:
    - Add '--buildtool-opt' option passing options to underlying rpmbuild to the 'build' command
    - Fix 'diff' command to support diffing selected files only
    - Identify inherited packages in the 'dependson' command output
    - Bring the '--debug' option back to the 'buildinfo' command
    - Fix 'buildhistory' command by setting the type of the '--limit' option to int
  - Library:
    - Fix a traceback when failed to unlock a keyring
    - Don't retry on 400 HTTP status code in core.server_diff()
    - Clean-up the '.old' folder if an exception happens
    - Document 'popt' attribute in the _link template
    - Fix build.get_repo() to return only directory that contains 'repodata/repomd.xml'
  - Connection:
    - Retry on receiving the following HTTP status codes: 400, 500, 502, 503, 504
    - Allow disabling retry on 400 HTTP status code
    - Fix urlgrab to skip mirrors with invalid scheme
Daniel Mach's avatar Daniel Mach (dmach) accepted request 1084128 from Nicholas Brown's avatar Nicholas Brown (nickbrown) (revision 394)
Fixed the installation of the completion, which was missing.
Create/Install a manpage.
Fixed a few lintian warnings about the packaging.

Adding this to the openSUSE:Tools prjconf would be useful so that lintian is automatically run on the built packages: https://github.com/openSUSE/obs-build/blob/master/build-recipe-dsc#L184

```
%if 0%{?debian}
support: lintian
%endif
```
buildservice-autocommit accepted request 1078423 from Daniel Mach's avatar Daniel Mach (dmach) (revision 393)
baserev update by copy to link target
Daniel Mach's avatar Daniel Mach (dmach) accepted request 1078421 from Daniel Mach's avatar Daniel Mach (dmach) (revision 392)
- 1.1.1
  - Command-line:
    - Fix 'creq' command that wasn't working at all
    - Fix 'ls' command when listing all projects by setting project argument to '/'
    - Fix regression: Run interactive config setup on missing config or credentials
    - Append plugin dirs to sys.path to allow loading modules installed next to the plugins
    - Do not recurse into subdirs when loading plugins
  - Configuration:
    - Display apiurl when asking for a username or a password
    - If apiurl is not set in interactive_config_setup(), use apiurl from DEFAULTS
  - Library:
    - Decode entities in HTTPError message body
buildservice-autocommit accepted request 1077044 from Marco Strigl's avatar Marco Strigl (mstrigl) (revision 391)
baserev update by copy to link target
Marco Strigl's avatar Marco Strigl (mstrigl) accepted request 1076940 from Daniel Mach's avatar Daniel Mach (dmach) (revision 390)
- Update to 1.1.0
  - Command-line:
    - New class-based commands
    - Sort commands before printing help
    - No longer read plugins from /var/lib/osc-plugins
  - Configuration:
    - Do not error out on setting oscrc permissions if the file is owned by another user
  - Library:
    - Restore 'include_request_from_project' conf option functionality
    - Simplify how babysitter works with options and config
    - Prefer f-strings over c-style string expansion
buildservice-autocommit accepted request 1072666 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 389)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1072665 from Daniel Mach's avatar Daniel Mach (dmach) (revision 388)
- Update to 1.0.1
  - Configuration:
    - Fix a cut&paste error in setting 'disable_hdrmd5_check' config option
  - Connection:
    - Set Content-Type of POST requests without data to 'application/x-www-form-urlencoded'
buildservice-autocommit accepted request 1072318 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 387)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1072314 from Daniel Mach's avatar Daniel Mach (dmach) (revision 386)
- Update to 1.0.0
- Drop debian changelog entries because they weren't updated for a long time without anybody noticing
- Simplify _service
buildservice-autocommit accepted request 1064026 from Daniel Mach's avatar Daniel Mach (dmach) (revision 385)
baserev update by copy to link target
Daniel Mach's avatar Daniel Mach (dmach) accepted request 1064021 from Daniel Mach's avatar Daniel Mach (dmach) (revision 384)
- 1.0.0b5
  - rq list: Fix a traceback when --type is not specified
  - core.checkout_package(): Use pathlib.Path
  - connection: Retry all, not just default allowed methods
  - connection: Wait between retries
buildservice-autocommit accepted request 1063021 from Daniel Mach's avatar Daniel Mach (dmach) (revision 383)
baserev update by copy to link target
Daniel Mach's avatar Daniel Mach (dmach) accepted request 1063014 from Daniel Mach's avatar Daniel Mach (dmach) (revision 382)
- 1.0.0b4
  - Fix regressions to osc 0.x:
    - mv: Fix traceback due to missing target file name
    - rm: Fix creating a Package object by providing multiple files on the command line
    - copypac: Fix downgrading a package to an old revision
    - buildhist: Fix running from a package checkout
    - rebuild: Fix running from a package checkout
    - rdiff: Fix traceback when new project is not specified
    - rq list: Fix passing values of the --type option
    - build: Fix reading extra-pkgs from oscrc
    - Support withfullhistory in osc.core.get_request_list again
    - Fix osc.get_request_list ignoring the req_type parameter
  - Revert "Do not list declined requests by default"
  - connection: Mute the "Converted retries value" debug message
  - connection: Fix traceback on loading an invalid cookiejar file
  - connection: Save cookiejar only when there's a Set-Cookie header in the response
  - Add oscerr.ProjectError class needed by core.delete_project()
  - Fix all errors reported by pylint
- spec file:
  - drop upstreamed patches:
    - 1217.patch
    - 1228.patch
  - Recommend python3-distro - needed for setting the default editor by distro
buildservice-autocommit accepted request 1060883 from Marco Strigl's avatar Marco Strigl (mstrigl) (revision 381)
baserev update by copy to link target
Marco Strigl's avatar Marco Strigl (mstrigl) accepted request 1060881 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 380)
- add 1217.patch to fix correct variable (prj instead of project)
Displaying revisions 41 - 60 of 439
openSUSE Build Service is sponsored by