[py-distributed] Add version 2022.2.1 (#31465)
This commit is contained in:
parent
211030cd19
commit
626b239c96
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,7 @@ class PyDistributed(PythonPackage):
|
|||
'distributed.http.worker', 'distributed.diagnostics'
|
||||
]
|
||||
|
||||
version('2022.2.1', sha256='fb62a75af8ef33bbe1aa80a68c01a33a93c1cd5a332dd017ab44955bf7ecf65b')
|
||||
version('2021.6.2', sha256='d7d112a86ab049dcefa3b21fd1baea4212a2c03d22c24bd55ad38d21a7f5d148')
|
||||
version('2021.4.1', sha256='4c1b189ec5aeaf770c473f730f4a3660dc655601abd22899e8a0662303662168')
|
||||
version('2020.12.0', sha256='2a0b6acc921cd4e0143a7c4383cdcbed7defbc4bd9dc3aab0c7f1c45f14f80e1')
|
||||
|
@ -30,15 +31,19 @@ class PyDistributed(PythonPackage):
|
|||
|
||||
depends_on('python@2.7:2.8,3.5:', when='@:1', type=('build', 'run'))
|
||||
depends_on('python@3.6:', when='@2:', type=('build', 'run'))
|
||||
depends_on('python@3.7:', when='@2021.4.1:', type=('build', 'run'))
|
||||
depends_on('python@3.8:', when='@2022.2.1:', type=('build', 'run'))
|
||||
depends_on('py-setuptools', type=('build', 'run'))
|
||||
|
||||
depends_on('py-click@6.6:', type=('build', 'run'))
|
||||
depends_on('py-cloudpickle@0.2.2:', type=('build', 'run'), when='@:2.16.0')
|
||||
depends_on('py-cloudpickle@1.3.0:', type=('build', 'run'), when='@2.17.0:2.20.0')
|
||||
depends_on('py-cloudpickle@1.5.0:', type=('build', 'run'), when='@2.21.0:')
|
||||
depends_on('py-jinja2', type=('build', 'run'), when='@2022.2.1:')
|
||||
depends_on('py-contextvars', type=('build', 'run'), when='@2020: ^python@:3.6')
|
||||
depends_on('py-msgpack', type=('build', 'run'), when='@:2.10.0')
|
||||
depends_on('py-msgpack@0.6.0:', type=('build', 'run'), when='@2.11.0:')
|
||||
depends_on('py-packaging@20.0:', type=('build', 'run'), when='@2022.2.1:')
|
||||
depends_on('py-psutil@5.0:', type=('build', 'run'))
|
||||
depends_on('py-six', type=('build', 'run'), when='@:1')
|
||||
depends_on('py-sortedcontainers@:1,2.0.2:', type=('build', 'run'))
|
||||
|
|
Loading…
Reference in a new issue