From 4085158e55f1199e3642ac57035f88984b7537ea Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Fri, 8 May 2020 22:32:32 +0200 Subject: [PATCH] reenable Python 2 subpackage for Fedora 33+ (rhbz #1737930) Trac still requires Python 2. --- babel.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/babel.spec b/babel.spec index be2a063..b2f4b05 100644 --- a/babel.spec +++ b/babel.spec @@ -6,10 +6,6 @@ # And pytest is at this point not yet ready %bcond_with bootstrap -# Build without Python 2 support from F33 on. -%if !0%{?fedora}%{?rhel} || 0%{?fedora} >= 33 || 0%{?rhel} >= 9 -%bcond_with python2 -%else %bcond_without python2 # We ship python2-pytest only up to F31. %if !0%{?fedora}%{?rhel} || 0%{?fedora} >= 32 || 0%{?rhel} >= 9 @@ -17,12 +13,11 @@ %else %bcond_without python2_pytest %endif -%endif Name: babel Version: 2.8.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tools for internationalizing Python applications License: BSD @@ -180,6 +175,9 @@ export TZ=America/New_York %endif %changelog +* Fri May 08 2020 Felix Schwarz - 2.8.0-4 +- reenable Python 2 subpackage for Fedora 33+ (rhbz #1737930) + * Tue May 05 2020 Felix Schwarz - 2.8.0-3 - add patch for compatibility with Python 3.9a6