From fd8a3695d84f2adaf110774a2a4d6a3fd584b78750c9db80a8154829f9b9aef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 4 Sep 2024 12:23:21 +0000 Subject: [PATCH] Accepting request 1198709 from home:frantisek.simorda:branches:openSUSE:Factory - 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) OBS-URL: https://build.opensuse.org/request/show/1198709 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-humanize?expand=0&rev=29 --- humanize-4.10.0.tar.gz | 3 +++ humanize-4.9.0.tar.gz | 3 --- python-humanize.changes | 12 ++++++++++++ python-humanize.spec | 5 +++-- 4 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 humanize-4.10.0.tar.gz delete mode 100644 humanize-4.9.0.tar.gz 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}