17
0

- update to 4.9.0:

* Add support for Python 3.13 (#156) @hugovk
  * Add Norwegian localization (#155) @fdanielsen
  * Add Hebrew localization (#149) @clsn
  * Add Klingon translation (#150) @clsn
  * Replace Flake8 with Ruff (#157) @hugovk
  * Fix DeprecationWarning: Plural value must be an integer, got
    float (#147) @dansarpong
  * Remove useless shebangs (#141) @aueam

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-humanize?expand=0&rev=27
This commit is contained in:
2023-11-27 19:02:38 +00:00
committed by Git OBS Bridge
parent ce111f14c2
commit 6c24e3ce07
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Nov 27 19:01:58 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 4.9.0:
* Add support for Python 3.13 (#156) @hugovk
* Add Norwegian localization (#155) @fdanielsen
* Add Hebrew localization (#149) @clsn
* Add Klingon translation (#150) @clsn
* Replace Flake8 with Ruff (#157) @hugovk
* Fix DeprecationWarning: Plural value must be an integer, got
float (#147) @dansarpong
* Remove useless shebangs (#141) @aueam
-------------------------------------------------------------------
Wed Sep 13 08:17:10 UTC 2023 - Dirk Müller <dmueller@suse.com>