Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-03 13:20:55 +02:00 committed by Miro Hrončok
parent d9ffd721f4
commit 0cd04b2044

View File

@ -16,7 +16,7 @@ encrypted JSON objects.}
Name: python-%{pkgname}
Version: 2.0.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: JSON Web Token implementation in Python
License: MIT
URL: https://github.com/jpadilla/pyjwt
@ -70,6 +70,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} --verbose t
%changelog
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 2.0.1-2
- Rebuilt for Python 3.10
* Mon Apr 26 2021 Jiri Popelka <jpopelka@redhat.com> - 2.0.1-1
- Update to 2.0.1
- CLI and Python 2 support dropped in 2.0.0