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