From 4c075801db0518a4f45cd256dbc5ea2bb0dd9ab2 Mon Sep 17 00:00:00 2001 From: Kyle Brindley <66965948+kbrindley@users.noreply.github.com> Date: Wed, 16 Apr 2025 10:57:46 -0600 Subject: [PATCH] py-pathos: add v0.2.9 -> v0.3.3 (#49943) * MAINT: add py-pathos versions * MAINT: match version directives order in dependencies --- .../builtin/packages/py-pathos/package.py | 41 +++++++++++++++---- 1 file changed, 33 insertions(+), 8 deletions(-) diff --git a/var/spack/repos/builtin/packages/py-pathos/package.py b/var/spack/repos/builtin/packages/py-pathos/package.py index 32d3a6bbf1e..5bbfd2ed890 100644 --- a/var/spack/repos/builtin/packages/py-pathos/package.py +++ b/var/spack/repos/builtin/packages/py-pathos/package.py @@ -13,22 +13,47 @@ class PyPathos(PythonPackage): license("BSD-3-Clause") + version("0.3.3", sha256="dcb2a5f321aa34ca541c1c1861011ea49df357bb908379c21dd5741f666e0a58") + version("0.3.2", sha256="4f2a42bc1e10ccf0fe71961e7145fc1437018b6b21bd93b2446abc3983e49a7a") + version("0.3.1", sha256="c9a088021493c5cb627d4459bba6c0533c684199e271a5dc297d62be23d74019") + version("0.3.0", sha256="24fa8db51fbd9284da8e191794097c4bb2aa3fce411090e57af6385e61b97e09") + version("0.2.9", sha256="a8dbddcd3d9af32ada7c6dc088d845588c513a29a0ba19ab9f64c5cd83692934") version("0.2.8", sha256="1f0f27a90f7ab66c423ba796529000fde9360d17b2d8e50097641ff405fc6f15") version("0.2.3", sha256="954c5b0a8b257c375e35d311c65fa62a210a3d65269195557de38418ac9f61f9") version("0.2.0", sha256="2f4e67e7914c95fb0cce766bab173eb2c5860ee420108fa183099557ac2e50e9") - depends_on("python@2.6:2.8,3.1:", type=("build", "run")) depends_on("python@2.7:2.8,3.6:", when="@0.2.8:", type=("build", "run")) + depends_on("python@2.6:2.8,3.1:", type=("build", "run")) depends_on("py-setuptools@0.6:", type="build") - depends_on("py-multiprocess@0.70.7:", type=("build", "run")) - depends_on("py-pox@0.2.5:", type=("build", "run")) - depends_on("py-pox@0.3.0:", type=("build", "run"), when="@0.2.8:") - depends_on("py-ppft@1.6.4.9:", type=("build", "run")) - depends_on("py-ppft@1.6.6.4:", type=("build", "run"), when="@0.2.8:") - depends_on("py-dill@0.2.9:", type=("build", "run")) - depends_on("py-dill@0.3.4:", type=("build", "run"), when="@0.2.8:") + depends_on("py-multiprocess@0.70.17:", type=("build", "run"), when="@0.3.3:") + depends_on("py-multiprocess@0.70.16:", type=("build", "run"), when="@0.3.2:") + depends_on("py-multiprocess@0.70.15:", type=("build", "run"), when="@0.3.1:") + depends_on("py-multiprocess@0.70.14:", type=("build", "run"), when="@0.3.0:") + depends_on("py-multiprocess@0.70.13:", type=("build", "run"), when="@0.2.9:") depends_on("py-multiprocess@0.70.12:", type=("build", "run"), when="@0.2.8:") + depends_on("py-multiprocess@0.70.7:", type=("build", "run")) + depends_on("py-pox@0.3.5:", type=("build", "run"), when="@0.3.3:") + depends_on("py-pox@0.3.4:", type=("build", "run"), when="@0.3.2:") + depends_on("py-pox@0.3.3:", type=("build", "run"), when="@0.3.1:") + depends_on("py-pox@0.3.2:", type=("build", "run"), when="@0.3.0:") + depends_on("py-pox@0.3.1:", type=("build", "run"), when="@0.2.9:") + depends_on("py-pox@0.3.0:", type=("build", "run"), when="@0.2.8:") + depends_on("py-pox@0.2.5:", type=("build", "run")) + depends_on("py-ppft@1.7.6.9:", type=("build", "run"), when="@0.3.3:") + depends_on("py-ppft@1.7.6.8:", type=("build", "run"), when="@0.3.2:") + depends_on("py-ppft@1.7.6.7:", type=("build", "run"), when="@0.3.1:") + depends_on("py-ppft@1.7.6.6:", type=("build", "run"), when="@0.3.0:") + depends_on("py-ppft@1.7.6.5:", type=("build", "run"), when="@0.2.9:") + depends_on("py-ppft@1.6.6.4:", type=("build", "run"), when="@0.2.8:") + depends_on("py-ppft@1.6.4.9:", type=("build", "run")) + depends_on("py-dill@0.3.9:", type=("build", "run"), when="@0.3.3:") + depends_on("py-dill@0.3.8:", type=("build", "run"), when="@0.3.2:") + depends_on("py-dill@0.3.7:", type=("build", "run"), when="@0.3.1:") + depends_on("py-dill@0.3.6:", type=("build", "run"), when="@0.3.0:") + depends_on("py-dill@0.3.5.1:", type=("build", "run"), when="@0.2.9:") + depends_on("py-dill@0.3.4:", type=("build", "run"), when="@0.2.8:") + depends_on("py-dill@0.2.9:", type=("build", "run")) def url_for_version(self, version): url = self.url.rsplit("/", 1)[0]