diff --git a/pluggy-0.13.0.tar.gz b/pluggy-0.13.0.tar.gz deleted file mode 100644 index c529f54..0000000 --- a/pluggy-0.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa5fa1622fa6dd5c030e9cad086fa19ef6a0cf6d7a2d12318e10cb49d6d68f34 -size 57726 diff --git a/pluggy-0.13.1.tar.gz b/pluggy-0.13.1.tar.gz new file mode 100644 index 0000000..d75f016 --- /dev/null +++ b/pluggy-0.13.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0 +size 57962 diff --git a/python-pluggy.changes b/python-pluggy.changes index 7a4a31d..08c7cf1 100644 --- a/python-pluggy.changes +++ b/python-pluggy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 6 12:52:03 UTC 2020 - Tomáš Chvátal + +- Update to 0.13.1: + * Improved documentation, especially with regard to references. + ------------------------------------------------------------------- Fri Dec 13 14:45:29 UTC 2019 - Stefan Brüns diff --git a/python-pluggy.spec b/python-pluggy.spec index 0290f7d..4f37511 100644 --- a/python-pluggy.spec +++ b/python-pluggy.spec @@ -1,7 +1,7 @@ # # spec file for package python-pluggy # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,11 +26,10 @@ %bcond_with test %endif Name: python-pluggy%{psuffix} -Version: 0.13.0 +Version: 0.13.1 Release: 0 Summary: Plugin registration and hook calling mechanisms for Python License: MIT -Group: Development/Languages/Python URL: https://github.com/pytest-dev/pluggy Source: https://files.pythonhosted.org/packages/source/p/pluggy/pluggy-%{version}.tar.gz BuildRequires: %{python_module setuptools_scm}