Update to 1.5.3. Fixes bug #1488693
1.5.1 fixed CVE-2017-11424 Fixes bug #1482529
This commit is contained in:
parent
89a23de8e8
commit
731169b361
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/PyJWT-1.4.2.tar.gz
|
||||
/1.5.0.tar.gz
|
||||
/1.5.2.tar.gz
|
||||
/1.5.3.tar.gz
|
||||
|
@ -6,8 +6,8 @@
|
||||
%global sum JSON Web Token implementation in Python
|
||||
|
||||
Name: python-jwt
|
||||
Version: 1.5.2
|
||||
Release: 3%{?dist}
|
||||
Version: 1.5.3
|
||||
Release: 1%{?dist}
|
||||
Summary: %{sum}
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -18,7 +18,7 @@ BuildArch: noarch
|
||||
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python-cryptography
|
||||
BuildRequires: python-cryptography >= 1.4.0
|
||||
|
||||
BuildRequires: python2-pytest
|
||||
BuildRequires: python-pytest-cov
|
||||
@ -27,7 +27,7 @@ BuildRequires: python-pytest-runner
|
||||
%if 0%{?with_python3}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-cryptography
|
||||
BuildRequires: python3-cryptography >= 1.4.0
|
||||
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3-pytest-cov
|
||||
@ -101,6 +101,10 @@ encrypted JSON objects.
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Sep 16 2017 Kevin Fenzi <kevin@scrye.com> - 1.5.3-1
|
||||
- Update to 1.5.3. Fixes bug #1488693
|
||||
- 1.5.1 fixed CVE-2017-11424 Fixes bug #1482529
|
||||
|
||||
* Mon Aug 14 2017 Troy Dawson <tdawson@redhat.com> - 1.5.2-3
|
||||
- Fixup spec file conditionals
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (1.5.2.tar.gz) = 0f2187b9a6f503c113a6e61d8c6c7b48e7f334a53c65dee8c38380d5e67546b0f9dede46ec628d765e49278d6dc81a38b4417b50ba132493e065901b23b5f8a0
|
||||
SHA512 (1.5.3.tar.gz) = eeb655a739cb32878f53809fb6206cabb33c2767c3d34f923228cabe3282e3791a689d6a15374626559a22c270dbb88bbe0a74d8236a82987dc613473d38b845
|
||||
|
Loading…
Reference in New Issue
Block a user