diff --git a/python-jwcrypto.spec b/python-jwcrypto.spec index 4aec379..e327f4d 100644 --- a/python-jwcrypto.spec +++ b/python-jwcrypto.spec @@ -6,7 +6,7 @@ Name: python-jwcrypto Version: 0.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Implements JWK,JWS,JWE specifications using python-cryptography License: LGPLv3+ @@ -83,6 +83,9 @@ rm -rf %{buildroot}%{python3_sitelib}/%{module_name}/__pycache__/tests{,-cookboo %changelog +* Tue Nov 10 2015 Fedora Release Engineering - 0.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + * Mon Aug 3 2015 Simo Sorce - 0.2.1-1 - New release - Fixes some key generation issues