Bootstrap for Python 3.11

This commit is contained in:
Python Maint 2022-06-14 08:41:16 +02:00 committed by Tomáš Hrnčiar
parent 58e8828364
commit 697f9bc002
1 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,4 @@
%global _without_tests 1
%bcond_without tests
%{!?python3_pkgversion:%global python3_pkgversion 3}
@ -7,7 +8,7 @@
Name: python-%{srcname}
Version: 37.0.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: PyCA's cryptography library
License: ASL 2.0 or BSD
@ -120,6 +121,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-2
- Bootstrap for Python 3.11
* Thu May 05 2022 Christian Heimes <cheimes@redhat.com> - 37.0.2-1
- Update to 37.0.2, resolves rhbz#2078968