You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2020/05/24 14:43:56 UTC

[arrow] branch master updated: ARROW-8915: [Dev][Archery] Require Click 7

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

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 785965a  ARROW-8915: [Dev][Archery] Require Click 7
785965a is described below

commit 785965a8aee78ca6dcbf3958420ed0372ddcde33
Author: Sutou Kouhei <ko...@clear-code.com>
AuthorDate: Sun May 24 09:43:34 2020 -0500

    ARROW-8915: [Dev][Archery] Require Click 7
    
    The case_sensitive option requires Click 7 or later.
    
    Closes #7257 from kou/dev-archery-require-click-7
    
    Authored-by: Sutou Kouhei <ko...@clear-code.com>
    Signed-off-by: Wes McKinney <we...@apache.org>
---
 dev/archery/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/archery/setup.py b/dev/archery/setup.py
old mode 100644
new mode 100755
index 6952fed..8bcd45d
--- a/dev/archery/setup.py
+++ b/dev/archery/setup.py
@@ -44,7 +44,7 @@ setup(
         'archery.lang',
         'archery.utils'
     ],
-    install_requires=['click'],
+    install_requires=['click>=7'],
     tests_require=['pytest', 'responses'],
     extras_require=extras,
     entry_points='''