diff --git a/python-pytest-enabler.spec b/python-pytest-enabler.spec index cbe730efdab2b297ffa7ccb023dbed91bccd12f5..592651e212c876bb045866959c7beee2541fe74b 100644 --- a/python-pytest-enabler.spec +++ b/python-pytest-enabler.spec @@ -3,12 +3,12 @@ Name: python-%{pypi_name} Version: 3.3.0 -Release: 1 +Release: 2 Summary: Enable installed pytest plugins. License: MIT URL: https://github.com/jaraco/pytest-enabler -Source0: https://github.com/jaraco/pytest-enabler/archive/refs/tags/%{pypi_name}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/60/44/0487e4f884c8ab4edae24de07e8c62a5db4a406040713b9f726bd8974932/pytest_enabler-3.3.0.tar.gz BuildArch: noarch @@ -53,6 +53,9 @@ rm -rf *.egg* %{python3_sitelib}/pytest_enabler-*.dist-info/ %changelog +* Mon Dec 16 2024 liuzhilin - 3.3.0-2 +- Fix Source0 error url + * Fri Nov 29 2024 liuzhilin - 3.3.0-1 - Update package version to 3.3.0 - Get Traversable from importlib.abc or importlib_resources.abc for better compatibility with Python 3.14.