You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2022/04/27 14:58:12 UTC

[arrow] branch master updated: MINOR: [CI] Pin cryptography==36 in the Travis packaging builds

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

kszucs 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 64680fcd0c MINOR: [CI] Pin cryptography==36 in the Travis packaging builds
64680fcd0c is described below

commit 64680fcd0ceb8705ff2173f83e5cdc48db17c3f5
Author: Krisztián Szűcs <sz...@gmail.com>
AuthorDate: Wed Apr 27 16:58:05 2022 +0200

    MINOR: [CI] Pin cryptography==36 in the Travis packaging builds
---
 dev/tasks/macros.jinja | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/tasks/macros.jinja b/dev/tasks/macros.jinja
index f32e90074d..592e86a296 100644
--- a/dev/tasks/macros.jinja
+++ b/dev/tasks/macros.jinja
@@ -165,7 +165,7 @@ on:
 {% endmacro %}
 
 {%- macro travis_upload_releases(pattern) -%}
-  - sudo -H pip3 install pygit2==1.0
+  - sudo -H pip3 install pygit2==1.0 cryptography==36
   - sudo -H pip3 install -e arrow/dev/archery[crossbow-upload]
   - |
     archery crossbow \