update to version 4.1.0

This commit is contained in:
wang--ge 2022-11-02 15:14:55 +08:00
parent 4a0546cf1d
commit f647aaf409
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-py%{python3_version}.egg-info/*
%exclude %{_usr}/lib/python*/site-packages/humanize/locale/*/LC_MESSAGES/*.po
%changelog
* Wed Nov 02 2022 Ge Wang <wangge20@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