From 9b56e7d12f3184948795e61a994b0c9c66b15460 Mon Sep 17 00:00:00 2001 From: Richard Shaw Date: Thu, 15 Aug 2019 01:41:48 -0500 Subject: [PATCH] Rebuild for Python 3.8 and drop Python 2 package. --- babel.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/babel.spec b/babel.spec index 17f5afb..b7132b3 100644 --- a/babel.spec +++ b/babel.spec @@ -9,11 +9,11 @@ # build without Python 2 support. This setting allows us to # "flip the switch" easily once Fedora actually drops support # for Python 2. -%global with_python2 1 +%global with_python2 0 Name: babel Version: 2.7.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tools for internationalizing Python applications License: BSD @@ -163,6 +163,9 @@ export TZ=America/New_York %endif %changelog +* Thu Aug 15 2019 Richard Shaw - 2.7.0-3 +- Rebuild for Python 3.8 and drop Python 2 package. + * Wed Jul 24 2019 Fedora Release Engineering - 2.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild