diff --git a/humanize-4.6.0.tar.gz b/humanize-4.6.0.tar.gz deleted file mode 100644 index ffade26..0000000 Binary files a/humanize-4.6.0.tar.gz and /dev/null differ diff --git a/humanize-4.9.0.tar.gz b/humanize-4.9.0.tar.gz new file mode 100644 index 0000000..4ab3783 Binary files /dev/null and b/humanize-4.9.0.tar.gz differ diff --git a/python-humanize.spec b/python-humanize.spec index ae3ee11..ef3cdf7 100644 --- a/python-humanize.spec +++ b/python-humanize.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-humanize -Version: 4.6.0 +Version: 4.9.0 Release: 1 Summary: Python humanize utilities License: MIT URL: https://github.com/python-humanize/humanize -Source0: https://files.pythonhosted.org/packages/06/b1/9e491df2ee1c919d67ee328d8bc9f17b7a9af68e4077f3f5fac83a4488c9/humanize-4.6.0.tar.gz +Source0: https://files.pythonhosted.org/packages/76/21/7a0b24fae849562397efd79da58e62437243ae0fd0f6c09c6bc26225b75c/humanize-4.9.0.tar.gz BuildArch: noarch Requires: python3-importlib-metadata @@ -15,7 +15,7 @@ Python module that includes various common humanization utilities. %package -n python3-humanize Summary: Python humanize utilities -Provides: python-humanize = 4.4.0 +Provides: python-humanize = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-freezegun BuildRequires: python3-pytest @@ -40,7 +40,7 @@ Python module that includes various common humanization utilities. %pyproject_build %install -%pyproject_install humanize==%{version} +%pyproject_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi @@ -61,6 +61,9 @@ popd %{_docdir}/* %changelog +* Fri Dec 08 2023 jiangxinyu - 4.9.0-1 +- Update package to version 4.9.0 + * Mon Apr 24 2023 Ge Wang - 4.6.0-1 - Update to version 4.6.0