Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-14 12:08:28 +02:00 committed by Tomáš Hrnčiar
parent 697f9bc002
commit 62733ee588

View File

@ -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 <python-maint@redhat.com> - 37.0.2-3
- Rebuilt for Python 3.11
* Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 37.0.2-2
- Bootstrap for Python 3.11