1
0
forked from pool/python-pluggy

- 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
This commit is contained in:
Tomáš Chvátal 2019-06-03 08:39:20 +00:00 committed by Git OBS Bridge
parent 82ab8afd5e
commit c465671aa1
4 changed files with 13 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25a1bc1d148c9a640211872b4ff859878d422bccb59c9965e04eed468a0aa180
size 56897

3
pluggy-0.12.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0825a152ac059776623854c1543d65a4ad408eb3d33ee114dff91e57ec6ae6fc
size 57658

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jun 3 08:08:47 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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 <tchvatal@suse.com>

View File

@ -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}