update to 2.8.0

This commit is contained in:
oli_give_xiao_zi_li 2020-05-11 17:32:06 +08:00
parent 24d7dfc6c7
commit 3fff1374ad
2 changed files with 5 additions and 1 deletions

View File

@ -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 <buildteam@openeuler.org> - 2.8.0-1
- update to 2.8.0-1
* Fri Oct 11 2019 hanzhijun<hanzhijun1@huawei.com> - 2.7.0-1
- Type:enhancement
- ID:NA