diff --git a/python-cryptography.spec b/python-cryptography.spec index a844bfb..eaecf52 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -1,4 +1,3 @@ -%global _without_tests 1 %bcond_without tests %{!?python3_pkgversion:%global python3_pkgversion 3} @@ -8,7 +7,7 @@ Name: python-%{srcname} Version: 37.0.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: PyCA's cryptography library License: ASL 2.0 or BSD @@ -121,6 +120,9 @@ PYTHONPATH=${PWD}/vectors:%{buildroot}%{python3_sitearch} \ %{python3_sitearch}/%{srcname}-%{version}-py*.egg-info %changelog +* Tue Jun 14 2022 Python Maint - 37.0.2-3 +- Rebuilt for Python 3.11 + * Tue Jun 14 2022 Python Maint - 37.0.2-2 - Bootstrap for Python 3.11