diff --git a/python-jwt.spec b/python-jwt.spec index 5ffb7ba..a97b4fb 100644 --- a/python-jwt.spec +++ b/python-jwt.spec @@ -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 - 2.0.1-2 +- Rebuilt for Python 3.10 + * Mon Apr 26 2021 Jiri Popelka - 2.0.1-1 - Update to 2.0.1 - CLI and Python 2 support dropped in 2.0.0