Skip to content

Commit 687cac3

Browse files
authored
Add checksum for py-pylint 2.14.4; py-astroid 2.11.5, 2.11.6 (spack#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
1 parent d9f49d7 commit 687cac3

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

var/spack/repos/builtin/packages/py-astroid/package.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ class PyAstroid(PythonPackage):
1313
homepage = "https://github.com/PyCQA/astroid"
1414
pypi = "astroid/astroid-2.8.3.tar.gz"
1515

16+
version('2.11.6', sha256='4f933d0bf5e408b03a6feb5d23793740c27e07340605f236496cd6ce552043d6')
17+
version('2.11.5', sha256='f4e4ec5294c4b07ac38bab9ca5ddd3914d4bf46f9006eb5c0ae755755061044e')
1618
version('2.11.4', sha256='561dc6015eecce7e696ff7e3b40434bc56831afeff783f0ea853e19c4f635c06')
1719
version('2.8.3', sha256='0e361da0744d5011d4f5d57e64473ba9b7ab4da1e2d45d6631ebd67dd28c3cce')
1820
version('2.7.3', sha256='3b680ce0419b8a771aba6190139a3998d14b413852506d99aff8dc2bf65ee67c')

var/spack/repos/builtin/packages/py-pylint/package.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class PyPylint(PythonPackage):
1616
'pylint.message', 'pylint.utils', 'pylint.pyreverse',
1717
'pylint.reporters', 'pylint.reporters.ureports']
1818

19+
version('2.14.4', sha256='47705453aa9dce520e123a7d51843d5f0032cbfa06870f89f00927aa1f735a4a')
1920
version('2.13.5', sha256='dab221658368c7a05242e673c275c488670144123f4bd262b2777249c1c0de9b')
2021
version('2.11.1', sha256='2c9843fff1a88ca0ad98a256806c82c5a8f86086e7ccbdb93297d86c3f90c436')
2122
version('2.8.2', sha256='586d8fa9b1891f4b725f587ef267abe2a1bad89d6b184520c7f07a253dd6e217')
@@ -32,6 +33,7 @@ class PyPylint(PythonPackage):
3233
depends_on('[email protected]:', when='@2:2.7', type=('build', 'run'))
3334
depends_on('[email protected]:', when='@2.8.2:', type=('build', 'run'))
3435
depends_on('[email protected]:', when='@2.13.5:', type=('build', 'run'))
36+
depends_on('[email protected]:', when='@2.14.0:', type=('build', 'run'))
3537
depends_on('py-astroid', type=('build', 'run'))
3638
# note there is no working version of astroid for this
3739
depends_on('[email protected]:', type=('build', 'run'), when='@1.7:')
@@ -41,6 +43,7 @@ class PyPylint(PythonPackage):
4143
depends_on('[email protected]:2.6', type=('build', 'run'), when='@2.8.0:2.10')
4244
depends_on('[email protected]:2.8', type=('build', 'run'), when='@2.11.1')
4345
depends_on('[email protected]:2.11', type=('build', 'run'), when='@2.13.5:')
46+
depends_on('[email protected]:2.11', type=('build', 'run'), when='@2.14.2:')
4447
depends_on('py-backports-functools-lru-cache', when='^python@:2.8', type=('build', 'run'))
4548
depends_on('py-configparser', when='^python@:2.8', type=('build', 'run'))
4649
depends_on('[email protected]:', when='@2.13.5:', type=('build', 'run'))
@@ -58,5 +61,6 @@ class PyPylint(PythonPackage):
5861
depends_on('py-six', type=('build', 'run'), when='@1:2.3.1')
5962
depends_on('[email protected]:', type=('build', 'run'), when='@2.8.2:2.12.2')
6063
depends_on('[email protected]:', type=('build', 'run'), when='@2.13.5: ^python@:3.10')
64+
depends_on('[email protected]:', type=('build', 'run'), when='@2.14.0:')
6165
depends_on('[email protected]:', type=('build', 'run'), when='@2.11.1:')
6266
depends_on('[email protected]:', type=('build', 'run'), when='@2.11.1: ^python@:3.9')

var/spack/repos/builtin/packages/py-tomlkit/package.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ class PyTomlkit(PythonPackage):
1212
homepage = "https://github.com/sdispater/tomlkit"
1313
pypi = "tomlkit/tomlkit-0.7.0.tar.gz"
1414

15+
version('0.11.0', sha256='71ceb10c0eefd8b8f11fe34e8a51ad07812cb1dc3de23247425fbc9ddc47b9dd')
1516
version('0.7.2', sha256='d7a454f319a7e9bd2e249f239168729327e4dd2d27b17dc68be264ad1ce36754')
1617
version('0.7.0', sha256='ac57f29693fab3e309ea789252fcce3061e19110085aa31af5446ca749325618')
1718

1819
depends_on('[email protected],3.5:', type=('build', 'run'))
20+
depends_on('[email protected]:', type=('build', 'run'), when='@0.11.0:')
1921
depends_on('py-poetry-core@1:', type='build')
2022
depends_on('[email protected]:1', when='^[email protected]', type=('build', 'run'))
2123
depends_on('[email protected]:3', when='^[email protected]', type=('build', 'run'))

0 commit comments

Comments
 (0)