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