py-humanize: add 4.4.0 (#32866)

This commit is contained in:
Manuela Kuhn 2022-09-29 11:02:14 +02:00 committed by GitHub
parent bc039524da
commit 6fe89a4220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,9 +13,10 @@ class PyHumanize(PythonPackage):
and is localized to Russian, French, Korean and Slovak.
"""
homepage = "https://github.com/jmoiron/humanize"
homepage = "https://github.com/python-humanize/humanize"
pypi = "humanize/humanize-0.5.1.tar.gz"
version("4.4.0", sha256="efb2584565cc86b7ea87a977a15066de34cdedaf341b11c851cfcfd2b964779c")
version("4.0.0", sha256="ee1f872fdfc7d2ef4a28d4f80ddde9f96d36955b5d6b0dac4bdeb99502bddb00")
version("3.12.0", sha256="5ec1a66e230a3e31fb3f184aab9436ea13d4e37c168e0ffc345ae5bb57e58be6")
version("0.5.1", sha256="a43f57115831ac7c70de098e6ac46ac13be00d69abbf60bdcac251344785bb19")