1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-26 09:56: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:
Marcus Huewe 2013-06-13 21:00:12 +02:00
parent 659562a3ee
commit 20ac9ece78

3
NEWS
View File

@ -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