Skip to content

Commit

Permalink
py-shapely: add v2.0.3 (spack#42738)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Feb 18, 2024
1 parent 953ee2d commit 79df065
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions var/spack/repos/builtin/packages/py-shapely/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class PyShapely(PythonPackage):
license("BSD-3-Clause")

version("main", branch="main")
version("2.0.3", sha256="4d65d0aa7910af71efa72fd6447e02a8e5dd44da81a983de9d736d6e6ccbe674")
version("2.0.2", sha256="1713cc04c171baffc5b259ba8531c58acc2a301707b7f021d88a15ed090649e7")
version("2.0.1", sha256="66a6b1a3e72ece97fc85536a281476f9b7794de2e646ca8a4517e2e3c1446893")
version("2.0.0", sha256="11f1b1231a6c04213fb1226c6968d1b1b3b369ec42d1e9655066af87631860ea")
Expand All @@ -40,8 +41,8 @@ class PyShapely(PythonPackage):
depends_on("py-cython@0.29.24:2", when="@:1", type="build")
depends_on("py-setuptools@61:", when="@2:", type="build")
depends_on("py-setuptools@:63", when="@:1", type="build")
depends_on("py-numpy@1.14:", when="@2:", type=("build", "link", "run"))
depends_on("py-numpy", type=("build", "link", "run"))
depends_on("py-numpy@1.14:1", when="@2:", type=("build", "link", "run"))
depends_on("py-numpy@:1", when="@1", type=("build", "link", "run"))
depends_on("py-pytest", type="test")
depends_on("py-pytest-cov", type="test")

Expand Down

0 comments on commit 79df065

Please sign in to comment.