diff --git a/humanize-4.10.0.tar.gz b/humanize-4.10.0.tar.gz new file mode 100644 index 0000000..cd2c1b6 --- /dev/null +++ b/humanize-4.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b6eb0293e4b85e8d385397c5868926820db32b9b654b932f57fa41c23c9978 +size 79192 diff --git a/humanize-4.9.0.tar.gz b/humanize-4.9.0.tar.gz deleted file mode 100644 index 389fa0d..0000000 --- a/humanize-4.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:582a265c931c683a7e9b8ed9559089dea7edcf6cc95be39a3cbc2c5d5ac2bcfa -size 78465 diff --git a/python-humanize.changes b/python-humanize.changes index f7aa21c..874c071 100644 --- a/python-humanize.changes +++ b/python-humanize.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Sep 4 12:12:21 UTC 2024 - Frantisek Simorda + +- update to 4.10.0: + * Remove shebang from filesize.py (#188) + * Fix test failures on systems with 32-bit time_t (#177) + * Fix handling of negative time deltas (#173) + * Fix naturaldelta sub second precision (#169) + * Reword the French translation of very small amount of time (#162) + * Fix Arabic localization (#160) + * metric: Fix precision format (#159) + ------------------------------------------------------------------- Mon Nov 27 19:01:58 UTC 2023 - Dirk Müller diff --git a/python-humanize.spec b/python-humanize.spec index 6843f24..60279e2 100644 --- a/python-humanize.spec +++ b/python-humanize.spec @@ -1,7 +1,7 @@ # # spec file for package python-humanize # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} %global modname humanize Name: python-humanize -Version: 4.9.0 +Version: 4.10.0 Release: 0 Summary: Python humanize utilities License: MIT @@ -27,6 +27,7 @@ Group: Development/Languages/Python URL: https://github.com/python-humanize/humanize Source: https://files.pythonhosted.org/packages/source/h/humanize/humanize-%{version}.tar.gz BuildRequires: %{python_module base >= 3.8} +BuildRequires: %{python_module coverage} BuildRequires: %{python_module hatch_vcs} BuildRequires: %{python_module pip} BuildRequires: %{python_module wheel}