From 0b576976ad544a454e46d9accfe7f51606800520 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Tue, 12 Apr 2016 15:26:02 +0200 Subject: [PATCH 1/3] Updates testing requirements --- requirements.txt | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index fb6d0d8..e85f014 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,26 +1,27 @@ # # This file is autogenerated by pip-compile -# Make changes in requirements.in, then run this to update: +# To update, run: # -# pip-compile requirements.in +# pip-compile --output-file requirements.txt requirements.in # + arrow==0.7.0 blessed==1.14.1 -boto3==1.2.5 -botocore==1.3.30 # via boto3 +boto3==1.3.0 +botocore==1.4.11 # via boto3 django-picklefield==0.3.2 -django-redis==4.3.0 +django-redis==4.4.0 docutils==0.12 # via botocore future==0.15.2 hiredis==0.2.0 iron-core==1.2.0 # via iron-mq iron-mq==0.8 jmespath==0.9.0 # via boto3, botocore -psutil==4.0.0 -pymongo==3.2.1 -python-dateutil==2.4.2 # via arrow, botocore, iron-core +psutil==4.1.0 +pymongo==3.2.2 +python-dateutil==2.5.2 # via arrow, botocore, iron-core redis==2.10.5 requests==2.9.1 # via iron-core, rollbar -rollbar==0.11.3 +rollbar==0.11.6 six==1.10.0 # via blessed, python-dateutil, rollbar wcwidth==0.1.6 # via blessed From 6c40c150b09a9423bc2d55bcf0b88368fe69b673 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Tue, 12 Apr 2016 15:27:27 +0200 Subject: [PATCH 2/3] Updates travis to test for latest Django versions --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1a53e19..7b428d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,8 @@ python: - "3.4" env: - - DJANGO=1.9.4 - - DJANGO=1.8.11 + - DJANGO=1.9.5 + - DJANGO=1.8.12 sudo: false From 2bc8c202c82769b18d04f242df295c6a4ad03797 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Tue, 12 Apr 2016 18:23:40 +0200 Subject: [PATCH 3/3] Updates docs for latest Django versions --- README.rst | 2 +- docs/index.rst | 2 +- docs/install.rst | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 00efc3f..139244c 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ Requirements - `Arrow `__ - `Blessed `__ -Tested with: Python 2.7 & 3.5. Django 1.8.11 & 1.9.4 +Tested with: Python 2.7 & 3.5. Django 1.8.12 & 1.9.5 Brokers ~~~~~~~ diff --git a/docs/index.rst b/docs/index.rst index a663d2b..7fe66bb 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -24,7 +24,7 @@ Features - Rollbar support -Django Q is tested with: Python 2.7 & 3.5. Django 1.8.11 & 1.9.4 +Django Q is tested with: Python 2.7 & 3.5. Django 1.8.12 & 1.9.5 Contents: diff --git a/docs/install.rst b/docs/install.rst index b58c52e..747ef14 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -29,7 +29,7 @@ Django Q is tested for Python 2.7 and 3.5 - `Django `__ Django Q aims to use as much of Django's standard offerings as possible - The code is tested against Django version `1.8.11` and `1.9.4`. + The code is tested against Django version `1.8.12` and `1.9.5`. - `Django-picklefield `__ @@ -124,7 +124,7 @@ You can reference the `requirements