summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriarspider <iarspider@gmail.com>2022-10-17 16:09:52 +0200
committerGitHub <noreply@github.com>2022-10-17 08:09:52 -0600
commit25e35c936b4f666f09163bbdde13ca52aea3d8f1 (patch)
treea49affc772c7dc8518a1cfb87f52d3b4f4991878
parent2c802c12a594d64b72a589af9261f9ab7fecea2c (diff)
downloadspack-25e35c936b4f666f09163bbdde13ca52aea3d8f1.tar.gz
spack-25e35c936b4f666f09163bbdde13ca52aea3d8f1.tar.bz2
spack-25e35c936b4f666f09163bbdde13ca52aea3d8f1.tar.xz
spack-25e35c936b4f666f09163bbdde13ca52aea3d8f1.zip
Add checksum for py-astroid 2.12.7, py-astroid 2.12.10, py-setuptools 62.6.0, py-wrapt 1.14.1, py-pylint 2.15.0 (#32976)
* Add checksum for py-astroid 2.12.7, py-setuptools 62.6.0 * Also add checksum for py-wrapt * Update package.py * Update package.py (#57) * Update package.py * Update package.py * Update package.py
-rw-r--r--var/spack/repos/builtin/packages/py-astroid/package.py13
-rw-r--r--var/spack/repos/builtin/packages/py-pylint/package.py47
-rw-r--r--var/spack/repos/builtin/packages/py-setuptools/package.py15
-rw-r--r--var/spack/repos/builtin/packages/py-wrapt/package.py1
4 files changed, 46 insertions, 30 deletions
diff --git a/var/spack/repos/builtin/packages/py-astroid/package.py b/var/spack/repos/builtin/packages/py-astroid/package.py
index 0d28062c25..555ff3822c 100644
--- a/var/spack/repos/builtin/packages/py-astroid/package.py
+++ b/var/spack/repos/builtin/packages/py-astroid/package.py
@@ -13,6 +13,8 @@ class PyAstroid(PythonPackage):
homepage = "https://github.com/PyCQA/astroid"
pypi = "astroid/astroid-2.8.3.tar.gz"
+ version("2.12.10", sha256="81f870105d892e73bf535da77a8261aa5bde838fa4ed12bb2f435291a098c581")
+ version("2.12.7", sha256="cd468be9d9d03d086d4d7e6643a59bfc025762d2c895e1e22cf21feced7bb148")
version("2.11.6", sha256="4f933d0bf5e408b03a6feb5d23793740c27e07340605f236496cd6ce552043d6")
version("2.11.5", sha256="f4e4ec5294c4b07ac38bab9ca5ddd3914d4bf46f9006eb5c0ae755755061044e")
version("2.11.4", sha256="561dc6015eecce7e696ff7e3b40434bc56831afeff783f0ea853e19c4f635c06")
@@ -40,17 +42,20 @@ class PyAstroid(PythonPackage):
depends_on("python@3.5:", when="@2.3.3:", type=("build", "run"))
depends_on("python@3.6:", when="@2.5.6:", type=("build", "run"))
depends_on("python@3.6.2:", when="@2.11.4:", type=("build", "run"))
+ depends_on("python@3.7.2:", when="@2.12.7:", type=("build", "run"))
depends_on("py-lazy-object-proxy", type=("build", "run"))
# Starting with astroid 2.3.1, astroid's dependencies were restricted
# to a given minor version, c.f. commit e1b4e11.
depends_on("py-lazy-object-proxy@1.4.0:1.4", when="@2.3.1:2.7.2", type=("build", "run"))
depends_on("py-lazy-object-proxy@1.4.0:", when="@2.7.3:", type=("build", "run"))
- depends_on("py-six", type=("build", "run"), when="@:2.7.2")
+ depends_on("py-six", when="@:2.7.2", type=("build", "run"))
depends_on("py-six@1.12:1", when="@2.3.3:2.7.2", type=("build", "run"))
depends_on("py-wrapt", when="@:2.2", type=("build", "run"))
depends_on("py-wrapt@1.11:1.12", when="@2.3.3:2.8.2", type=("build", "run"))
depends_on("py-wrapt@1.11:1.13", when="@2.8.3:2.10", type=("build", "run"))
- depends_on("py-wrapt@1.11:1", when="@2.11:", type=("build", "run"))
+ depends_on("py-wrapt@1.11:1", when="@2.11", type=("build", "run"))
+ depends_on("py-wrapt@1.14:1", when="@2.12.7: ^python@3.11:", type=("build", "run"))
+ depends_on("py-wrapt@1.11:1", when="@2.12.7: ^python@:3.10", type=("build", "run"))
depends_on("py-enum34@1.1.3:", when="^python@:3.3", type=("build", "run"))
depends_on("py-singledispatch", when="^python@:3.3", type=("build", "run"))
depends_on("py-backports-functools-lru-cache", when="^python@:3.2", type=("build", "run"))
@@ -60,4 +65,6 @@ class PyAstroid(PythonPackage):
depends_on("py-typing-extensions@3.7.4:", when="@2.7.3: ^python@:3.7", type=("build", "run"))
depends_on("py-typing-extensions@3.10:", when="@2.8.3: ^python@:3.9", type=("build", "run"))
depends_on("py-setuptools@17.1:", type=("build", "run"))
- depends_on("py-setuptools@20:", type=("build", "run"), when="@2.7.3:")
+ depends_on("py-setuptools@20:", when="@2.7.3:", type=("build", "run"))
+ depends_on("py-setuptools@62.6:62", when="@2.12.7:", type=("build", "run"))
+ depends_on("py-wheel@0.37.1:0.37", when="@2.12.7:", type="build")
diff --git a/var/spack/repos/builtin/packages/py-pylint/package.py b/var/spack/repos/builtin/packages/py-pylint/package.py
index 60f3a67a53..675f292e8c 100644
--- a/var/spack/repos/builtin/packages/py-pylint/package.py
+++ b/var/spack/repos/builtin/packages/py-pylint/package.py
@@ -25,6 +25,7 @@ class PyPylint(PythonPackage):
"pylint.reporters.ureports",
]
+ version("2.15.0", sha256="4f3f7e869646b0bd63b3dfb79f3c0f28fc3d2d923ea220d52620fd625aed92b0")
version("2.14.4", sha256="47705453aa9dce520e123a7d51843d5f0032cbfa06870f89f00927aa1f735a4a")
version("2.13.5", sha256="dab221658368c7a05242e673c275c488670144123f4bd262b2777249c1c0de9b")
version("2.11.1", sha256="2c9843fff1a88ca0ad98a256806c82c5a8f86086e7ccbdb93297d86c3f90c436")
@@ -43,33 +44,35 @@ class PyPylint(PythonPackage):
depends_on("python@3.6:", when="@2.8.2:", type=("build", "run"))
depends_on("python@3.6.2:", when="@2.13.5:", type=("build", "run"))
depends_on("python@3.7.2:", when="@2.14.0:", type=("build", "run"))
+ depends_on("py-setuptools-scm", when="@2.8.2", type="build")
+ depends_on("py-setuptools@17.1:", type="build")
+ depends_on("py-setuptools@62.6:62", when="@2.15.0:", type="build")
+ depends_on("py-wheel@0.37.1:0.37", when="@2.15.0:", type="build")
+ depends_on("py-dill@0.2:", when="@2.13.5:", type=("build", "run"))
+ depends_on("py-platformdirs@2.2.0:", when="@2.11.1:", type=("build", "run"))
depends_on("py-astroid", type=("build", "run"))
# note there is no working version of astroid for this
- depends_on("py-astroid@1.5.1:", type=("build", "run"), when="@1.7:")
- depends_on("py-astroid@1.6:1.9", type=("build", "run"), when="@1.9.4")
- depends_on("py-astroid@2.0:", type=("build", "run"), when="@2.2.0:")
- depends_on("py-astroid@2.2.0:2", type=("build", "run"), when="@2.3.0:2.7")
- depends_on("py-astroid@2.5.6:2.6", type=("build", "run"), when="@2.8.0:2.10")
- depends_on("py-astroid@2.8.0:2.8", type=("build", "run"), when="@2.11.1")
- depends_on("py-astroid@2.11.2:2.11", type=("build", "run"), when="@2.13.5:")
- depends_on("py-astroid@2.11.6:2.11", type=("build", "run"), when="@2.14.2:")
- depends_on("py-backports-functools-lru-cache", when="^python@:2.8", type=("build", "run"))
- depends_on("py-configparser", when="^python@:2.8", type=("build", "run"))
- depends_on("py-dill@0.2:", when="@2.13.5:", type=("build", "run"))
- depends_on("py-editdistance", type=("build", "run"), when="@:1.7")
+ depends_on("py-astroid@1.5.1:", when="@1.7:", type=("build", "run"))
+ depends_on("py-astroid@1.6:1.9", when="@1.9.4", type=("build", "run"))
+ depends_on("py-astroid@2.0:", when="@2.2.0:", type=("build", "run"))
+ depends_on("py-astroid@2.2.0:2", when="@2.3.0:2.7", type=("build", "run"))
+ depends_on("py-astroid@2.5.6:2.6", when="@2.8.0:2.10", type=("build", "run"))
+ depends_on("py-astroid@2.8.0:2.8", when="@2.11.1", type=("build", "run"))
+ depends_on("py-astroid@2.11.2:2.11", when="@2.13.5:2.13", type=("build", "run"))
+ depends_on("py-astroid@2.11.6:2.11", when="@2.14.2:2.14", type=("build", "run"))
+ depends_on("py-astroid@2.12.4:2.13", when="@2.15.0:", type=("build", "run"))
depends_on("py-isort@4.2.5:", type=("build", "run"))
depends_on("py-isort@4.2.5:5", when="@2.3.1:", type=("build", "run"))
depends_on("py-mccabe", type=("build", "run"))
depends_on("py-mccabe@0.6.0:0.6", when="@2.3.1:2.11", type=("build", "run"))
depends_on("py-mccabe@0.6.0:0.7", when="@2.13:", type=("build", "run"))
- depends_on("py-pip", type=("build")) # see https://github.com/spack/spack/issues/27075
- # depends_on('py-setuptools-scm@1.15.0:', type='build')
- depends_on("py-setuptools-scm", type="build", when="@2.8.2")
- depends_on("py-setuptools@17.1:", type="build")
+ depends_on("py-tomli@1.1.0:", when="@2.13.5: ^python@:3.10", type=("build", "run"))
+ depends_on("py-tomlkit@0.10.1:", when="@2.14.0:", type=("build", "run"))
+ depends_on("py-colorama@0.4.5:", when="platform=windows", type=("build", "run"))
+ depends_on("py-typing-extensions@3.10.0:", when="@2.11.1: ^python@:3.9", type=("build", "run"))
+ depends_on("py-backports-functools-lru-cache", when="^python@:2.8", type=("build", "run"))
+ depends_on("py-configparser", when="^python@:2.8", type=("build", "run"))
+ depends_on("py-editdistance", when="@:1.7", type=("build", "run"))
depends_on("py-singledispatch", when="^python@:3.3", type=("build", "run"))
- depends_on("py-six", type=("build", "run"), when="@1:2.3.1")
- depends_on("py-toml@0.7.1:", type=("build", "run"), when="@2.8.2:2.12.2")
- depends_on("py-tomli@1.1.0:", type=("build", "run"), when="@2.13.5: ^python@:3.10")
- depends_on("py-tomlkit@0.10.1:", type=("build", "run"), when="@2.14.0:")
- depends_on("py-platformdirs@2.2.0:", type=("build", "run"), when="@2.11.1:")
- depends_on("py-typing-extensions@3.10.0:", type=("build", "run"), when="@2.11.1: ^python@:3.9")
+ depends_on("py-six", when="@1:2.3.1", type=("build", "run"))
+ depends_on("py-toml@0.7.1:", when="@2.8.2:2.12.2", type=("build", "run"))
diff --git a/var/spack/repos/builtin/packages/py-setuptools/package.py b/var/spack/repos/builtin/packages/py-setuptools/package.py
index 8bf9f71863..6bb59b2ad6 100644
--- a/var/spack/repos/builtin/packages/py-setuptools/package.py
+++ b/var/spack/repos/builtin/packages/py-setuptools/package.py
@@ -37,6 +37,11 @@ class PySetuptools(Package):
expand=False,
)
version(
+ "62.6.0",
+ sha256="c1848f654aea2e3526d17fc3ce6aeaa5e7e24e66e645b5be2171f3f6b4e5a178",
+ expand=False,
+ )
+ version(
"62.4.0",
sha256="5a844ad6e190dccc67d6d7411d119c5152ce01f7c76be4d8a1eaa314501bba77",
expand=False,
@@ -173,11 +178,11 @@ class PySetuptools(Package):
)
extends("python")
- depends_on("python@3.7:", type=("build", "run"), when="@59.7:")
- depends_on("python@3.6:", type=("build", "run"), when="@51:")
- depends_on("python@3.5:", type=("build", "run"), when="@45:50")
- depends_on("python@2.7:2.8,3.5:", type=("build", "run"), when="@44")
- depends_on("python@2.7:2.8,3.4:", type=("build", "run"), when="@:43")
+ depends_on("python@3.7:", when="@59.7:", type=("build", "run"))
+ depends_on("python@3.6:", when="@51:", type=("build", "run"))
+ depends_on("python@3.5:", when="@45:50", type=("build", "run"))
+ depends_on("python@2.7:2.8,3.5:", when="@44", type=("build", "run"))
+ depends_on("python@2.7:2.8,3.4:", when="@:43", type=("build", "run"))
depends_on("py-pip", type="build")
def url_for_version(self, version):
diff --git a/var/spack/repos/builtin/packages/py-wrapt/package.py b/var/spack/repos/builtin/packages/py-wrapt/package.py
index 281f56f0b6..a7a57fa025 100644
--- a/var/spack/repos/builtin/packages/py-wrapt/package.py
+++ b/var/spack/repos/builtin/packages/py-wrapt/package.py
@@ -12,6 +12,7 @@ class PyWrapt(PythonPackage):
homepage = "https://github.com/GrahamDumpleton/wrapt"
pypi = "wrapt/wrapt-1.11.2.tar.gz"
+ version("1.14.1", sha256="380a85cf89e0e69b7cfbe2ea9f765f004ff419f34194018a6827ac0e3edfed4d")
version("1.13.3", sha256="1fea9cd438686e6682271d36f3481a9f3636195578bab9ca3382e2f5f01fc185")
version("1.12.1", sha256="b62ffa81fb85f4332a4f609cab4ac40709470da05643a082ec1eb88e6d9b97d7")
version("1.11.2", sha256="565a021fd19419476b9362b05eeaa094178de64f8361e44468f9e9d7843901e1")