From acd8064845e6c6b8b7ddc7e4dcfabb89cca6b67c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 16 Aug 2019 15:09:15 +0200 Subject: [PATCH] Rebuilt for Python 3.8 --- babel.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/babel.spec b/babel.spec index bdfc6c2..ce9b9e5 100644 --- a/babel.spec +++ b/babel.spec @@ -4,7 +4,7 @@ # There is some bootstrapping involved when upgrading Python 3 # First of all we need babel (this package) to use sphinx # And pytest is at this point not yet ready -%global bootstrap 1 +%global bootstrap 0 # build without Python 2 support. This setting allows us to # "flip the switch" easily once Fedora actually drops support @@ -13,7 +13,7 @@ Name: babel Version: 2.7.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tools for internationalizing Python applications License: BSD @@ -163,6 +163,9 @@ export TZ=America/New_York %endif %changelog +* Fri Aug 16 2019 Miro Hrončok - 2.7.0-4 +- Rebuilt for Python 3.8 + * Thu Aug 15 2019 Miro Hrončok - 2.7.0-3 - Bootstrap for Python 3.8