This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 3ceb2f1ed8 GH-37803: [Python][CI] Pin setuptools_scm to fix release
verification scripts (#37930)
3ceb2f1ed8 is described below
commit 3ceb2f1ed871afbecfc481e5cabfd5e846dc5cd6
Author: Joris Van den Bossche <[email protected]>
AuthorDate: Thu Sep 28 23:09:43 2023 +0200
GH-37803: [Python][CI] Pin setuptools_scm to fix release verification
scripts (#37930)
Follow-up on https://github.com/apache/arrow/pull/37819, which missed one
place to add a pin for the release verification scripts
* Closes: #37803
Authored-by: Joris Van den Bossche <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
dev/release/verify-release-candidate.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/release/verify-release-candidate.sh
b/dev/release/verify-release-candidate.sh
index 77b996766f..ae28ebe792 100755
--- a/dev/release/verify-release-candidate.sh
+++ b/dev/release/verify-release-candidate.sh
@@ -666,7 +666,7 @@ test_python() {
show_header "Build and test Python libraries"
# Build and test Python
- maybe_setup_virtualenv "cython<3" numpy setuptools_scm setuptools || exit 1
+ maybe_setup_virtualenv "cython<3" numpy "setuptools_scm<8.0.0" setuptools ||
exit 1
maybe_setup_conda --file ci/conda_env_python.txt || exit 1
if [ "${USE_CONDA}" -gt 0 ]; then