Package upgrade

This commit is contained in:
starlet-dx 2022-06-13 17:49:35 +08:00
parent dbf10f5acd
commit ba2a6c18a1
3 changed files with 8 additions and 5 deletions

Binary file not shown.

BIN
polib-1.1.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: python-polib
Version: 1.1.0
Release: 4
Version: 1.1.1
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.0.tar.gz
Source0: https://pypi.python.org/packages/source/p/polib/polib-1.1.1.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.0 -p1
%autosetup -n polib-1.1.1 -p1
rm -rf polib.egg-info
%build
@ -39,11 +39,14 @@ rm -rf polib.egg-info
%files -n python3-polib
%doc README.rst
%license LICENSE
%{python3_sitelib}/polib-1.1.0-py3.*.egg-info
%{python3_sitelib}/polib-1.1.1-py3.*.egg-info
%{python3_sitelib}/polib.py
%{python3_sitelib}/__pycache__/polib.cpython-3*.pyc
%changelog
* Thu Jun 09 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.1.1-1
- Upgrade to version 1.1.1
* Wed Oct 21 2020 wangxiao <wangxiao65@huawei.com> - 1.1.0-4
- drop python2 subpackage