11
0
forked from pool/python-pluggy
Files
python-pluggy/python-pluggy.changes
2017-04-19 16:08:42 +00:00

21 lines
776 B
Plaintext

-------------------------------------------------------------------
Fri Apr 7 15:09:41 UTC 2017 - jmatejek@suse.com
- update for singlespec
- add project URL
- enable test
- update to 0.4.0
* add has_plugin(name) method to pluginmanager. thanks Bruno Oliveira.
* fix issue11: make plugin parsing more resilient against exceptions
from __getattr__ functions. Thanks Bruno Oliveira.
* fix issue #4: specific HookCallError exception for when a hook call
provides not enough arguments.
* better error message when loading setuptools entrypoints fails
due to a VersionConflict. Thanks Daniel Hahler.
-------------------------------------------------------------------
Wed Sep 16 13:48:57 UTC 2015 - tbechtold@suse.com
- Initial packagin (version 0.3.0)