diff options
author | Christopher Christofi <77968333+ChristopherChristofi@users.noreply.github.com> | 2023-12-17 06:59:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-17 00:59:59 -0600 |
commit | 8797dd35f7f9f65c306b4ecaec09758ab365216e (patch) | |
tree | 8a38f6dcca117e036e5cd881467be9085791d0a6 | |
parent | 0596a46cd917bd01ba0c2703784bc773d4fc8a26 (diff) | |
download | spack-8797dd35f7f9f65c306b4ecaec09758ab365216e.tar.gz spack-8797dd35f7f9f65c306b4ecaec09758ab365216e.tar.bz2 spack-8797dd35f7f9f65c306b4ecaec09758ab365216e.tar.xz spack-8797dd35f7f9f65c306b4ecaec09758ab365216e.zip |
py-python-utils: add version 2.7.1 (#41653)
-rw-r--r-- | var/spack/repos/builtin/packages/py-python-utils/package.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-python-utils/package.py b/var/spack/repos/builtin/packages/py-python-utils/package.py index cc4331040c..0feea9cc9f 100644 --- a/var/spack/repos/builtin/packages/py-python-utils/package.py +++ b/var/spack/repos/builtin/packages/py-python-utils/package.py @@ -15,10 +15,11 @@ class PyPythonUtils(PythonPackage): pypi = "python-utils/python-utils-2.4.0.tar.gz" version("3.5.2", sha256="68198854fc276bc4b2403b261703c218e01ef564dcb072a7096ed9ea7aa5130c") + version("2.7.1", sha256="88595bfa054975534a2f813b6c8deb96b44f3b6fad00a927fd062fe65550fadf") version("2.4.0", sha256="f21fc09ff58ea5ebd1fd2e8ef7f63e39d456336900f26bdc9334a03a3f7d8089") version("2.3.0", sha256="34aaf26b39b0b86628008f2ae0ac001b30e7986a8d303b61e1357dfcdad4f6d3") depends_on("py-setuptools", type="build") - depends_on("py-six", when="@:2.4.0", type=("build", "run")) + depends_on("py-six", when="@:2.7.1", type=("build", "run")) depends_on("py-typing-extensions", when="@3.5.2 ^python@:3.7", type=("build", "run")) |