Rebuilt for Python 3.13

This commit is contained in:
Python Maint 2024-06-08 08:13:50 +02:00 committed by Miro Hrončok
commit a7c29b32fa

View file

@ -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 <python-maint@redhat.com> - 41.0.7-3
- Rebuilt for Python 3.13
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 41.0.7-2
- Bootstrap for Python 3.13