diff --git a/python-jose.spec b/python-jose.spec index dbac321..1b2fda2 100644 --- a/python-jose.spec +++ b/python-jose.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 3.2.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A JOSE implementation in Python License: MIT @@ -17,8 +17,7 @@ Patch0: %{name}-3.2.0-pr-199.patch BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros -# From setup.py, setup_requires: -BuildRequires: python3dist(setuptools) >= 39.2.0 +# From setup_requires: BuildRequires: python3dist(pytest-runner) # Documentation @@ -235,6 +234,9 @@ echo '>>> Cross-backend compatibility and coexistence <<<' 1>&2 %changelog +* Tue Mar 16 2021 Benjamin A. Beasley - 3.2.0-5 +- Drop python3dist(setuptools) BR, redundant with %%pyproject_buildrequires + * Fri Mar 05 2021 Benjamin A. Beasley - 3.2.0-4 - Backport unreleased ecdsa 0.16 support from upstream. Fixes TestECAlgorithm.test_key_too_short test.