From 8b82f2a80444a3f05ab7a731ed5ef1f32d747d6c Mon Sep 17 00:00:00 2001 From: "Fabio C. Barrioneuvo da Luz" Date: Fri, 29 Jan 2016 02:42:45 -0300 Subject: [PATCH] update version of dependencies --- CHANGELOG.md | 10 ++++++ cookiecutter.json | 2 +- requirements.txt | 8 ++--- .../requirements/base.txt | 2 +- .../requirements/local.txt | 4 +-- .../requirements/production.txt | 8 ++--- .../requirements/test.txt | 4 +-- .../tests/hitchreqs.txt | 36 +++++++++---------- .../templates/base.html | 4 +-- 9 files changed, 44 insertions(+), 34 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0819ae7d..000036ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All enhancements and patches to cookiecutter-django will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). + +## [2016-1-29] +### Changed +- Update AngularJS version to 1.4.9 (@luzfcb) +- Update jQuery version to 2.2.0 (@luzfcb) +- Update 'now' date in cookiecutter.json (@luzfcb) +- Update version of boto, celery, django_coverage_plugin, django-storages-redux, flake8, gevent, gunicorn, pep8, pytest, tox, Werkzeug (@luzfcb) +- Update version of Hitch tests dependencies: colorama, decorator, hitchpostgres, hitchpython, hitchredis, hitchselenium, hitchserve, hitchsystem, hitchtest, ipython, patool, pickleshare, psutil, python-build, requests, selenium, tblib, traitlets (@luzfcb) + + ## [2016-1-26] ### Changed - Fixed NEW_RELIC_APP_NAME environment variable (@jayfk) diff --git a/cookiecutter.json b/cookiecutter.json index 925a7550..a9b01f9d 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -7,7 +7,7 @@ "domain_name": "example.com", "version": "0.1.0", "timezone": "UTC", - "now": "2016/01/07", + "now": "2016/01/29", "year": "{{ cookiecutter.now[:4] }}", "use_whitenoise": "y", "use_celery": "n", diff --git a/requirements.txt b/requirements.txt index a1f3fae8..04e7741f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ cookiecutter==1.3.0 -flake8==2.5.0 +flake8==2.5.1 sh==1.11 binaryornot==0.4.0 # Testing -pytest==2.8.3 -pep8==1.6.2 +pytest==2.8.7 +pep8==1.7.0 pyflakes==1.0.0 -tox==2.2.1 +tox==2.3.1 diff --git a/{{cookiecutter.repo_name}}/requirements/base.txt b/{{cookiecutter.repo_name}}/requirements/base.txt index 3f0c1159..18ce90cc 100644 --- a/{{cookiecutter.repo_name}}/requirements/base.txt +++ b/{{cookiecutter.repo_name}}/requirements/base.txt @@ -52,7 +52,7 @@ django-redis==4.3.0 redis>=2.10.0 {% if cookiecutter.use_celery == "y" %} -celery==3.1.19 +celery==3.1.20 {% endif %} # Your custom requirements go here diff --git a/{{cookiecutter.repo_name}}/requirements/local.txt b/{{cookiecutter.repo_name}}/requirements/local.txt index 9ee0b1b3..26c0804e 100644 --- a/{{cookiecutter.repo_name}}/requirements/local.txt +++ b/{{cookiecutter.repo_name}}/requirements/local.txt @@ -1,10 +1,10 @@ # Local development dependencies go here -r base.txt coverage==4.0.3 -django_coverage_plugin==1.1 +django_coverage_plugin==1.2.1 Sphinx django-extensions==1.6.1 -Werkzeug==0.11.2 +Werkzeug==0.11.3 django-test-plus==1.0.11 factory_boy==2.6.0 diff --git a/{{cookiecutter.repo_name}}/requirements/production.txt b/{{cookiecutter.repo_name}}/requirements/production.txt index fedfa481..1ef2e9bf 100644 --- a/{{cookiecutter.repo_name}}/requirements/production.txt +++ b/{{cookiecutter.repo_name}}/requirements/production.txt @@ -15,14 +15,14 @@ psycopg2==2.6.1 gevent==1.0.2 {% else %} # there's no python 3 support in stable, have to use the latest release candidate for gevent -gevent==1.1rc1 +gevent==1.1rc3 {% endif %} -gunicorn==19.4.1 +gunicorn==19.4.5 # Static and Media Storage # ------------------------------------------------ -boto==2.38.0 -django-storages-redux==1.3 +boto==2.39.0 +django-storages-redux==1.3.2 {% if cookiecutter.use_whitenoise != 'y' -%} Collectfast==0.2.3 {%- endif %} diff --git a/{{cookiecutter.repo_name}}/requirements/test.txt b/{{cookiecutter.repo_name}}/requirements/test.txt index 384ff900..1a276a97 100644 --- a/{{cookiecutter.repo_name}}/requirements/test.txt +++ b/{{cookiecutter.repo_name}}/requirements/test.txt @@ -8,7 +8,7 @@ psycopg2==2.6.1 {%- endif %} coverage==4.0.3 -django_coverage_plugin==1.1 -flake8==2.5.0 +django_coverage_plugin==1.2.1 +flake8==2.5.1 django-test-plus==1.0.11 factory_boy==2.6.0 diff --git a/{{cookiecutter.repo_name}}/tests/hitchreqs.txt b/{{cookiecutter.repo_name}}/tests/hitchreqs.txt index 4b9cd683..29353452 100644 --- a/{{cookiecutter.repo_name}}/tests/hitchreqs.txt +++ b/{{cookiecutter.repo_name}}/tests/hitchreqs.txt @@ -1,39 +1,39 @@ click==6.2 -colorama==0.3.3 -decorator==4.0.4 +colorama==0.3.6 +decorator==4.0.6 docopt==0.6.2 faketime==0.9.6.3 hitchcron==0.2 -hitchpostgres==0.6.7 -hitchpython==0.5.0 -hitchredis==0.4.5 -hitchselenium==0.4.8 -hitchserve==0.4.6 +hitchpostgres==0.7.0 +hitchpython==0.5.2 +hitchredis==0.4.6 +hitchselenium==0.5.0 +hitchserve==0.4.8 hitchsmtp==0.2.1 -hitchsystem==0.1.1 -hitchtest==0.9.2 +hitchsystem==0.1.2 +hitchtest==0.9.6 humanize==0.5.1 -ipython==4.0.1 +ipython==4.0.3 ipython-genutils==0.1.0 Jinja2==2.8 MarkupSafe==0.23 path.py==8.1.2 -patool==1.8 +patool==1.12 pexpect==4.0.1 -pickleshare==0.5 -psutil==3.3.0 +pickleshare==0.6 +psutil==3.4.2 ptyprocess==0.5 pykwalify==1.5.0 -python-build==0.2.6 +python-build==0.2.12 python-dateutil==2.4.2 pyuv==1.2.0 PyYAML==3.11 -requests==2.8.1 -selenium==2.48.0 +requests==2.9.1 +selenium==2.50.0 simplegeneric==0.8.1 six==1.10.0 -tblib==1.1.0 +tblib==1.2.0 tornado==4.3 -traitlets==4.0.0 +traitlets==4.1.0 unixpackage==0.4.0 xeger==0.3 diff --git a/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/templates/base.html b/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/templates/base.html index bb1a07de..75fec9fa 100644 --- a/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/templates/base.html +++ b/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/templates/base.html @@ -24,7 +24,7 @@ {% endblock %} {% block angular %} - + {% endblock %} @@ -93,7 +93,7 @@ {% block javascript %} - +