From 4b378ed7825c5a3e889edc3fa4ed724dbbbc8842daa1821f268a08ad7e8c7d09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 26 Oct 2018 13:03:43 +0000 Subject: [PATCH] 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 --- pluggy-0.7.1.tar.gz | 3 --- pluggy-0.8.0.tar.gz | 3 +++ python-pluggy.changes | 9 +++++++++ python-pluggy.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 pluggy-0.7.1.tar.gz create mode 100644 pluggy-0.8.0.tar.gz diff --git a/pluggy-0.7.1.tar.gz b/pluggy-0.7.1.tar.gz deleted file mode 100644 index 8bdae40..0000000 --- a/pluggy-0.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95eb8364a4708392bae89035f45341871286a333f749c3141c20573d2b3876e1 -size 47784 diff --git a/pluggy-0.8.0.tar.gz b/pluggy-0.8.0.tar.gz new file mode 100644 index 0000000..08e5099 --- /dev/null +++ b/pluggy-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:447ba94990e8014ee25ec853339faf7b0fc8050cdc3289d4d71f7f410fb90095 +size 53259 diff --git a/python-pluggy.changes b/python-pluggy.changes index a7a7e3b..dc2fac0 100644 --- a/python-pluggy.changes +++ b/python-pluggy.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Oct 26 13:01:53 UTC 2018 - Ondřej Súkup + +- 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 diff --git a/python-pluggy.spec b/python-pluggy.spec index 06df2fc..88aec0a 100644 --- a/python-pluggy.spec +++ b/python-pluggy.spec @@ -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