Package upgrade

This commit is contained in:
houyingchao 2022-06-17 10:29:58 +08:00
parent af87bc3ced
commit c4350a8cc1
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
humanize-4.1.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: python-humanize
Version: 0.5.1
Release: 18
Version: 4.1.0
Release: 1
Summary: python humanize module
License: MIT
URL: https://github.com/jmoiron/humanize
@ -46,14 +46,17 @@ popd
%endif
%files -n python3-humanize -f %{py3dir}/humanize.lang
%doc README.rst LICENCE
%doc LICENCE
%dir %{python3_sitelib}/humanize
%{python3_sitelib}/humanize/*.py
%{python3_sitelib}/humanize/__pycache__
%{python3_sitelib}/humanize-%{version}-py%{python3_version}.egg-info
%{python3_sitelib}/humanize-0.0.0-py3.10.egg-info/*
%exclude %{_usr}/lib/python*/site-packages/humanize/locale/*/LC_MESSAGES/*.po
%changelog
* Fri Jun 17 2022 houyingchao <houyingchao@h-partners.com> - 4.1.0-1
- Upgrade to version 4.1.0
* Mon Sep 27 2021 caodongxia <caodongxia@huawei.com> - 0.5.1-18
- Provides python-humanize