diff --git a/python-pydocstyle.spec b/python-pydocstyle.spec index 101ab34..0845f02 100644 --- a/python-pydocstyle.spec +++ b/python-pydocstyle.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 5.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python docstring style checker License: MIT @@ -84,9 +84,12 @@ py.test-3 -v src/tests %doc README.rst %{_bindir}/pydocstyle %{python3_sitelib}/%{pypi_name} -%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info +%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Thu Jul 09 2020 Tadej Janež - 5.0.2-2 +- Replace Python version glob with macro to support Python 3.10 + * Fri Jun 26 2020 Tadej Janež - 5.0.2-1 - Update to 5.0.2 release - Add explicit BuildRequires on python3-setuptools