diff --git a/pytest-enabler-3.1.1.tar.gz b/pytest-enabler-3.1.1.tar.gz deleted file mode 100644 index 950267f745186ffa0f7076f70ea714426b4badd9..0000000000000000000000000000000000000000 Binary files a/pytest-enabler-3.1.1.tar.gz and /dev/null differ diff --git a/pytest-enabler-3.2.0.tar.gz b/pytest-enabler-3.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..03dd2a9fade532384a343822a6aac14f9d87ea67 Binary files /dev/null and b/pytest-enabler-3.2.0.tar.gz differ diff --git a/python-pytest-enabler.spec b/python-pytest-enabler.spec index 915bfa6eb352b7271d8ce70bd0d56d6b50e3f27f..39e24bee915904ba0b83fb5a1a6755e5292b5f07 100644 --- a/python-pytest-enabler.spec +++ b/python-pytest-enabler.spec @@ -2,7 +2,7 @@ %global pypi_name pytest-enabler Name: python-%{pypi_name} -Version: 3.1.1 +Version: 3.2.0 Release: 1 Summary: Enable installed pytest plugins. @@ -53,6 +53,12 @@ rm -rf *.egg* %{python3_sitelib}/pytest_enabler-*.dist-info/ %changelog +* Fri Aug 30 2024 guochao - 3.2.0-1 +- Update package to version 3.2.0 +- Add support for linking usernames +- Update to the latest ruff version +- Move Python 3.11 out of the test matrix + * Thu Jun 20 2024 liuzhilin - 3.1.1-1 - DESC:Update to version 3.1.1 - Ensure importlib_resources is included in the dependencies removed for coverage concerns.