Update to 1.4.2. Fixes bug #1356333

This commit is contained in:
Kevin Fenzi 2016-08-22 12:02:15 -06:00
parent 0db8724c55
commit a29963a56c
3 changed files with 9 additions and 7 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/python-jwt-1.0.1-1.fc21.src.rpm
/PyJWT-1.3.0.tar.gz
/PyJWT-1.4.0.tar.gz
/PyJWT-1.4.2.tar.gz

View File

@ -15,8 +15,8 @@
%global modname jwt
Name: python-jwt
Version: 1.4.0
Release: 4%{?dist}
Version: 1.4.2
Release: 1%{?dist}
Summary: JSON Web Token implementation in Python
Group: Development/Libraries
@ -32,6 +32,7 @@ Requires: python-cryptography
BuildRequires: pytest
BuildRequires: python-pytest-cov
BuildRequires: python-pytest-runner
%if 0%{?with_python3}
BuildRequires: python3-devel
@ -40,6 +41,7 @@ BuildRequires: python3-cryptography
BuildRequires: python3-pytest
BuildRequires: python3-pytest-cov
BuildRequires: python3-pytest-runner
%endif
%description
@ -64,10 +66,6 @@ encrypted JSON objects.
%prep
%setup -q -n PyJWT-%{version}
rm -rf setup.cfg
sed -i '/pytest-runner/d' setup.py
# Remove bundled egg-info in case it exists
rm -rf %{modname}.egg-info
find . -name "*.pyc" -exec rm -rf {} \; || echo;
@ -120,6 +118,9 @@ popd
%endif
%changelog
* Mon Aug 15 2016 Kevin Fenzi <kevin@scrye.com> - 1.4.2-1
- Update to 1.4.2. Fixes bug #1356333
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-4
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages

View File

@ -1 +1 @@
2f9bd9226d72b13d19d2c557114d03dc PyJWT-1.4.0.tar.gz
e08aa1ecc99269248bb02f888c166af1 PyJWT-1.4.2.tar.gz