New release
- Fixes some key generation issues
This commit is contained in:
parent
b3f7655828
commit
2545f64445
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/jwcrypto-0.2.0.tar.gz
|
/jwcrypto-0.2.0.tar.gz
|
||||||
|
/jwcrypto-0.2.1.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
16b21892b067f8e8e081f51d735884930b6b5866b6bf63b854d901dc3c371d63b9810902f498b2e3df7c9128ea566734eb71874b79e11ef380563f10f9f63410 dist/jwcrypto-0.2.0.tar.gz
|
|
1
jwcrypto-0.2.1.tar.gz.sha512sum.txt
Normal file
1
jwcrypto-0.2.1.tar.gz.sha512sum.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
a77858c2adc8b3579ff45e72c6225069e5f7fbaa209735bf040c8282d595e18575fe8e3c4afd3c3d10aa9271ae3b24fa270ae2a4670b0a9ef08a6bde263d0856 dist/jwcrypto-0.2.1.tar.gz
|
@ -5,8 +5,8 @@
|
|||||||
%define module_name jwcrypto
|
%define module_name jwcrypto
|
||||||
|
|
||||||
Name: python-jwcrypto
|
Name: python-jwcrypto
|
||||||
Version: 0.2.0
|
Version: 0.2.1
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Implements JWK,JWS,JWE specifications using python-cryptography
|
Summary: Implements JWK,JWS,JWE specifications using python-cryptography
|
||||||
|
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
@ -83,6 +83,10 @@ rm -rf %{buildroot}%{python3_sitelib}/%{module_name}/__pycache__/tests{,-cookboo
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jun 22 2015 Patrick Uiterwijk <puiterwijk@redhat.com> - 0.2.0-5
|
||||||
- Fix macro in changelog
|
- Fix macro in changelog
|
||||||
- Remove the last remnants of the test suite
|
- Remove the last remnants of the test suite
|
||||||
|
Loading…
Reference in New Issue
Block a user