From ceb0099b10bad86ef351aae3d890c27dc9ec5b05 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Jun 16 2018 01:03:25 +0000 Subject: Rebuilt for Python 3.7 --- diff --git a/babel.spec b/babel.spec index a2a35c9..1d8b70a 100644 --- a/babel.spec +++ b/babel.spec @@ -13,11 +13,11 @@ # 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 Name: babel Version: 2.5.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tools for internationalizing Python applications License: BSD @@ -164,6 +164,9 @@ export TZ=America/New_York %doc built-docs/html/* %changelog +* Sat Jun 16 2018 Miro Hrončok - 2.5.1-4 +- Rebuilt for Python 3.7 + * Thu Jun 14 2018 Miro Hrončok - 2.5.1-3 - Bootstrap for Python 3.7