diff --git a/python-jwt.spec b/python-jwt.spec index 609868b..95f3266 100644 --- a/python-jwt.spec +++ b/python-jwt.spec @@ -13,13 +13,15 @@ means of representing signed content using JSON data structures, including claims to be transferred between two parties encoded as digitally signed and encrypted JSON objects.} +%if %{defined fedora} && 0%{?fedora} < 32 %bcond_without python2 +%endif %bcond_without python3 Name: python-%{pkgname} Version: 1.7.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: JSON Web Token implementation in Python License: MIT URL: https://github.com/jpadilla/pyjwt @@ -102,6 +104,9 @@ rm setup.cfg %changelog +* Thu Aug 29 2019 Carl George - 1.7.1-5 +- Disable python2 subpackage on F32+ rhbz#1744643 + * Fri Aug 16 2019 Miro HronĨok - 1.7.1-4 - Rebuilt for Python 3.8