summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2022-02-18 23:28:28 +0100
committerGitHub <noreply@github.com>2022-02-18 16:28:28 -0600
commit99707beae75d1f8263e0acb6578fc8bfac83879a (patch)
tree36fdac67f1af4c7655c7bcbad6616e0dbddc22b6
parentbe53b5db96cb8e038bd231e496f052e6471a5e20 (diff)
downloadspack-99707beae75d1f8263e0acb6578fc8bfac83879a.tar.gz
spack-99707beae75d1f8263e0acb6578fc8bfac83879a.tar.bz2
spack-99707beae75d1f8263e0acb6578fc8bfac83879a.tar.xz
spack-99707beae75d1f8263e0acb6578fc8bfac83879a.zip
py-humanize: add 4.0.0 (#29034)
-rw-r--r--var/spack/repos/builtin/packages/py-humanize/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-humanize/package.py b/var/spack/repos/builtin/packages/py-humanize/package.py
index 5c3afcab74..74d5638f3e 100644
--- a/var/spack/repos/builtin/packages/py-humanize/package.py
+++ b/var/spack/repos/builtin/packages/py-humanize/package.py
@@ -16,9 +16,11 @@ class PyHumanize(PythonPackage):
homepage = "https://github.com/jmoiron/humanize"
pypi = "humanize/humanize-0.5.1.tar.gz"
+ version('4.0.0', sha256='ee1f872fdfc7d2ef4a28d4f80ddde9f96d36955b5d6b0dac4bdeb99502bddb00')
version('3.12.0', sha256='5ec1a66e230a3e31fb3f184aab9436ea13d4e37c168e0ffc345ae5bb57e58be6')
version('0.5.1', sha256='a43f57115831ac7c70de098e6ac46ac13be00d69abbf60bdcac251344785bb19')
+ depends_on('python@3.7:', when='@4:', type=('build', 'run'))
depends_on('python@3.6:', when='@3:', type=('build', 'run'))
depends_on('python@3.5:', when='@1.1.0:', type=('build', 'run'))
depends_on('python@2.7:2,3.5:', when='@1.0.0', type=('build', 'run'))