From ebd70c257c0df5a8764b775e758466ddcfe6423e Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Dec 13 2016 13:54:25 +0000 Subject: Finish bootstrapping for Python 3.6 --- diff --git a/babel.spec b/babel.spec index d678c79..acd06ac 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.3.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tools for internationalizing Python applications License: BSD @@ -162,6 +162,9 @@ export TZ=America/New_York %doc built-docs/html/* %changelog +* Tue Dec 13 2016 Miro Hrončok - 2.3.4-4 +- Finish bootstrapping for Python 3.6 + * Tue Dec 13 2016 Miro Hrončok - 2.3.4-3 - Rebuild for Python 3.6 - Add "bootstrap" conditions