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 +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