mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-26 01:46:13 +01:00
- mention reworked plugin loading mechanism in the NEWS file
Also added information about a potential problem and how to fix it (if a plugin uses the "@cmdln.option(...)" decorator it can't be loaded/imported)
This commit is contained in:
parent
659562a3ee
commit
20ac9ece78
3
NEWS
3
NEWS
@ -1,5 +1,8 @@
|
|||||||
0.140
|
0.140
|
||||||
- support python 2.7 and python 3 in parallel now
|
- support python 2.7 and python 3 in parallel now
|
||||||
|
- reworked plugin loading mechanism in order to avoid the (mass) breakage of existing
|
||||||
|
plugins due to the python 3 support. Nonetheless if a plugin uses the "@cmdln.option(...)"
|
||||||
|
decorator it has to import the cmdln module first via "from osc import cmdln".
|
||||||
- allow specifying directories as mv targets
|
- allow specifying directories as mv targets
|
||||||
- drop the support for deprecated cbinstall and cbpreinstall directives
|
- drop the support for deprecated cbinstall and cbpreinstall directives
|
||||||
- allow to set maintainer or bugowner ship for a binary package initially, but ask back if
|
- allow to set maintainer or bugowner ship for a binary package initially, but ask back if
|
||||||
|
Loading…
Reference in New Issue
Block a user