mirror of
https://github.com/openSUSE/osc.git
synced 2025-03-29 18:40:03 +01:00
release 1.1.2
This commit is contained in:
parent
aa5e0952e2
commit
32a3078d67
18
NEWS
18
NEWS
@ -1,3 +1,21 @@
|
|||||||
|
- 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
|
||||||
|
|
||||||
- 1.1.1
|
- 1.1.1
|
||||||
- Command-line:
|
- Command-line:
|
||||||
- Fix 'creq' command that wasn't working at all
|
- Fix 'creq' command that wasn't working at all
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: osc
|
Name: osc
|
||||||
Version: 1.1.1
|
Version: 1.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Command-line client for the Open Build Service
|
Summary: Command-line client for the Open Build Service
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
@ -13,7 +13,7 @@ __all__ = [
|
|||||||
|
|
||||||
|
|
||||||
from .util import git_version
|
from .util import git_version
|
||||||
__version__ = git_version.get_version('1.1.1')
|
__version__ = git_version.get_version('1.1.2')
|
||||||
|
|
||||||
|
|
||||||
# vim: sw=4 et
|
# vim: sw=4 et
|
||||||
|
Loading…
x
Reference in New Issue
Block a user