diff --git a/.gitignore b/.gitignore index 18f4fe9..d8a4b90 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/python-jwt.spec b/python-jwt.spec index 0c32330..dfd5f03 100644 --- a/python-jwt.spec +++ b/python-jwt.spec @@ -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 - 1.4.2-1 +- Update to 1.4.2. Fixes bug #1356333 + * Tue Jul 19 2016 Fedora Release Engineering - 1.4.0-4 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index 3534058..6de933a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2f9bd9226d72b13d19d2c557114d03dc PyJWT-1.4.0.tar.gz +e08aa1ecc99269248bb02f888c166af1 PyJWT-1.4.2.tar.gz