This is an automated email from the ASF dual-hosted git repository.

apitrou 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 09889330a2 MINOR: [Dev][Archery] Reinstate version constraint on 
setuptools_scm for comment bot (#40162)
09889330a2 is described below

commit 09889330a296f6767734b42381693e5602419f36
Author: Antoine Pitrou <[email protected]>
AuthorDate: Tue Feb 20 18:37:19 2024 +0100

    MINOR: [Dev][Archery] Reinstate version constraint on setuptools_scm for 
comment bot (#40162)
    
    The comment bot depends on an internal setuptools_scm API that was changed 
in setuptools_scm 8.
    We therefore need to reinstate the Archery version constraint that was 
removed in https://github.com/apache/arrow/pull/40150
    
    See example failure at 
https://github.com/apache/arrow/actions/runs/7976567301/job/21777437575
    
    Authored-by: Antoine Pitrou <[email protected]>
    Signed-off-by: Antoine Pitrou <[email protected]>
---
 dev/archery/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/archery/setup.py b/dev/archery/setup.py
index 02a8b34299..2ecc72e04e 100755
--- a/dev/archery/setup.py
+++ b/dev/archery/setup.py
@@ -30,7 +30,7 @@ jinja_req = 'jinja2>=2.11'
 extras = {
     'benchmark': ['pandas'],
     'crossbow': ['github3.py', jinja_req, 'pygit2>=1.6.0', 'requests',
-                 'ruamel.yaml', 'setuptools_scm'],
+                 'ruamel.yaml', 'setuptools_scm<8.0.0'],
     'crossbow-upload': ['github3.py', jinja_req, 'ruamel.yaml',
                         'setuptools_scm'],
     'docker': ['ruamel.yaml', 'python-dotenv'],

Reply via email to