update code
This commit is contained in:
parent
b66238ff69
commit
24d7dfc6c7
Binary file not shown.
@ -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
|
# This version identifier is currently necessary as
|
||||||
# pytz otherwise does not install on pip 1.4 or
|
# pytz otherwise does not install on pip 1.4 or
|
||||||
# higher.
|
# higher.
|
||||||
- 'pytz>=0a',
|
- 'pytz>=2015.7',
|
||||||
+ ### But the version confuses setuptools 8 and higher so remove it in the
|
+ ### But the version confuses setuptools 8 and higher so remove it in the
|
||||||
+ ### system package
|
+ ### system package
|
||||||
+ #'pytz>=0a',
|
+ #'pytz>=2015.7',
|
||||||
+ 'pytz',
|
+ 'pytz',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|||||||
10
babel.spec
10
babel.spec
@ -1,6 +1,6 @@
|
|||||||
Name: babel
|
Name: babel
|
||||||
Version: 2.6.0
|
Version: 2.7.0
|
||||||
Release: 7
|
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/
|
||||||
@ -98,6 +98,12 @@ rm -f "$BUILDDIR/html/.buildinfo"
|
|||||||
%doc built-docs/html/*
|
%doc built-docs/html/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Sep 27 2019 chengquan<chengquan3@huawei.com> - 2.6.0-7
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user