From c465671aa13619aae9f7fb98f70129a859079ac6d14f781050aa47915129fd39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 3 Jun 2019 08:39:20 +0000 Subject: [PATCH] - Update to 0.12.0: * #215: Switch from pkg_resources to importlib-metadata for entrypoint detection for improved performance and import time. This time with .egg support. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pluggy?expand=0&rev=14 --- pluggy-0.11.0.tar.gz | 3 --- pluggy-0.12.0.tar.gz | 3 +++ python-pluggy.changes | 7 +++++++ python-pluggy.spec | 4 +++- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 pluggy-0.11.0.tar.gz create mode 100644 pluggy-0.12.0.tar.gz diff --git a/pluggy-0.11.0.tar.gz b/pluggy-0.11.0.tar.gz deleted file mode 100644 index 149bf0c..0000000 --- a/pluggy-0.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25a1bc1d148c9a640211872b4ff859878d422bccb59c9965e04eed468a0aa180 -size 56897 diff --git a/pluggy-0.12.0.tar.gz b/pluggy-0.12.0.tar.gz new file mode 100644 index 0000000..cf832c9 --- /dev/null +++ b/pluggy-0.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0825a152ac059776623854c1543d65a4ad408eb3d33ee114dff91e57ec6ae6fc +size 57658 diff --git a/python-pluggy.changes b/python-pluggy.changes index 32e3d82..850a504 100644 --- a/python-pluggy.changes +++ b/python-pluggy.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jun 3 08:08:47 UTC 2019 - Tomáš Chvátal + +- Update to 0.12.0: + * #215: Switch from pkg_resources to importlib-metadata for entrypoint + detection for improved performance and import time. This time with .egg support. + ------------------------------------------------------------------- Mon May 20 08:34:10 UTC 2019 - Tomáš Chvátal diff --git a/python-pluggy.spec b/python-pluggy.spec index 75433b4..9459fcb 100644 --- a/python-pluggy.spec +++ b/python-pluggy.spec @@ -26,17 +26,19 @@ %bcond_with test %endif Name: python-pluggy%{psuffix} -Version: 0.11.0 +Version: 0.12.0 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 importlib-metadata >= 0.12} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-importlib-metadata >= 0.12 BuildArch: noarch %if %{with test} BuildRequires: %{python_module pytest}