11
0
forked from pool/python-pluggy

Accepting request 545892 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/545892
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pluggy?expand=0&rev=4
This commit is contained in:
2017-12-02 12:10:45 +00:00
committed by Git OBS Bridge
parent 63a25a91f4
commit 8b5aac1a03
4 changed files with 22 additions and 4 deletions

View File

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

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f8ae7f5bdf75671a718d2daf0a64b7885f74510bcd98b1a0bb420eb9a9d0cff
size 19678

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Nov 26 21:25:17 UTC 2017 - arun@gmx.de
- update to version 0.6.0
* Add CI testing for the features, release, and master branches of
pytest (PR #79).
* Document public API for _Result objects passed to wrappers (PR
#85).
* Document and test hook LIFO ordering (PR #85).
* Turn warnings into errors in test suite (PR #89).
* Deprecate _Result.result (PR #88).
* Convert _Multicall to a simple function distinguishing it from the
legacy version (PR #90).
* Resolve E741 errors (PR #96).
* Test and bug fix for unmarked hook collection (PRs #97 and #102).
* Drop support for EOL Python 2.6 and 3.3 (PR #103).
* Fix inspect based arg introspection on py3.6 (PR #94).
-------------------------------------------------------------------
Thu Nov 9 06:02:35 UTC 2017 - arun@gmx.de

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pluggy
Version: 0.5.2
Version: 0.6.0
Release: 0
Summary: Plugin registration and hook calling mechanisms for Python
License: MIT