!3 python-polib

Merge pull request !3 from shirely/master
This commit is contained in:
openeuler-ci-bot 2020-06-18 17:06:56 +08:00 committed by Gitee
commit 74750cc6da

View File

@ -1,6 +1,6 @@
Name: python-polib
Version: 1.1.0
Release: 2
Release: 3
Summary: A library to manipulate gettext files (po and mo files)
License: MIT
URL: https://pypi.org/project/polib/
@ -63,10 +63,14 @@ rm -rf polib.egg-info
%files -n python3-polib
%doc README.rst
%license LICENSE
%{python3_sitelib}/polib-1.1.0-py3.7.egg-info
%{python3_sitelib}/polib-1.1.0-py3.*.egg-info
%{python3_sitelib}/polib.py
%{python3_sitelib}/__pycache__/polib.cpython-37*.pyc
%{python3_sitelib}/__pycache__/polib.cpython-3*.pyc
%changelog
* Thu Jun 18 2020 hanhui <hanhui15@huawei.com> - 1.1.0-3
- bugfix
- fix python3.8 can not find path
* Mon Jan 6 2020 lingsheng <lingsheng@huawei.com> - 1.1.0-2
- Package init