diff --git a/Babel-2.7.0.tar.gz b/Babel-2.8.0.tar.gz similarity index 51% rename from Babel-2.7.0.tar.gz rename to Babel-2.8.0.tar.gz index 8dd3cf8..2b8d977 100644 Binary files a/Babel-2.7.0.tar.gz and b/Babel-2.8.0.tar.gz differ diff --git a/babel.spec b/babel.spec index dfe711c..4fd48d8 100644 --- a/babel.spec +++ b/babel.spec @@ -1,5 +1,5 @@ Name: babel -Version: 2.7.0 +Version: 2.8.0 Release: 1 Summary: Tools for internationalizing and localizing Python applications License: BSD @@ -70,6 +70,7 @@ rm -f "$BUILDDIR/html/.buildinfo" %py3_install %check +export TZ=Asia/Shanghai %{__python2} -m pytest %{__python3} -m pytest @@ -98,6 +99,9 @@ rm -f "$BUILDDIR/html/.buildinfo" %doc built-docs/html/* %changelog +* Mon May 11 2020 openEuler Buildteam - 2.8.0-1 +- update to 2.8.0-1 + * Fri Oct 11 2019 hanzhijun - 2.7.0-1 - Type:enhancement - ID:NA