package/python-humanize: bump version to 4.14.0

https://github.com/python-humanize/humanize/releases

Updated project URL according to https://pypi.org/project/humanize/

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2025-12-11 20:55:26 +01:00
committed by Julien Olivain
parent fc81f995cc
commit e0bb91fd64
3 changed files with 5 additions and 5 deletions

View File

@@ -6,4 +6,4 @@ config BR2_PACKAGE_PYTHON_HUMANIZE
duration ('3 minutes ago') or into a human readable size or
throughput.
http://github.com/jmoiron/humanize
https://github.com/python-humanize/humanize

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/humanize/json
md5 c37298e6bc6604b54aeb0e158c7c0512 humanize-4.11.0.tar.gz
sha256 e66f36020a2d5a974c504bd2555cf770621dbdbb6d82f94a6857c0b1ea2608be humanize-4.11.0.tar.gz
md5 acac6b2378dd0d9b1d9d1ffefb08e00b humanize-4.14.0.tar.gz
sha256 2fa092705ea640d605c435b1ca82b2866a1b601cdf96f076d70b79a855eba90d humanize-4.14.0.tar.gz
# Locally computed sha256 checksums
sha256 8ba6c18112a431400ad3c743f70670079b302545d98884fc2f28a91c383a0380 LICENCE

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_HUMANIZE_VERSION = 4.11.0
PYTHON_HUMANIZE_VERSION = 4.14.0
PYTHON_HUMANIZE_SOURCE = humanize-$(PYTHON_HUMANIZE_VERSION).tar.gz
PYTHON_HUMANIZE_SITE = https://files.pythonhosted.org/packages/6a/40/64a912b9330786df25e58127194d4a5a7441f818b400b155e748a270f924
PYTHON_HUMANIZE_SITE = https://files.pythonhosted.org/packages/b6/43/50033d25ad96a7f3845f40999b4778f753c3901a11808a584fed7c00d9f5
PYTHON_HUMANIZE_SETUP_TYPE = hatch
PYTHON_HUMANIZE_LICENSE = MIT
PYTHON_HUMANIZE_LICENSE_FILES = LICENCE