diff --git a/humanize-0.5.1.tar.gz b/humanize-0.5.1.tar.gz deleted file mode 100644 index b293ff0..0000000 Binary files a/humanize-0.5.1.tar.gz and /dev/null differ diff --git a/humanize-4.1.0.tar.gz b/humanize-4.1.0.tar.gz new file mode 100644 index 0000000..36ba658 Binary files /dev/null and b/humanize-4.1.0.tar.gz differ diff --git a/python-humanize.spec b/python-humanize.spec index 4fd0181..f57b966 100644 --- a/python-humanize.spec +++ b/python-humanize.spec @@ -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 - 4.1.0-1 +- Upgrade to version 4.1.0 + * Mon Sep 27 2021 caodongxia - 0.5.1-18 - Provides python-humanize