1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-25 17:36:13 +01:00

Release 0.172.0

For the details see the NEWS file.
This commit is contained in:
Marcus Huewe 2021-01-27 13:21:32 +01:00
parent 224ec6eef5
commit 5df5465b1a
2 changed files with 14 additions and 2 deletions

14
NEWS
View File

@ -1,5 +1,17 @@
0.172.0
-
- support --lastsucceeded/--last-succeeded in "osc buildlog", "osc
remotebuildlog" + friends (perform the corresponding operation on
the build log of the last successful build)
- fix pypi deployment via Travis CI
- several fixes in request related code paths (no double html_escape
of a request's description etc.)
- support local builds in a systemd-nspawn container
- fix potential TypeErrors+UnicodeEncodeErrors in the util.cpio and
util.ar modules
- support local flatpak builds (requires a recent build version)
- "osc init <prj>" works for a non-existent (server-side) project <prj>
- .old dir support for source services so that some services have access
to the results of a previous service run
0.171.0
- maintainer search: lookup via package name by default and binary as fallback

View File

@ -5,7 +5,7 @@
from __future__ import print_function
__version__ = '0.172.git'
__version__ = '0.172.0'
# __store_version__ is to be incremented when the format of the working copy
# "store" changes in an incompatible way. Please add any needed migration