1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-24 22:06:14 +01:00

release 0.176.0

This commit is contained in:
Daniel Mach 2022-02-28 16:44:11 +01:00
parent ced706080b
commit 5f56c71e7f
2 changed files with 17 additions and 1 deletions

16
NEWS
View File

@ -1,5 +1,21 @@
0.176.0
- add -F option to osc submitreq
- add --verbose option to build command
- fix getbinaries command to fetch also multibuild packages
- fix getbinaries -M/--multibuild-package option usage
- skip fetching metadata and logs in the getbinaries command
- do not download a bdep with a hdrmd5 from the api by default
- re-download file from API when hdrmd5 doesn't match
- honor --download-api-only option
- remove Windows from the supported operating systems
- fix license in setup.py
- add py3.10 and py3.11 to the classifiers in setup.py
- use the latest version of COPYING file from gnu.org
- fix crash on terminal resize during download
- do not fail with a traceback in case of a config error
- preserve oscrc symlink when writing conf file
- escape % character in binary download URLs
- fix printing paths to built debian packages
0.175.0
- do not crash when running "osc search --binary --verbose foo"

View File

@ -5,7 +5,7 @@
from __future__ import print_function
__version__ = '0.176.git'
__version__ = '0.176.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