Rebuilt for Python 3.8.0rc1 (#1748018)

This commit is contained in:
Miro Hrončok 2019-10-03 14:16:41 +02:00
parent ce2224ea4f
commit 94ff5e45ad

View File

@ -16,7 +16,7 @@
Name: python-%{srcname}
Version: 0.6.0
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Implements JWK, JWS, JWE specifications using python-cryptography
License: LGPLv3+
@ -122,6 +122,9 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/tests{,-cookbook}.*
%changelog
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.6.0-6
- Rebuilt for Python 3.8.0rc1 (#1748018)
* Thu Aug 29 2019 Christian Heimes <cheimes@redhat.com> - 0.6.0-5
- Remove Python 2 subpackages from F32+
- Resolves: RHBZ #1746760