diff --git a/python-click.spec b/python-click.spec index 65b773a..901ea49 100644 --- a/python-click.spec +++ b/python-click.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 8.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple wrapper around optparse for powerful command line utilities License: BSD @@ -28,6 +28,8 @@ BuildRequires: pyproject-rpm-macros %prep %autosetup -n %{pypi_name}-%{version} -p1 +# Use test dependencies without version locks +sed -i 's|requirements/tests.txt|requirements/tests.in|' tox.ini %generate_buildrequires %pyproject_buildrequires -t @@ -47,6 +49,9 @@ BuildRequires: pyproject-rpm-macros %doc README.rst CHANGES.rst %changelog +* Thu Jul 08 2021 Lumír Balhar - 8.0.1-2 +- Use test dependencies without version locks + * Tue Jun 22 2021 Lumír Balhar - 8.0.1-1 - Update to 8.0.1 Resolves: rhbz#1901659