Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-15 21:52:37 +02:00
parent 14f625af99
commit 102a88f16f

View File

@ -3,7 +3,7 @@
Name: python-jwt Name: python-jwt
Version: 1.6.1 Version: 1.6.1
Release: 1%{?dist} Release: 2%{?dist}
Summary: JSON Web Token implementation in Python Summary: JSON Web Token implementation in Python
License: MIT License: MIT
URL: https://github.com/jpadilla/pyjwt URL: https://github.com/jpadilla/pyjwt
@ -74,6 +74,9 @@ py.test-%{python3_version} --verbose
%{_bindir}/pyjwt %{_bindir}/pyjwt
%changelog %changelog
* Fri Jun 15 2018 Miro Hrončok <mhroncok@redhat.com> - 1.6.1-2
- Rebuilt for Python 3.7
* Thu Apr 05 2018 Carl George <carl@george.computer> - 1.6.1-1 * Thu Apr 05 2018 Carl George <carl@george.computer> - 1.6.1-1
- Latest upstream - Latest upstream
- Add patch0 to remove pytest-{cov,runner} deps - Add patch0 to remove pytest-{cov,runner} deps