11
0
forked from pool/python-pluggy

Accepting request 627080 from devel:languages:python:pytest

OBS-URL: https://build.opensuse.org/request/show/627080
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pluggy?expand=0&rev=6
This commit is contained in:
2018-08-08 12:45:07 +00:00
committed by Git OBS Bridge
parent 75c1cbdcfc
commit 6facace26a
4 changed files with 23 additions and 8 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Aug 2 12:22:54 UTC 2018 - mimi.vx@gmail.com
- update to 0.7.1
* Deprecate the implprefix kwarg to PluginManager and instead expect users
to start using explicit HookimplMarker everywhere
* Add .plugin member to PluginValidationError to access failing plugin during post-mortem.
* Add per implementation warnings support for hookspecs allowing for both
deprecation and future warnings of legacy and (future) experimental hooks respectively.
* Fix a bug where _HookCaller.call_historic() would call the proc arg even
when the default is None resulting in a TypeError.
* Fix problem when handling VersionConflict errors when loading setuptools plugins.
-------------------------------------------------------------------
Thu Dec 21 16:12:04 UTC 2017 - jmatejek@suse.com