diff --git a/Babel-2.6.0.tar.gz b/Babel-2.7.0.tar.gz similarity index 50% rename from Babel-2.6.0.tar.gz rename to Babel-2.7.0.tar.gz index 2735874..8dd3cf8 100644 Binary files a/Babel-2.6.0.tar.gz and b/Babel-2.7.0.tar.gz differ diff --git a/babel-2.3.4-remove-pytz-version.patch b/babel-2.3.4-remove-pytz-version.patch index 9025179..96d3758 100644 --- a/babel-2.3.4-remove-pytz-version.patch +++ b/babel-2.3.4-remove-pytz-version.patch @@ -5,10 +5,10 @@ diff -up Babel-2.3.4/setup.py.orig Babel-2.3.4/setup.py # This version identifier is currently necessary as # pytz otherwise does not install on pip 1.4 or # higher. -- 'pytz>=0a', +- 'pytz>=2015.7', + ### But the version confuses setuptools 8 and higher so remove it in the + ### system package -+ #'pytz>=0a', ++ #'pytz>=2015.7', + 'pytz', ], diff --git a/babel.spec b/babel.spec index a7bb14d..dfe711c 100644 --- a/babel.spec +++ b/babel.spec @@ -1,6 +1,6 @@ Name: babel -Version: 2.6.0 -Release: 7 +Version: 2.7.0 +Release: 1 Summary: Tools for internationalizing and localizing Python applications License: BSD URL: http://babel.pocoo.org/ @@ -98,6 +98,12 @@ rm -f "$BUILDDIR/html/.buildinfo" %doc built-docs/html/* %changelog +* Fri Oct 11 2019 hanzhijun - 2.7.0-1 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:update to 2.7.0 + * Fri Sep 27 2019 chengquan - 2.6.0-7 - Type:bugfix - ID:NA