diff --git a/python-jwt.spec b/python-jwt.spec index 8e49738..c809b2e 100644 --- a/python-jwt.spec +++ b/python-jwt.spec @@ -16,7 +16,7 @@ encrypted JSON objects.} Name: python-%{pkgname} Version: 2.3.0 -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 +* Fri Jan 21 2022 Fedora Release Engineering - 2.3.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Tue Oct 26 2021 Joel Capitao - 2.3.0-1 - Update to 2.3.0 (rhbz#2011642)