diff options
author | iarspider <iarspider@gmail.com> | 2022-07-06 18:58:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-06 09:58:35 -0700 |
commit | 687cac3a7907d4158e389b267553a7345b5f95bb (patch) | |
tree | 4f55cc85a20ccf2f57190b68ae95b9f3e51eb6e2 /var | |
parent | d9f49d74158bb9fe89e00fb8a7b279950abe3a80 (diff) | |
download | spack-687cac3a7907d4158e389b267553a7345b5f95bb.tar.gz spack-687cac3a7907d4158e389b267553a7345b5f95bb.tar.bz2 spack-687cac3a7907d4158e389b267553a7345b5f95bb.tar.xz spack-687cac3a7907d4158e389b267553a7345b5f95bb.zip |
Add checksum for py-pylint 2.14.4; py-astroid 2.11.5, 2.11.6 (#31436)
* Add checksums for astroid 2.11.5 and 2.11.6
* Add checksum for py-pylint 2.14.4
* Update package.py
* Add checksum for py-tomlkit 0.11.0
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/py-astroid/package.py | 2 | ||||
-rw-r--r-- | var/spack/repos/builtin/packages/py-pylint/package.py | 4 | ||||
-rw-r--r-- | var/spack/repos/builtin/packages/py-tomlkit/package.py | 2 |
3 files changed, 8 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-astroid/package.py b/var/spack/repos/builtin/packages/py-astroid/package.py index f31aa11469..22af97740e 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.11.6', sha256='4f933d0bf5e408b03a6feb5d23793740c27e07340605f236496cd6ce552043d6') + version('2.11.5', sha256='f4e4ec5294c4b07ac38bab9ca5ddd3914d4bf46f9006eb5c0ae755755061044e') version('2.11.4', sha256='561dc6015eecce7e696ff7e3b40434bc56831afeff783f0ea853e19c4f635c06') version('2.8.3', sha256='0e361da0744d5011d4f5d57e64473ba9b7ab4da1e2d45d6631ebd67dd28c3cce') version('2.7.3', sha256='3b680ce0419b8a771aba6190139a3998d14b413852506d99aff8dc2bf65ee67c') diff --git a/var/spack/repos/builtin/packages/py-pylint/package.py b/var/spack/repos/builtin/packages/py-pylint/package.py index fc07a0fe8e..10dc2e998c 100644 --- a/var/spack/repos/builtin/packages/py-pylint/package.py +++ b/var/spack/repos/builtin/packages/py-pylint/package.py @@ -16,6 +16,7 @@ class PyPylint(PythonPackage): 'pylint.message', 'pylint.utils', 'pylint.pyreverse', 'pylint.reporters', 'pylint.reporters.ureports'] + version('2.14.4', sha256='47705453aa9dce520e123a7d51843d5f0032cbfa06870f89f00927aa1f735a4a') version('2.13.5', sha256='dab221658368c7a05242e673c275c488670144123f4bd262b2777249c1c0de9b') version('2.11.1', sha256='2c9843fff1a88ca0ad98a256806c82c5a8f86086e7ccbdb93297d86c3f90c436') version('2.8.2', sha256='586d8fa9b1891f4b725f587ef267abe2a1bad89d6b184520c7f07a253dd6e217') @@ -32,6 +33,7 @@ class PyPylint(PythonPackage): depends_on('python@3.4:', when='@2:2.7', type=('build', 'run')) 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-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:') @@ -41,6 +43,7 @@ class PyPylint(PythonPackage): 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')) @@ -58,5 +61,6 @@ class PyPylint(PythonPackage): 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') diff --git a/var/spack/repos/builtin/packages/py-tomlkit/package.py b/var/spack/repos/builtin/packages/py-tomlkit/package.py index 3ac780cc7f..0849f48514 100644 --- a/var/spack/repos/builtin/packages/py-tomlkit/package.py +++ b/var/spack/repos/builtin/packages/py-tomlkit/package.py @@ -12,10 +12,12 @@ class PyTomlkit(PythonPackage): homepage = "https://github.com/sdispater/tomlkit" pypi = "tomlkit/tomlkit-0.7.0.tar.gz" + version('0.11.0', sha256='71ceb10c0eefd8b8f11fe34e8a51ad07812cb1dc3de23247425fbc9ddc47b9dd') version('0.7.2', sha256='d7a454f319a7e9bd2e249f239168729327e4dd2d27b17dc68be264ad1ce36754') version('0.7.0', sha256='ac57f29693fab3e309ea789252fcce3061e19110085aa31af5446ca749325618') depends_on('python@2.7,3.5:', type=('build', 'run')) + depends_on('python@3.6:', type=('build', 'run'), when='@0.11.0:') depends_on('py-poetry-core@1:', type='build') depends_on('py-enum34@1.1:1', when='^python@2.7', type=('build', 'run')) depends_on('py-functools32@3.2.3:3', when='^python@2.7', type=('build', 'run')) |