diff --git a/python-crypto.spec b/python-crypto.spec index 53a7090..9258148 100644 --- a/python-crypto.spec +++ b/python-crypto.spec @@ -7,7 +7,7 @@ Summary: Cryptography library for Python Name: python-crypto Version: 2.6.1 -Release: 38%{?dist} +Release: 39%{?dist} # Mostly Public Domain apart from parts of HMAC.py and setup.py, which are Python License: Public Domain and Python URL: http://www.pycrypto.org/ @@ -129,6 +129,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} pct-speedtest.py %{python3_sitearch}/pycrypto-%{version}-py3.*.egg-info %changelog +* Fri Jan 21 2022 Fedora Release Engineering - 2.6.1-39 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Thu Nov 11 2021 Paul Howarth - 2.6.1-38 - Convert all code to Python 3 before the ability to use 2to3 goes away - Drop use of deprecated distutils, going away in Python 3.12