11
0
forked from pool/python-pluggy

Accepting request 486539 from devel:languages:python

- update for singlespec
- please send to Staging:E, it's a requirement for new python-tox

OBS-URL: https://build.opensuse.org/request/show/486539
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pluggy?expand=0&rev=2
This commit is contained in:
2017-04-19 16:08:42 +00:00
committed by Git OBS Bridge
parent d1fef2cd8d
commit 66a9b40f16
4 changed files with 36 additions and 17 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
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