From 0137ab76b9e9ab055a44807f71e9a5c89d34c52613fe18cde415c1a72468dbb5 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 19 Mar 2025 12:50:39 +0000 Subject: [PATCH] Accepting request 1254391 from home:glaubitz:branches:devel:languages:python - Update to 4.12.1 * Fix regression in naturalsize for float (#240) @hugovk OBS-URL: https://build.opensuse.org/request/show/1254391 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-humanize?expand=0&rev=35 --- humanize-4.12.0.tar.gz | 3 --- humanize-4.12.1.tar.gz | 3 +++ python-humanize.changes | 6 ++++++ python-humanize.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 humanize-4.12.0.tar.gz create mode 100644 humanize-4.12.1.tar.gz diff --git a/humanize-4.12.0.tar.gz b/humanize-4.12.0.tar.gz deleted file mode 100644 index 7c696ab..0000000 --- a/humanize-4.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87ff7b43591370b12a1d103c9405849d911d4b039ed22d80b718b62c76eec8a3 -size 80785 diff --git a/humanize-4.12.1.tar.gz b/humanize-4.12.1.tar.gz new file mode 100644 index 0000000..873bc59 --- /dev/null +++ b/humanize-4.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1338ba97415c96556758a6e2f65977ed406dddf4620d4c6db9bbdfd07f0f1232 +size 80827 diff --git a/python-humanize.changes b/python-humanize.changes index 770c2ec..a443ee6 100644 --- a/python-humanize.changes +++ b/python-humanize.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 19 11:45:12 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 4.12.1 + * Fix regression in naturalsize for float (#240) @hugovk + ------------------------------------------------------------------- Tue Feb 18 17:01:24 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-humanize.spec b/python-humanize.spec index e71faea..75ca62f 100644 --- a/python-humanize.spec +++ b/python-humanize.spec @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} %global modname humanize Name: python-humanize -Version: 4.12.0 +Version: 4.12.1 Release: 0 Summary: Python humanize utilities License: MIT