update code

This commit is contained in:
zhuchunyi 2019-11-06 19:02:56 +08:00
parent b66238ff69
commit 24d7dfc6c7
3 changed files with 10 additions and 4 deletions

View File

@ -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',
],

View File

@ -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<hanzhijun1@huawei.com> - 2.7.0-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:update to 2.7.0
* Fri Sep 27 2019 chengquan<chengquan3@huawei.com> - 2.6.0-7
- Type:bugfix
- ID:NA