From 70a2245b6046f95d8d87397d82074bdfd94cbb99 Mon Sep 17 00:00:00 2001 From: Bryce Mecum Date: Mon, 14 Oct 2024 20:40:14 -0700 Subject: [PATCH] GH-44415: [Release][Ruby] Remove pins from glib section of release verification script (#44407) ### Rationale for this change We can remove these pins now that https://github.com/conda-forge/glib-feedstock/issues/191 has been closed. I've tested on my own crossbow and will test here momentarily. This effectively reverts https://github.com/apache/arrow/pull/44270 and https://github.com/apache/arrow/issues/44268. ### What changes are included in this PR? Tweaks to release release verification script, specifically removing recently-added pins. ### Are these changes tested? Yes: https://github.com/amoeba/crossbow/actions/runs/11335070956/job/31522511285. ### Are there any user-facing changes? No. Closes #44415. * GitHub Issue: #44415 Authored-by: Bryce Mecum Signed-off-by: Bryce Mecum --- dev/release/verify-release-candidate.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev/release/verify-release-candidate.sh b/dev/release/verify-release-candidate.sh index 178d8cd458048..bf1f585581dcf 100755 --- a/dev/release/verify-release-candidate.sh +++ b/dev/release/verify-release-candidate.sh @@ -775,9 +775,7 @@ test_glib() { show_header "Build and test C GLib libraries" # Build and test C GLib - # We can remove '==2.80.5' and 'python<3.13' once - # https://github.com/conda-forge/glib-feedstock/issues/191 is fixed. - maybe_setup_conda glib==2.80.5 gobject-introspection meson ninja 'python<3.13' ruby + maybe_setup_conda glib gobject-introspection meson ninja ruby maybe_setup_virtualenv meson # Install bundler if doesn't exist