Update to 1.5.2. Fixes bug #1464286
This commit is contained in:
parent
dc50678922
commit
84c8d4f66a
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/PyJWT-1.4.0.tar.gz
|
/PyJWT-1.4.0.tar.gz
|
||||||
/PyJWT-1.4.2.tar.gz
|
/PyJWT-1.4.2.tar.gz
|
||||||
/1.5.0.tar.gz
|
/1.5.0.tar.gz
|
||||||
|
/1.5.2.tar.gz
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
%global sum JSON Web Token implementation in Python
|
%global sum JSON Web Token implementation in Python
|
||||||
|
|
||||||
Name: python-jwt
|
Name: python-jwt
|
||||||
Version: 1.5.0
|
Version: 1.5.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: %{sum}
|
Summary: %{sum}
|
||||||
|
|
||||||
@ -101,6 +101,9 @@ encrypted JSON objects.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 24 2017 Kevin Fenzi <kevin@scrye.com> - 1.5.2-1
|
||||||
|
- Update to 1.5.2. Fixes bug #1464286
|
||||||
|
|
||||||
* Sat May 27 2017 Kevin Fenzi <kevin@scrye.com> - 1.5.0-1
|
* Sat May 27 2017 Kevin Fenzi <kevin@scrye.com> - 1.5.0-1
|
||||||
- Update to 1.5.0. Fixes bug #1443792
|
- Update to 1.5.0. Fixes bug #1443792
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (1.5.0.tar.gz) = 1b5c0d558605b755b95eb2c2d34f467756cae81c67a1f2b47096bf513f669d93d85f4a16fa11e5a3630525497e5c86e424a161d4d834aed1270549a1715c0672
|
SHA512 (1.5.2.tar.gz) = 0f2187b9a6f503c113a6e61d8c6c7b48e7f334a53c65dee8c38380d5e67546b0f9dede46ec628d765e49278d6dc81a38b4417b50ba132493e065901b23b5f8a0
|
||||||
|
Loading…
Reference in New Issue
Block a user