From bcc2ec8af9fee01035ca14968029d5c23fa1713d Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jun 02 2021 23:05:02 +0000 Subject: Rebuilt for Python 3.10 --- diff --git a/python-cryptography.spec b/python-cryptography.spec index 8799805..23fe6d7 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: 3.4.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: PyCA's cryptography library License: ASL 2.0 or BSD @@ -121,6 +121,9 @@ PYTHONPATH=${PWD}/vectors:%{buildroot}%{python3_sitearch} \ %{python3_sitearch}/%{srcname}-%{version}-py*.egg-info %changelog +* Wed Jun 02 2021 Python Maint - 3.4.7-3 +- Rebuilt for Python 3.10 + * Tue May 11 2021 Christian Heimes - 3.4.7-2 - Fix compatibility issue with Python 3.10. Enums now use same representation as on Python 3.9. (#1952522)