diff --git a/humanize-0.5.1.tar.gz b/humanize-0.5.1.tar.gz deleted file mode 100644 index b293ff05c05d9bf7b457b46c107351912e9638f1..0000000000000000000000000000000000000000 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 0000000000000000000000000000000000000000..36ba65870a53e03333d6dff46f143a3a8abdf13c Binary files /dev/null and b/humanize-4.1.0.tar.gz differ diff --git a/python-humanize.spec b/python-humanize.spec index 4fd018136e2d362b2a789edc3a0b2d6613a9880c..3b5c572d790a240ac564121bc684282364639bab 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-py%{python3_version}.egg-info/* %exclude %{_usr}/lib/python*/site-packages/humanize/locale/*/LC_MESSAGES/*.po %changelog +* Wed Nov 02 2022 Ge Wang - 4.1.0-1 +- Upgrade to version 4.1.0 + * Mon Sep 27 2021 caodongxia - 0.5.1-18 - Provides python-humanize