Skip to content

Commit

Permalink
py-cryptography: add v3.3.2 (spack#36267)
Browse files Browse the repository at this point in the history
  • Loading branch information
myan-rarcellino-nnl authored Mar 21, 2023
1 parent 98ece85 commit 649e9ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions var/spack/repos/builtin/packages/py-cryptography/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class PyCryptography(PythonPackage):
version("35.0.0", sha256="9933f28f70d0517686bd7de36166dda42094eac49415459d9bdf5e7df3e0086d")
version("3.4.8", sha256="94cc5ed4ceaefcbe5bf38c8fba6a21fc1d365bb8fb826ea1688e3370b2e24a1c")
version("3.4.7", sha256="3d10de8116d25649631977cb37da6cbdd2d6fa0e0281d014a5b7d337255ca713")
version("3.3.2", sha256="5a60d3780149e13b7a6ff7ad6526b38846354d11a15e21068e57073e29e19bed")
version("3.2.1", sha256="d3d5e10be0cf2a12214ddee45c6bd203dab435e3d83b4560c03066eda600bfe3")
version("2.7", sha256="e6347742ac8f35ded4a46ff835c60e68c22a536a8ae5c4422966d06946b6d4c6")
version("2.3.1", sha256="8d10113ca826a4c29d5b85b2c4e045ffa8bad74fb525ee0eceb1d38d4c70dfd6")
Expand All @@ -27,6 +28,7 @@ class PyCryptography(PythonPackage):
variant("idna", default=False, when="@2.5:3.0", description="Deprecated U-label support")

depends_on("python@3.6:", when="@3.4:", type=("build", "run"))
depends_on("python@2.7:2.8,3.6:", when="@3.3.0:3.3", type=("build", "run"))
depends_on("python@2.7:2.8,3.4:", when="@2.3.1:", type=("build", "run"))
depends_on("python@2.6:2.8,3.4:", type=("build", "run"))

Expand Down

0 comments on commit 649e9ae

Please sign in to comment.