From d67f7137fa0d3947268a889b3f2b11bf2ca70afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 2 Jul 2018 19:47:07 +0200 Subject: [PATCH] Finish bootstrapping --- babel.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/babel.spec b/babel.spec index a8b47dc..925ee0a 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.6.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tools for internationalizing Python applications License: BSD @@ -163,6 +163,9 @@ export TZ=America/New_York %doc built-docs/html/* %changelog +* Mon Jul 02 2018 Miro Hrončok - 2.6.0-4 +- Rebuilt for Python 3.7 + * Mon Jul 02 2018 Miro Hrončok - 2.6.0-3 - Rebuilt for Python 3.7