From f32ed18be7458c0152a5b26a5fc4d72db38bdcb7 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 10 Jul 2023 14:05:42 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-cryptography.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-cryptography.spec b/python-cryptography.spec index 336b8fc..5c8b8a7 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: 40.0.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: PyCA's cryptography library # cryptography is dual licensed under the Apache-2.0 and BSD-3-Clause, @@ -132,6 +131,9 @@ PYTHONPATH=${PWD}/vectors:%{buildroot}%{python3_sitearch} \ %{python3_sitearch}/%{srcname}-%{version}-py*.egg-info %changelog +* Mon Jul 10 2023 Python Maint - 40.0.2-4 +- Rebuilt for Python 3.12 + * Wed Jun 14 2023 Python Maint - 40.0.2-3 - Bootstrap for Python 3.12