From 9274db469ca4141b50798b6a9aa74a3a96b70f64 Mon Sep 17 00:00:00 2001 From: Carl George Date: Wed, 27 Mar 2019 10:35:01 -0500 Subject: [PATCH] Re-enable python2 subpackage since python-oauthlib still needs it --- python-jwt.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/python-jwt.spec b/python-jwt.spec index 080f2fc..7ee388c 100644 --- a/python-jwt.spec +++ b/python-jwt.spec @@ -13,15 +13,13 @@ 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} < 30 -%bcond_without python2 -%endif -%bcond_without python3 +%bcond_without python2 +%bcond_without python3 Name: python-%{pkgname} Version: 1.7.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: JSON Web Token implementation in Python License: MIT URL: https://github.com/jpadilla/pyjwt @@ -106,6 +104,9 @@ rm setup.cfg %changelog +* Wed Mar 27 2019 Carl George - 1.7.1-2 +- Re-enable python2 subpackage since python-oauthlib still needs it + * Mon Mar 04 2019 Yatin Karel - 1.7.1-1 - Update to 1.7.1