1
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:
Dirk Mueller 2023-11-27 19:02:38 +00:00 committed by Git OBS Bridge
parent c3d392af30
commit 735ff7d531
4 changed files with 17 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9783373bf1eec713a770ecaa7c2d7a7902c98398009dfa3d8a2df91eec9311e8
size 72894

3
humanize-4.9.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:582a265c931c683a7e9b8ed9559089dea7edcf6cc95be39a3cbc2c5d5ac2bcfa
size 78465

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>

View File

@ -19,7 +19,7 @@
%{?sle15_python_module_pythons}
%global modname humanize
Name: python-humanize
Version: 4.8.0
Version: 4.9.0
Release: 0
Summary: Python humanize utilities
License: MIT