Update to 1.4.2. Fixes bug #1356333
This commit is contained in:
parent
0db8724c55
commit
a29963a56c
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/python-jwt-1.0.1-1.fc21.src.rpm
|
/python-jwt-1.0.1-1.fc21.src.rpm
|
||||||
/PyJWT-1.3.0.tar.gz
|
/PyJWT-1.3.0.tar.gz
|
||||||
/PyJWT-1.4.0.tar.gz
|
/PyJWT-1.4.0.tar.gz
|
||||||
|
/PyJWT-1.4.2.tar.gz
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
%global modname jwt
|
%global modname jwt
|
||||||
|
|
||||||
Name: python-jwt
|
Name: python-jwt
|
||||||
Version: 1.4.0
|
Version: 1.4.2
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: JSON Web Token implementation in Python
|
Summary: JSON Web Token implementation in Python
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -32,6 +32,7 @@ Requires: python-cryptography
|
|||||||
|
|
||||||
BuildRequires: pytest
|
BuildRequires: pytest
|
||||||
BuildRequires: python-pytest-cov
|
BuildRequires: python-pytest-cov
|
||||||
|
BuildRequires: python-pytest-runner
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
@ -40,6 +41,7 @@ BuildRequires: python3-cryptography
|
|||||||
|
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
BuildRequires: python3-pytest-cov
|
BuildRequires: python3-pytest-cov
|
||||||
|
BuildRequires: python3-pytest-runner
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -64,10 +66,6 @@ encrypted JSON objects.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n PyJWT-%{version}
|
%setup -q -n PyJWT-%{version}
|
||||||
|
|
||||||
rm -rf setup.cfg
|
|
||||||
|
|
||||||
sed -i '/pytest-runner/d' setup.py
|
|
||||||
|
|
||||||
# Remove bundled egg-info in case it exists
|
# Remove bundled egg-info in case it exists
|
||||||
rm -rf %{modname}.egg-info
|
rm -rf %{modname}.egg-info
|
||||||
find . -name "*.pyc" -exec rm -rf {} \; || echo;
|
find . -name "*.pyc" -exec rm -rf {} \; || echo;
|
||||||
@ -120,6 +118,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user