From 8b224e2f4cfec90b77254a1a7a13695c93770623 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Sat, 31 Oct 2015 13:02:12 +0100 Subject: [PATCH 1/3] Updates Django-redis for testing --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 17ba5a85..8e676c35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,14 +9,13 @@ blessed==1.12.0 boto3==1.2.1 botocore==1.3.2 # via boto3 django-picklefield==0.3.2 -django-redis==4.2.0 +django-redis==4.3.0 docutils==0.12 # via botocore future==0.15.2 hiredis==0.2.0 iron-core==1.1.9 # via iron-mq iron-mq==0.7 jmespath==0.9.0 # via boto3, botocore -msgpack-python==0.4.6 # via django-redis psutil==3.2.2 pymongo==3.0.3 python-dateutil==2.4.2 # via arrow, botocore, iron-core From 3621ba5030c8d30ceac93eb8358a78aa5c5bc060 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Wed, 4 Nov 2015 21:17:05 +0100 Subject: [PATCH 2/3] Updates boto, pymongo and redis for testing --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8e676c35..69c844d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ arrow==0.7.0 blessed==1.12.0 boto3==1.2.1 -botocore==1.3.2 # via boto3 +botocore==1.3.4 # via boto3 django-picklefield==0.3.2 django-redis==4.3.0 docutils==0.12 # via botocore @@ -17,9 +17,9 @@ iron-core==1.1.9 # via iron-mq iron-mq==0.7 jmespath==0.9.0 # via boto3, botocore psutil==3.2.2 -pymongo==3.0.3 +pymongo==3.1 python-dateutil==2.4.2 # via arrow, botocore, iron-core -redis==2.10.3 +redis==2.10.5 requests==2.8.1 # via iron-core six==1.10.0 # via blessed, python-dateutil wcwidth==0.1.5 # via blessed From 55520ad5cef9f5451fd07cab31f4d6fc1582f668 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Wed, 4 Nov 2015 21:19:52 +0100 Subject: [PATCH 3/3] Updates Django to 1.8.6 --- .travis.yml | 2 +- README.rst | 2 +- docs/index.rst | 2 +- docs/install.rst | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 251c532b..6c511927 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ python: - "3.4" env: - - DJANGO=1.8.5 + - DJANGO=1.8.6 - DJANGO=1.7.10 sudo: false diff --git a/README.rst b/README.rst index b3ca71b2..894d6819 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ Requirements - `Arrow `__ - `Blessed `__ -Tested with: Python 2.7 & 3.5. Django 1.7.10 & 1.8.5 +Tested with: Python 2.7 & 3.5. Django 1.7.10 & 1.8.6 Brokers ~~~~~~~ diff --git a/docs/index.rst b/docs/index.rst index 08054d6c..8aa73364 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -24,7 +24,7 @@ Features - Python 2 and 3 -Django Q is tested with: Python 2.7 & 3.5. Django 1.7.10 & 1.8.5 +Django Q is tested with: Python 2.7 & 3.5. Django 1.7.10 & 1.8.6 Contents: diff --git a/docs/install.rst b/docs/install.rst index 5ecd49f2..aa3a111e 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.7.10` and `1.8.5`. + The code is tested against Django version `1.7.10` and `1.8.6`. - `Django-picklefield `__ @@ -119,7 +119,7 @@ You can reference the `requirements