From 8b5aac1a03e04c49fc76497f5803eb771e372369a974967ff0dc3ee91691170f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 2 Dec 2017 12:10:45 +0000 Subject: [PATCH] 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 --- pluggy-0.5.2.tar.gz | 3 --- pluggy-0.6.0.tar.gz | 3 +++ python-pluggy.changes | 18 ++++++++++++++++++ python-pluggy.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 pluggy-0.5.2.tar.gz create mode 100644 pluggy-0.6.0.tar.gz diff --git a/pluggy-0.5.2.tar.gz b/pluggy-0.5.2.tar.gz deleted file mode 100644 index 408e7f0..0000000 --- a/pluggy-0.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd60171dbb250fdebafad46ed16d97065369da40568ae948ef7117eee8536e94 -size 18935 diff --git a/pluggy-0.6.0.tar.gz b/pluggy-0.6.0.tar.gz new file mode 100644 index 0000000..2c586c0 --- /dev/null +++ b/pluggy-0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8ae7f5bdf75671a718d2daf0a64b7885f74510bcd98b1a0bb420eb9a9d0cff +size 19678 diff --git a/python-pluggy.changes b/python-pluggy.changes index 772aab5..07c679a 100644 --- a/python-pluggy.changes +++ b/python-pluggy.changes @@ -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 diff --git a/python-pluggy.spec b/python-pluggy.spec index 2c0d20c..6b6bf1c 100644 --- a/python-pluggy.spec +++ b/python-pluggy.spec @@ -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