17
0

- 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)
  * 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/package/show/devel:languages:python/python-humanize?expand=0&rev=39
This commit is contained in:
2025-09-29 10:57:08 +00:00
committed by Git OBS Bridge
parent 640ba56909
commit e7833e68a0
4 changed files with 22 additions and 12 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Sep 29 10:56:40 UTC 2025 - Dirk Müller <dmueller@suse.com>
- 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 <adrian.glaubitz@suse.com>
@@ -48,13 +58,13 @@ Wed Oct 9 15:00:17 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.c
Wed Sep 4 12:12:21 UTC 2024 - Frantisek Simorda <frantisek.simorda@suse.com>
- 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 <dmueller@suse.com>