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 <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-08-07 23:13:49 -04:00
parent 648b3e9d7f
commit e7cb4cf6c3
3 changed files with 33 additions and 33 deletions

View File

@@ -11,6 +11,10 @@
- Update dropzone.js' timeout from 30 seconds to 120 to allow upload - Update dropzone.js' timeout from 30 seconds to 120 to allow upload
of large files on slow connections. of large files on slow connections.
- Increase gunicorn's timeout from 30 seconds to 120. - 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) 3.0.1 (2018-07-08)
================= =================

View File

@@ -1,39 +1,37 @@
Pillow==5.0.0 Pillow==5.2.0
PyYAML==3.12 PyYAML==3.13
celery==3.1.24 celery==3.1.24
cssmin==0.2.0
django-activity-stream==0.6.5 django-activity-stream==0.6.5
django-autoadmin==1.1.1 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. #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 https://github.com/mayan-edms/django-celery/zipball/master#egg=django-celery
django-colorful==1.2 django-colorful==1.2
django-compressor==2.2
django-cors-headers==2.2.0 django-cors-headers==2.2.0
django-downloadview==1.9 django-downloadview==1.9
django-environ==0.4.4 django-environ==0.4.5
django-formtools==2.1 django-formtools==2.1
django-pure-pagination==0.3.0 django-pure-pagination==0.3.0
django-mathfilters==0.4.0 django-mathfilters==0.4.0
django-model-utils==3.1.1 django-model-utils==3.1.2
django-mptt==0.9.0 django-mptt==0.9.1
django-qsstats-magic==1.0.0 django-qsstats-magic==1.0.0
django-stronghold==0.3.0 django-stronghold==0.3.0
django-suit==0.2.26 django-suit==0.2.26
django-widget-tweaks==1.4.1 django-widget-tweaks==1.4.2
djangorestframework==3.7.7 djangorestframework==3.7.7
djangorestframework-recursive==0.1.2 djangorestframework-recursive==0.1.2
drf-yasg==1.5.0 drf-yasg==1.5.0
flanker==0.8.5 flanker==0.9.0
flex==6.12.0 flex==6.13.2
furl==1.0.1 furl==1.2
fusepy==2.0.4 fusepy==2.0.4
gevent==1.2.2 gevent==1.3.5
graphviz==0.8.2 graphviz==0.8.4
gunicorn==19.7.1 gunicorn==19.9.0
mock==2.0.0 mock==2.0.0
@@ -42,8 +40,8 @@ node-semver==0.3.0
pathlib2==2.3.2 pathlib2==2.3.2
pycountry==18.5.26 pycountry==18.5.26
PyPDF2==1.26.0 PyPDF2==1.26.0
pyocr==0.5.1 pyocr==0.5.2
python-dateutil==2.6.1 python-dateutil==2.7.3
python-gnupg==0.3.9 python-gnupg==0.3.9
python-magic==0.4.15 python-magic==0.4.15
pytz==2018.3 pytz==2018.3

View File

@@ -57,45 +57,43 @@ def find_packages(directory):
install_requires = """ install_requires = """
Django==1.11.11 Django==1.11.11
Pillow==5.0.0 Pillow==5.2.0
PyYAML==3.12 PyYAML==3.13
celery==3.1.24 celery==3.1.24
cssmin==0.2.0
django-activity-stream==0.6.5 django-activity-stream==0.6.5
django-autoadmin==1.1.1 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. #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 https://github.com/mayan-edms/django-celery/zipball/master#egg=django-celery
django-colorful==1.2 django-colorful==1.2
django-compressor==2.2
django-cors-headers==2.2.0 django-cors-headers==2.2.0
django-downloadview==1.9 django-downloadview==1.9
django-environ==0.4.4 django-environ==0.4.5
django-formtools==2.1 django-formtools==2.1
django-pure-pagination==0.3.0 django-pure-pagination==0.3.0
django-mathfilters==0.4.0 django-mathfilters==0.4.0
django-model-utils==3.1.1 django-model-utils==3.1.2
django-mptt==0.9.0 django-mptt==0.9.1
django-qsstats-magic==1.0.0 django-qsstats-magic==1.0.0
django-stronghold==0.3.0 django-stronghold==0.3.0
django-suit==0.2.26 django-suit==0.2.26
django-widget-tweaks==1.4.1 django-widget-tweaks==1.4.2
djangorestframework==3.7.7 djangorestframework==3.7.7
djangorestframework-recursive==0.1.2 djangorestframework-recursive==0.1.2
drf-yasg==1.5.0 drf-yasg==1.5.0
flanker==0.8.5 flanker==0.9.0
flex==6.12.0 flex==6.13.2
furl==1.0.1 furl==1.2
fusepy==2.0.4 fusepy==2.0.4
gevent==1.2.2 gevent==1.3.5
graphviz==0.8.2 graphviz==0.8.4
gunicorn==19.7.1 gunicorn==19.9.0
mock==2.0.0 mock==2.0.0
node-semver==0.3.0 node-semver==0.3.0
pathlib2==2.3.2 pathlib2==2.3.2
pycountry==18.5.26 pycountry==18.5.26
PyPDF2==1.26.0 PyPDF2==1.26.0
pyocr==0.5.1 pyocr==0.5.2
python-dateutil==2.6.1 python-dateutil==2.7.3
python-gnupg==0.3.9 python-gnupg==0.3.9
python-magic==0.4.15 python-magic==0.4.15
pytz==2018.3 pytz==2018.3