summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2023-06-05 00:27:47 +0200
committerGitHub <noreply@github.com>2023-06-04 17:27:47 -0500
commitd6a96745eeecabd99e825906ce4a445bc57e5fba (patch)
tree7e62413afeac2beacfd0b0cdf22c15d6664b65c7
parenta0fcdd092b91d2085629e59b52c1ffbc25b53da4 (diff)
downloadspack-d6a96745eeecabd99e825906ce4a445bc57e5fba.tar.gz
spack-d6a96745eeecabd99e825906ce4a445bc57e5fba.tar.bz2
spack-d6a96745eeecabd99e825906ce4a445bc57e5fba.tar.xz
spack-d6a96745eeecabd99e825906ce4a445bc57e5fba.zip
py-identify: add 2.5.24 (#38088)
-rw-r--r--var/spack/repos/builtin/packages/py-identify/package.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/py-identify/package.py b/var/spack/repos/builtin/packages/py-identify/package.py
index 10b00892e9..14880cdd5b 100644
--- a/var/spack/repos/builtin/packages/py-identify/package.py
+++ b/var/spack/repos/builtin/packages/py-identify/package.py
@@ -15,10 +15,9 @@ class PyIdentify(PythonPackage):
homepage = "https://github.com/pre-commit/identify"
pypi = "identify/identify-1.4.7.tar.gz"
+ version("2.5.24", sha256="0aac67d5b4812498056d28a9a512a483f5085cc28640b02b258a59dac34301d4")
version("2.5.5", sha256="322a5699daecf7c6fd60e68852f36f2ecbb6a36ff6e6e973e0d2bb6fca203ee6")
version("2.5.3", sha256="887e7b91a1be152b0d46bbf072130235a8117392b9f1828446079a816a05ef44")
version("1.4.7", sha256="d8919589bd2a5f99c66302fec0ef9027b12ae150b0b0213999ad3f695fc7296e")
- depends_on("python@3.7:", when="@2.4.5:", type=("build", "run"))
- depends_on("python@2.7:2.8,3.4:", type=("build", "run"))
depends_on("py-setuptools", type="build")