1
0
forked from pool/python-pluggy

Accepting request 644855 from home:mimi_vx:branches:devel:languages:python:pytest

- update to 0.8.0
 * Add get_hookimpls() method to hook callers
 * Add changelog in long package description and documentation.
 * Add a test exemplifying the opt-in nature of spec defined args.
 * Encapsulate hook specifications in a type for easier introspection.

OBS-URL: https://build.opensuse.org/request/show/644855
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pluggy?expand=0&rev=4
This commit is contained in:
Ondřej Súkup 2018-10-26 13:03:43 +00:00 committed by Git OBS Bridge
parent 6facace26a
commit 4b378ed782
4 changed files with 14 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:95eb8364a4708392bae89035f45341871286a333f749c3141c20573d2b3876e1
size 47784

3
pluggy-0.8.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:447ba94990e8014ee25ec853339faf7b0fc8050cdc3289d4d71f7f410fb90095
size 53259

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Oct 26 13:01:53 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.8.0
* Add get_hookimpls() method to hook callers
* Add changelog in long package description and documentation.
* Add a test exemplifying the opt-in nature of spec defined args.
* Encapsulate hook specifications in a type for easier introspection.
-------------------------------------------------------------------
Thu Aug 2 12:22:54 UTC 2018 - mimi.vx@gmail.com

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -20,7 +20,7 @@
%bcond_with tests
Name: python-pluggy
Version: 0.7.1
Version: 0.8.0
Release: 0
Summary: Plugin registration and hook calling mechanisms for Python
License: MIT