diff --git a/pluggy-0.13.1.tar.gz b/pluggy-0.13.1.tar.gz deleted file mode 100644 index e9bfd73..0000000 Binary files a/pluggy-0.13.1.tar.gz and /dev/null differ diff --git a/pluggy-1.0.0.tar.gz b/pluggy-1.0.0.tar.gz new file mode 100644 index 0000000..e87ecaa Binary files /dev/null and b/pluggy-1.0.0.tar.gz differ diff --git a/python-pluggy.spec b/python-pluggy.spec index 8faff4c..2e31280 100644 --- a/python-pluggy.spec +++ b/python-pluggy.spec @@ -1,12 +1,12 @@ %global _empty_manifest_terminate_build 0 %bcond_with test Name: python-pluggy -Version: 0.13.1 -Release: 2 +Version: 1.0.0 +Release: 1 Summary: plugin and hook calling mechanisms for python License: MIT URL: https://github.com/pytest-dev/pluggy -Source0: https://files.pythonhosted.org/packages/f8/04/7a8542bed4b16a65c2714bf76cf5a0b026157da7f75e87cc88774aa10b14/pluggy-0.13.1.tar.gz +Source0: https://files.pythonhosted.org/packages/a1/16/db2d7de3474b6e37cbb9c008965ee63835bba517e22cdb8c35b5116b5ce1/pluggy-1.0.0.tar.gz BuildArch: noarch Requires: python3-importlib-metadata @@ -40,7 +40,7 @@ Provides: python3-pluggy-doc %{_description} %prep -%autosetup -n pluggy-0.13.1 +%autosetup -n pluggy-%{version} %build %py3_build @@ -85,6 +85,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest testing -k "not %{_pkgdocdir} %changelog +* Wed Feb 15 2023 wubijie - 1.0.0-1 +- Update package to version 1.0.0 + * Sat Nov 27 2021 shixuantong - 0.13.1-2 - disable %check