New release

- Fixes some key generation issues
This commit is contained in:
Simo Sorce 2015-08-03 14:16:53 -04:00
parent b3f7655828
commit 2545f64445
5 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/jwcrypto-0.2.0.tar.gz
/jwcrypto-0.2.1.tar.gz

View File

@ -1 +0,0 @@
16b21892b067f8e8e081f51d735884930b6b5866b6bf63b854d901dc3c371d63b9810902f498b2e3df7c9128ea566734eb71874b79e11ef380563f10f9f63410 dist/jwcrypto-0.2.0.tar.gz

View File

@ -0,0 +1 @@
a77858c2adc8b3579ff45e72c6225069e5f7fbaa209735bf040c8282d595e18575fe8e3c4afd3c3d10aa9271ae3b24fa270ae2a4670b0a9ef08a6bde263d0856 dist/jwcrypto-0.2.1.tar.gz

View File

@ -5,8 +5,8 @@
%define module_name jwcrypto
Name: python-jwcrypto
Version: 0.2.0
Release: 5%{?dist}
Version: 0.2.1
Release: 1%{?dist}
Summary: Implements JWK,JWS,JWE specifications using python-cryptography
License: LGPLv3+
@ -83,6 +83,10 @@ rm -rf %{buildroot}%{python3_sitelib}/%{module_name}/__pycache__/tests{,-cookboo
%changelog
* Mon Aug 3 2015 Simo Sorce <simo@redhat.com> - 0.2.1-1
- New release
- Fixes some key generation issues
* Mon Jun 22 2015 Patrick Uiterwijk <puiterwijk@redhat.com> - 0.2.0-5
- Fix macro in changelog
- Remove the last remnants of the test suite

View File

@ -1 +1 @@
f4941655c4a65ba6b519d14740d59b58 jwcrypto-0.2.0.tar.gz
3f9c407df59c77dd911a103aaf0d346c jwcrypto-0.2.1.tar.gz