py-particle: add v0.23.1, v0.24.0 (#45528)

* py-particle: add v0.23.1, v0.24.0

* [@spackbot] updating style on behalf of wdconinc

---------

Co-authored-by: wdconinc <wdconinc@users.noreply.github.com>
This commit is contained in:
Wouter Deconinck 2024-08-02 03:04:56 -05:00 committed by GitHub
parent 53815b725a
commit 4e087349a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,8 @@ class PyParticle(PythonPackage):
license("BSD-3-Clause")
version("master", branch="master")
version("0.24.0", sha256="8ab4b5dd4547ba2dae8354955a435210892a575dff46f323cac6cf40600b976a")
version("0.23.1", sha256="eee28b0e846bfea4dfd70e9ec5ffe3244613db08b6b6a9b773f55a4310752fab")
version("0.23.0", sha256="d810f8fc27deb8e7fd64174017d9607d50522249c0973a0008e580f93db11750")
version("0.22.1", sha256="dcb45025cf7cff901e2c94922d150e1103245c46f2671eae4193c5fa767cc56c")
version("0.22.0", sha256="567bb3017cb7526f9c9ef4399e9ba5acbdb5b9ce93eb18e4da6479d3181c93a5")
@ -41,13 +43,15 @@ class PyParticle(PythonPackage):
depends_on("python@2.7:2.8,3.5:", when="@:0.19", type=("build", "run"))
depends_on("python@3.6:", when="@0.20:", type=("build", "run"))
depends_on("python@3.7:", when="@0.21:", type=("build", "run"))
depends_on("python@3.8:", when="@0.24:", type=("build", "run"))
depends_on("py-setuptools", when="@:0.20", type="build")
depends_on("py-setuptools-scm@3.4:+toml", when="@:0.20", type="build")
depends_on("py-hatchling", when="@0.21:", type="build")
depends_on("py-hatch-vcs", when="@0.21:", type="build")
depends_on("py-importlib-resources@2:", when="@0.16: ^python@:3.8", type=("build", "run"))
depends_on("py-typing-extensions", when="@0.16: ^python@:3.7", type=("build", "run"))
depends_on("py-deprecated", when="@0.22.0:", type=("build", "run"))
depends_on("py-typing-extensions@4.5:", when="@0.23.1: ^python@:3.12", type=("build", "run"))
depends_on("py-typing-extensions", when="@0.16:0.23.0 ^python@:3.7", type=("build", "run"))
depends_on("py-deprecated", when="@0.22.0:0.23.0", type=("build", "run"))
depends_on("py-attrs@19.2.0:", type=("build", "run"))
depends_on("py-hepunits@1.2.0:", when="@:0.12", type=("build", "run"))