|
|
@ -10,7 +10,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: 26%{?dist}
|
|
|
|
Release: 27%{?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/
|
|
|
@ -137,6 +137,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} pct-speedtest3.py
|
|
|
|
%{python3_sitearch}/pycrypto-%{version}-py3.*.egg-info
|
|
|
|
%{python3_sitearch}/pycrypto-%{version}-py3.*.egg-info
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-27
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 7 2019 Paul Howarth <paul@city-fan.org> - 2.6.1-26
|
|
|
|
* Fri Jun 7 2019 Paul Howarth <paul@city-fan.org> - 2.6.1-26
|
|
|
|
- Replace the user-space RNG with a thin wrapper to os.urandom
|
|
|
|
- Replace the user-space RNG with a thin wrapper to os.urandom
|
|
|
|
- Based on https://github.com/Legrandin/pycryptodome/commit/afd6328f
|
|
|
|
- Based on https://github.com/Legrandin/pycryptodome/commit/afd6328f
|
|
|
|