17
0

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
This commit is contained in:
2024-09-04 12:23:21 +00:00
committed by Git OBS Bridge
parent 6c24e3ce07
commit 176d0d3e1a
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
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)
-------------------------------------------------------------------
Mon Nov 27 19:01:58 UTC 2023 - Dirk Müller <dmueller@suse.com>