Bugfix release 0.3.1
This commit is contained in:
parent
b223ca724a
commit
ea6d05b30c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/jwcrypto-0.2.0.tar.gz
|
||||
/jwcrypto-0.2.1.tar.gz
|
||||
/jwcrypto-0.3.0.tar.gz
|
||||
/jwcrypto-0.3.1.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
65b0b9cfa173ecd1c796b2f9aae891b60d00d0e4d0922cd48cda4c9ab16f0c891fd6a772d7f4472bca7cf7e06a768b5832ce0f1a1929d696ae085776135a529f jwcrypto-0.3.0.tar.gz
|
1
jwcrypto-0.3.1.tar.gz.sha512sum.txt
Normal file
1
jwcrypto-0.3.1.tar.gz.sha512sum.txt
Normal file
@ -0,0 +1 @@
|
||||
5be96fc2f0768e2b747e1cc6251da9670609e5e9b167edd65489d45c10c09c59bcf9079a8c687fffb67e39f6175c892c301e188c0e22e1e48dba5aaa00eaeab7 jwcrypto-0.3.1.tar.gz
|
@ -5,7 +5,7 @@
|
||||
%define module_name jwcrypto
|
||||
|
||||
Name: python-jwcrypto
|
||||
Version: 0.3.0
|
||||
Version: 0.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Implements JWK,JWS,JWE specifications using python-cryptography
|
||||
|
||||
@ -83,6 +83,9 @@ rm -rf %{buildroot}%{python3_sitelib}/%{module_name}/__pycache__/tests{,-cookboo
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 19 2016 Simo Sorce <simo@redhat.com> - 0.3.1-1
|
||||
- Bugfix release 0.3.1
|
||||
|
||||
* Wed Aug 10 2016 Simo Sorce <simo@redhat.com> - 0.3.0-1
|
||||
- New release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user