diff --git a/pluggy-1.0.0.tar.gz b/pluggy-1.0.0.tar.gz deleted file mode 100644 index e87ecaa..0000000 Binary files a/pluggy-1.0.0.tar.gz and /dev/null differ diff --git a/pluggy-1.4.0.tar.gz b/pluggy-1.4.0.tar.gz new file mode 100644 index 0000000..ff452b7 Binary files /dev/null and b/pluggy-1.4.0.tar.gz differ diff --git a/python-pluggy.spec b/python-pluggy.spec index 2e31280..f620e5a 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: 1.0.0 +Version: 1.4.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/a1/16/db2d7de3474b6e37cbb9c008965ee63835bba517e22cdb8c35b5116b5ce1/pluggy-1.0.0.tar.gz +Source0: https://files.pythonhosted.org/packages/54/c6/43f9d44d92aed815e781ca25ba8c174257e27253a94630d21be8725a2b59/pluggy-1.4.0.tar.gz BuildArch: noarch Requires: python3-importlib-metadata @@ -85,6 +85,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest testing -k "not %{_pkgdocdir} %changelog +* Fri Feb 23 2024 lijian - 1.4.0-1 +- Upgrade package to version 1.4.0 + * Wed Feb 15 2023 wubijie - 1.0.0-1 - Update package to version 1.0.0