diff --git a/humanize-4.12.2.tar.gz b/humanize-4.12.2.tar.gz deleted file mode 100644 index 3ee3ef2..0000000 --- a/humanize-4.12.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce0715740e9caacc982bb89098182cf8ded3552693a433311c6a4ce6f4e12a2c -size 80871 diff --git a/humanize-4.13.0.tar.gz b/humanize-4.13.0.tar.gz new file mode 100644 index 0000000..e7f14ff --- /dev/null +++ b/humanize-4.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78f79e68f76f0b04d711c4e55d32bebef5be387148862cb1ef83d2b58e7935a0 +size 81884 diff --git a/python-humanize.changes b/python-humanize.changes index 1e679a0..9638ca7 100644 --- a/python-humanize.changes +++ b/python-humanize.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Sep 29 10:56:40 UTC 2025 - Dirk Müller + +- update to 4.13.0: + * Optimise `naturalsize` algorithm by using `math.log` (#253) + * Fix `precisedelta` rounding (#254) @dangillet +- update to 4.12.3: + * Fix regression in `naturalsize` for `float` and `str` (#250) + * Improvements for French translation (#248) + ------------------------------------------------------------------- Tue Apr 1 12:14:49 UTC 2025 - John Paul Adrian Glaubitz @@ -48,13 +58,13 @@ Wed Oct 9 15:00:17 UTC 2024 - John Paul Adrian Glaubitz - 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) + * 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 4a45afe..0fea1e7 100644 --- a/python-humanize.spec +++ b/python-humanize.spec @@ -1,7 +1,7 @@ # # spec file for package python-humanize # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # 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.12.2 +Version: 4.13.0 Release: 0 Summary: Python humanize utilities License: MIT