From e7cb4cf6c3adce25de22134c5eb9265fac969f67 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 7 Aug 2018 23:13:49 -0400 Subject: [PATCH] Update packages versions: Pillow:5.2.0, PyYAML:3.13, django-environ:0.4.5, django-model-utils:3.1.2, django-mptt:0.9.1, django-widget-tweaks: 1.4.2, flanker:0.9.0, flex:6.13.2, furl:1.2, gevent:1.3.5, graphviz: 0.8.4, gunicorn:19.9.0, pyocr:0.5.2, python-dateutil:2.7.3 Signed-off-by: Roberto Rosario --- HISTORY.rst | 6 +++++- requirements/base.txt | 30 ++++++++++++++---------------- setup.py | 30 ++++++++++++++---------------- 3 files changed, 33 insertions(+), 33 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index a850558809..44409078cc 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -11,10 +11,14 @@ - Update dropzone.js' timeout from 30 seconds to 120 to allow upload of large files on slow connections. - Increase gunicorn's timeout from 30 seconds to 120. +- Update packages versions: Pillow:5.2.0, PyYAML:3.13, django-environ:0.4.5, + django-model-utils:3.1.2, django-mptt:0.9.1, django-widget-tweaks: 1.4.2, + flanker:0.9.0, flex:6.13.2, furl:1.2, gevent:1.3.5, graphviz: 0.8.4, + gunicorn:19.9.0, pyocr:0.5.2, python-dateutil:2.7.3 3.0.1 (2018-07-08) ================= -- Pin javascript libraries to specific versions to avoid using +- Pin javascript libraries to specific versions to avoid using potentianlly broken updates automatically. GitLab issue #486. - French and Polish language translation updates. - Merge request #25. Thanks to Daniel Albert @esclear diff --git a/requirements/base.txt b/requirements/base.txt index ef06bde62c..ce1b862b7a 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,39 +1,37 @@ -Pillow==5.0.0 -PyYAML==3.12 +Pillow==5.2.0 +PyYAML==3.13 celery==3.1.24 -cssmin==0.2.0 django-activity-stream==0.6.5 django-autoadmin==1.1.1 #django-celery==3.2.1 - Use fork below until patch https://github.com/celery/django-celery/pull/552 is accepted. https://github.com/mayan-edms/django-celery/zipball/master#egg=django-celery django-colorful==1.2 -django-compressor==2.2 django-cors-headers==2.2.0 django-downloadview==1.9 -django-environ==0.4.4 +django-environ==0.4.5 django-formtools==2.1 django-pure-pagination==0.3.0 django-mathfilters==0.4.0 -django-model-utils==3.1.1 -django-mptt==0.9.0 +django-model-utils==3.1.2 +django-mptt==0.9.1 django-qsstats-magic==1.0.0 django-stronghold==0.3.0 django-suit==0.2.26 -django-widget-tweaks==1.4.1 +django-widget-tweaks==1.4.2 djangorestframework==3.7.7 djangorestframework-recursive==0.1.2 drf-yasg==1.5.0 -flanker==0.8.5 -flex==6.12.0 -furl==1.0.1 +flanker==0.9.0 +flex==6.13.2 +furl==1.2 fusepy==2.0.4 -gevent==1.2.2 -graphviz==0.8.2 -gunicorn==19.7.1 +gevent==1.3.5 +graphviz==0.8.4 +gunicorn==19.9.0 mock==2.0.0 @@ -42,8 +40,8 @@ node-semver==0.3.0 pathlib2==2.3.2 pycountry==18.5.26 PyPDF2==1.26.0 -pyocr==0.5.1 -python-dateutil==2.6.1 +pyocr==0.5.2 +python-dateutil==2.7.3 python-gnupg==0.3.9 python-magic==0.4.15 pytz==2018.3 diff --git a/setup.py b/setup.py index dd9bf0dc57..4ae12cca73 100644 --- a/setup.py +++ b/setup.py @@ -57,45 +57,43 @@ def find_packages(directory): install_requires = """ Django==1.11.11 -Pillow==5.0.0 -PyYAML==3.12 +Pillow==5.2.0 +PyYAML==3.13 celery==3.1.24 -cssmin==0.2.0 django-activity-stream==0.6.5 django-autoadmin==1.1.1 #django-celery==3.2.1 - Use fork below until patch https://github.com/celery/django-celery/pull/552 is accepted. https://github.com/mayan-edms/django-celery/zipball/master#egg=django-celery django-colorful==1.2 -django-compressor==2.2 django-cors-headers==2.2.0 django-downloadview==1.9 -django-environ==0.4.4 +django-environ==0.4.5 django-formtools==2.1 django-pure-pagination==0.3.0 django-mathfilters==0.4.0 -django-model-utils==3.1.1 -django-mptt==0.9.0 +django-model-utils==3.1.2 +django-mptt==0.9.1 django-qsstats-magic==1.0.0 django-stronghold==0.3.0 django-suit==0.2.26 -django-widget-tweaks==1.4.1 +django-widget-tweaks==1.4.2 djangorestframework==3.7.7 djangorestframework-recursive==0.1.2 drf-yasg==1.5.0 -flanker==0.8.5 -flex==6.12.0 -furl==1.0.1 +flanker==0.9.0 +flex==6.13.2 +furl==1.2 fusepy==2.0.4 -gevent==1.2.2 -graphviz==0.8.2 -gunicorn==19.7.1 +gevent==1.3.5 +graphviz==0.8.4 +gunicorn==19.9.0 mock==2.0.0 node-semver==0.3.0 pathlib2==2.3.2 pycountry==18.5.26 PyPDF2==1.26.0 -pyocr==0.5.1 -python-dateutil==2.6.1 +pyocr==0.5.2 +python-dateutil==2.7.3 python-gnupg==0.3.9 python-magic==0.4.15 pytz==2018.3