1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-09 22:36:14 +01:00

release 1.0.0b1

This commit is contained in:
Daniel Mach 2022-08-04 16:19:59 +02:00
parent 43337afdf5
commit 4423a5d4a9
2 changed files with 13 additions and 1 deletions

12
NEWS
View File

@ -1,3 +1,15 @@
1.0.0b1
- drop Python 2 support
- switch http_request() to urllib3 and cryptography (drop M2Crypto dependency)
- warn when using HTTP connection, Make HTTPS the default
- add XDG compatible location for osc plugins
- replace osc-wrapper.py with entry_points.
- core: add functions for glob matching of multibuild flavors
- fix multibuild packages in all osc commands where applicable
- do not ask for login for -h,--help
- move format_table() to util.helper
- code cleanups
0.181.0
- fix crash when 'pass' is not set in the config file
- add missing attributes to Package when scm_url is set

View File

@ -5,7 +5,7 @@
from .util import git_version
__version__ = git_version.get_version('1.0.0~b0')
__version__ = git_version.get_version('1.0.0~b1')
# __store_version__ is to be incremented when the format of the working copy