diff --git a/pytest-enabler-2.2.0.tar.gz b/pytest-enabler-2.2.0.tar.gz deleted file mode 100644 index 587e0bc..0000000 Binary files a/pytest-enabler-2.2.0.tar.gz and /dev/null differ diff --git a/pytest-enabler-3.0.0.tar.gz b/pytest-enabler-3.0.0.tar.gz new file mode 100644 index 0000000..beaadc0 Binary files /dev/null and b/pytest-enabler-3.0.0.tar.gz differ diff --git a/python-pytest-enabler.spec b/python-pytest-enabler.spec index 1df9724..3416bfb 100644 --- a/python-pytest-enabler.spec +++ b/python-pytest-enabler.spec @@ -2,13 +2,13 @@ %global pypi_name pytest-enabler Name: python-%{pypi_name} -Version: 2.2.0 +Version: 3.0.0 Release: 1 Summary: Enable installed pytest plugins. License: MIT URL: https://github.com/jaraco/pytest-enabler -Source0: https://files.pythonhosted.org/packages/86/bb/e3c6b15208829a90172a39659bcc52077dbba1c1f23af9d777f66a0490fa/pytest-enabler-2.2.0.tar.gz +Source0: https://github.com/jaraco/pytest-enabler/archive/refs/tags/%{pypi_name}-%{version}.tar.gz BuildArch: noarch @@ -53,5 +53,11 @@ rm -rf *.egg* %{python3_sitelib}/pytest_enabler-*.dist-info/ %changelog +* Mon Mar 04 2024 yueyuankun - 3.0.0-1 +- Type:update +- ID:NA +- SUG:NA +- DESC:Update to version 3.0.0 + * Thu Jul 6 2023 Dongxing Wang - 2.2.0-1 - Initial packaging