From 7f1735e7cdd676bd0110a6322e0500f793330350 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Tue, 5 May 2026 17:49:54 -0500 Subject: [PATCH 1/2] fix: (py-)protobuf: v*.28.{2 -> 3} --- spack-environment/packages.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spack-environment/packages.yaml b/spack-environment/packages.yaml index f2936e31..c99c9a12 100644 --- a/spack-environment/packages.yaml +++ b/spack-environment/packages.yaml @@ -380,7 +380,7 @@ packages: - +plot protobuf: require: - - '@28.2' + - '@28.3' pyrobird: require: - '@0.1.23:' @@ -495,7 +495,7 @@ packages: - '@3.6.0:' py-protobuf: require: - - '@5.28.2' + - '@5.28.3' py-pygithub: require: - '@2.1.1:' From 7d07b5e8e7dc28f52702e1a62e16fc78f261cd13 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Tue, 5 May 2026 22:12:43 -0500 Subject: [PATCH 2/2] fix: spack cherry-pick: (py-)protobuf: add v(5.)28.3 --- spack-packages.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spack-packages.sh b/spack-packages.sh index a24a6705..9662e501 100644 --- a/spack-packages.sh +++ b/spack-packages.sh @@ -20,6 +20,7 @@ f5742718da7bd1d078ddc8423011a82ef2e3c759 6346a54e35ee6281b8e8c6a1bc9c102893593c8e f0ff58aff997ab3c4c0598e0ccdfd662a06d1233 bd32638d817fa66188880e557196acd2a5d6e7b6 +b17f3abec760256ad7faf1b1d102f2553d6a3622 --- ## Optional hash table with comma-separated file list ## For these commits, the cherry-pick will be restricted to the listed files only. @@ -37,3 +38,4 @@ read -r -d '' SPACKPACKAGES_CHERRYPICKS_FILES <<- \ ## 6346a54e35ee6281b8e8c6a1bc9c102893593c8e: g4adept: new package ## f0ff58aff997ab3c4c0598e0ccdfd662a06d1233: py-tf2onnx: add v1.17.0 (new package) ## bd32638d817fa66188880e557196acd2a5d6e7b6: py-tf2onnx: depends on py-tensorflow +## b17f3abec760256ad7faf1b1d102f2553d6a3622: (py-)protobuf: add v(5.)28.3