diff --git a/python-cryptography.spec b/python-cryptography.spec index 6d4be22..52208e8 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} @@ -7,7 +6,7 @@ Name: python-%{srcname} Version: 41.0.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: PyCA's cryptography library # cryptography is dual licensed under the Apache-2.0 and BSD-3-Clause, @@ -138,6 +137,9 @@ PYTHONPATH=${PWD}/vectors:%{buildroot}%{python3_sitearch} \ %{python3_sitearch}/%{srcname}-%{version}-py*.egg-info %changelog +* Sat Jun 08 2024 Python Maint - 41.0.7-3 +- Rebuilt for Python 3.13 + * Fri Jun 07 2024 Python Maint - 41.0.7-2 - Bootstrap for Python 3.13