mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-25 19:52:12 +01:00
release 1.0.0b1
This commit is contained in:
parent
43337afdf5
commit
4423a5d4a9
12
NEWS
12
NEWS
@ -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
|
0.181.0
|
||||||
- fix crash when 'pass' is not set in the config file
|
- fix crash when 'pass' is not set in the config file
|
||||||
- add missing attributes to Package when scm_url is set
|
- add missing attributes to Package when scm_url is set
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
|
|
||||||
from .util import git_version
|
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
|
# __store_version__ is to be incremented when the format of the working copy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user