!7 Update to 1.2.0

From: @wu-leilei 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-08-23 09:04:29 +00:00 committed by Gitee
commit 70b7736661
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 6 deletions

Binary file not shown.

BIN
polib-1.2.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: python-polib
Version: 1.1.1
Version: 1.2.0
Release: 1
Summary: A library to manipulate gettext files (po and mo files)
License: MIT
URL: https://pypi.org/project/polib/
Source0: https://pypi.python.org/packages/source/p/polib/polib-1.1.1.tar.gz
Source0: https://pypi.python.org/packages/source/p/polib/polib-%{version}.tar.gz
BuildRequires: python3-devel
BuildArch: noarch
@ -24,7 +24,7 @@ existing files, iterate through its entries, add, modify entries, comments or
create new po files from scratch.
%prep
%autosetup -n polib-1.1.1 -p1
%autosetup -n polib-%{version} -p1
rm -rf polib.egg-info
%build
@ -39,11 +39,12 @@ rm -rf polib.egg-info
%files -n python3-polib
%doc README.rst
%license LICENSE
%{python3_sitelib}/polib-1.1.1-py3.*.egg-info
%{python3_sitelib}/polib.py
%{python3_sitelib}/__pycache__/polib.cpython-3*.pyc
%{python3_sitelib}/*
%changelog
* Tue Aug 22 2023 wulei <wu_lei@hoperun.com> - 1.2.0-1
- Update to 1.2.0
* Thu Jun 09 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.1.1-1
- Upgrade to version 1.1.1