py-pyopenssl: add version 22.1.0 (#33189)

* py-pyopenssl: add version 22.1.0

* Update var/spack/repos/builtin/packages/py-pyopenssl/package.py

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
Laurent Aphecetche 2022-10-13 18:32:11 +02:00 committed by GitHub
parent 93be19d0e3
commit 0c4ad440c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,8 +17,11 @@ class PyPyopenssl(PythonPackage):
homepage = "https://pyopenssl.org/"
pypi = "pyOpenSSL/pyOpenSSL-19.0.0.tar.gz"
version("22.1.0", sha256="7a83b7b272dd595222d672f5ce29aa030f1fb837630ef229f62e72e395ce8968")
version("19.0.0", sha256="aeca66338f6de19d1aa46ed634c3b9ae519a64b458f8468aec688e7e3c20f200")
depends_on("py-setuptools", type="build")
depends_on("py-cryptography@2.3:", type=("build", "run"))
depends_on("py-six@1.5.2:", type=("build", "run"))
depends_on("py-cryptography@38", when="@22:", type=("build", "run"))
depends_on("python@3.6:", when="@22:", type=("build", "run"))
depends_on("py-six@1.5.2:", when="@:19", type=("build", "run"))