summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNadir Román Guerrero <NadirRoGue@users.noreply.github.com>2022-06-29 19:58:46 +0200
committerGitHub <noreply@github.com>2022-06-29 17:58:46 +0000
commit54b7df0bfa1ac42385f03ac064fb102811921644 (patch)
treea7cd7e1c0419b1d733d37d7278600997b02d945c
parentee680567a585e2b3ce9c9ea093dc8884d7d4fd81 (diff)
downloadspack-54b7df0bfa1ac42385f03ac064fb102811921644.tar.gz
spack-54b7df0bfa1ac42385f03ac064fb102811921644.tar.bz2
spack-54b7df0bfa1ac42385f03ac064fb102811921644.tar.xz
spack-54b7df0bfa1ac42385f03ac064fb102811921644.zip
Adds py-websockets 10.3 (#31363)
-rw-r--r--var/spack/repos/builtin/packages/py-websockets/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-websockets/package.py b/var/spack/repos/builtin/packages/py-websockets/package.py
index ae45d9249d..10ef5b47aa 100644
--- a/var/spack/repos/builtin/packages/py-websockets/package.py
+++ b/var/spack/repos/builtin/packages/py-websockets/package.py
@@ -14,9 +14,10 @@ class PyWebsockets(PythonPackage):
homepage = "https://github.com/aaugustin/websockets"
url = "https://github.com/aaugustin/websockets/archive/8.1.tar.gz"
+ version('10.3', sha256='f13384865a14e0beff240b8f835b5b6a105b32928854841f167d920b4be8e75e')
version('10.1', sha256='181d2b25de5a437b36aefedaf006ecb6fa3aa1328ec0236cdde15f32f9d3ff6d')
version('8.1', sha256='c19ce96ad5f7606127d3915364144df93fb865a215784b06048fae3d39364f14')
depends_on('py-setuptools', type='build')
depends_on('python@3.6.1:', type=('build', 'run'))
- depends_on('python@3.7:', type=('build', 'run'), when="@10.1")
+ depends_on('python@3.7:', type=('build', 'run'), when="@10.1:")