You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2022/12/15 22:05:27 UTC

[airavata-django-portal] branch develop updated: AIRAVATA-3679 Fix for large (2GB+) files in directory download zip archives

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

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


The following commit(s) were added to refs/heads/develop by this push:
     new cec2b5d3 AIRAVATA-3679 Fix for large (2GB+) files in directory download zip archives
cec2b5d3 is described below

commit cec2b5d378aed2878524ca5736104ef054812c22
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Dec 15 17:05:05 2022 -0500

    AIRAVATA-3679 Fix for large (2GB+) files in directory download zip archives
---
 requirements.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 5f9f57a8..5908b842 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,7 +7,7 @@ thrift_connector==0.24
 djangorestframework==3.12.4
 django-webpack-loader==0.6.0
 logging-formatter-anticrlf==1.2
-zipstream==1.1.4
+zipstream-new==1.1.8
 
 wagtail==2.13.4
 wagtailfontawesome==1.2.1
@@ -24,7 +24,7 @@ grpcio-tools==1.51.1 ; python_version >= "3.7"
 grpcio==1.48.2 ; python_version < "3.7"
 grpcio==1.51.1 ; python_version >= "3.7"
 
-airavata-django-portal-sdk==1.8.0
+airavata-django-portal-sdk==1.8.1
 airavata-python-sdk==1.0.2
 airavata-django-portal-commons==1.0.0