update to 2.8.0

This commit is contained in:
liquor 2020-06-29 10:27:46 +08:00
parent 909463c11e
commit c0b7bcb928
2 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: babel Name: babel
Version: 2.7.0 Version: 2.8.0
Release: 2 Release: 1
Summary: Tools for internationalizing and localizing Python applications Summary: Tools for internationalizing and localizing Python applications
License: BSD License: BSD
URL: http://babel.pocoo.org/ URL: http://babel.pocoo.org/
@ -72,7 +72,7 @@ rm -f "$BUILDDIR/html/.buildinfo"
%py3_install %py3_install
%check %check
export TZ=America/New_York export TZ=Asia/Shanghai
%{__python2} -m pytest %{__python2} -m pytest
%{__python3} -m pytest %{__python3} -m pytest
@ -101,6 +101,12 @@ export TZ=America/New_York
%doc built-docs/html/* %doc built-docs/html/*
%changelog %changelog
* Mon Jun 29 2020 Liquor <lirui130@huawei.com> - 2.8.0-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:update to 2.8.0
* Wed Jun 24 2020 chenditang<chenditang1@huawei.com> - 2.7.0-2 * Wed Jun 24 2020 chenditang<chenditang1@huawei.com> - 2.7.0-2
- Type:enhancement - Type:enhancement
- ID:NA - ID:NA