diff --git a/python-service-identity.spec b/python-service-identity.spec index 1144e59..f65405c 100644 --- a/python-service-identity.spec +++ b/python-service-identity.spec @@ -5,7 +5,7 @@ Name: python-%{modname} Version: 21.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Service identity verification for pyOpenSSL License: MIT @@ -90,6 +90,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v %license LICENSE docs/license.rst %changelog +* Thu Jun 03 2021 Python Maint - 21.1.0-2 +- Rebuilt for Python 3.10 + * Mon May 24 13:50:05 CEST 2021 Robert-André Mauchin - 21.1.0-1 - Update to 21.1.0 - Close: rhbz#1958639