From 84aa558c30ac422eaf54ac3cc94473da05abffa9 Mon Sep 17 00:00:00 2001 From: Xavier Antoviaque Date: Sun, 27 Sep 2015 13:37:21 +0200 Subject: [PATCH 1/3] Add badges: build & requirements --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d10b4f45f..1dac5786d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ OpenCraft ========= +[![Circle CI](https://img.shields.io/circleci/project/open-craft/opencraft/master.svg)](https://circleci.com/gh/open-craft/opencraft/tree/master) [![Requirements Status](https://requires.io/github/open-craft/opencraft/requirements.svg?branch=master)](https://requires.io/github/open-craft/opencraft/requirements/?branch=master) + Install ------- From f25db2f85824ebb9f6c24689e3529348fa6ceace Mon Sep 17 00:00:00 2001 From: Xavier Antoviaque Date: Sun, 27 Sep 2015 09:59:58 +0200 Subject: [PATCH 2/3] Bump to Huey 0.4.9 & Switch back swampdragon to upstream The version of Huey includes the patch contributed upstream, and swampdragon has merged the PR (but not released it yet) --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 55af7d338..f7f69b2bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ GitPython==1.0.1 glob2==0.4.1 gunicorn==19.3.0 honcho==0.6.6 --e git+https://github.com/coleifer/huey.git@6a2e47485e2780ec190eef7d2ebe179b63a7c779#egg=huey-dev +huey==0.4.9 ipdb==0.8.1 ipython==4.0.0 ipython-genutils==0.1.0 @@ -94,8 +94,8 @@ smmap==0.9.0 sockjs-tornado==1.0.1 sqlparse==0.1.16 static3==0.6.1 -stevedore==1.7.0 --e git+https://github.com/antoviaque/swampdragon.git@008d9d93f9d274c8a6b606b2c5b1c9b9a09c6996#egg=SwampDragon-origin_django1.8-import-warning +stevedore==1.8.0 +-e git+https://github.com/jonashagstedt/swampdragon.git@067d0bd6419238e1936ca187440b68a94ea71cf8#egg=SwampDragon-origin_master tlslite==0.4.9 tornado==4.2.1 tornado-redis==2.4.18 From cde86b4aef3fcf13037219499303b129e8d91ec5 Mon Sep 17 00:00:00 2001 From: Xavier Antoviaque Date: Sat, 26 Sep 2015 10:53:51 +0200 Subject: [PATCH 3/3] Updated dependencies to the latest --- requirements.txt | 51 ++++++++++++++++++++++++------------------------ 1 file changed, 26 insertions(+), 25 deletions(-) diff --git a/requirements.txt b/requirements.txt index f7f69b2bf..d3fb338c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,26 +1,26 @@ astroid==1.3.8 -Babel==2.0 +Babel==2.1.1 CherryPy==3.8.0 -cliff==1.14.0 +cliff==1.15.0 cmd2==0.6.8 cookies==2.2.1 -coverage==3.7.1 -debtcollector==0.7.0 -decorator==4.0.2 +coverage==4.0 +debtcollector==0.8.0 +decorator==4.0.4 dj-static==0.0.6 -Django==1.8.4 +Django==1.8.5 django-angular==0.7.15 django-appconf==1.0.1 django-compressor==1.5 django-debug-toolbar==1.3.2 -django-environ==0.3.0 -django-extensions==1.5.6 +django-environ==0.4.0 +django-extensions==1.5.7 django-filter==0.11.0 django-grappelli==2.7.1 django-libsass==0.4 django-redis==4.2.0 django-zurb-foundation==5.5.0 -djangorestframework==3.2.3 +djangorestframework==3.2.4 dodgy==0.1.7 factory-boy==2.5.2 Flask==0.10.1 @@ -48,25 +48,26 @@ mccabe==0.3.1 mock==1.3.0 monotonic==0.3 msgpack-python==0.4.6 -netaddr==0.7.15 +netaddr==0.7.18 netifaces==0.10.4 oauthlib==1.0.3 ordereddict==1.1 -oslo.config==2.3.0 -oslo.i18n==2.5.0 -oslo.serialization==1.8.0 -oslo.utils==2.4.0 -path.py==8.1 -pbr==1.6.0 +oslo.config==2.4.0 +oslo.i18n==2.6.0 +oslo.serialization==1.9.0 +oslo.utils==2.5.0 +path.py==8.1.2 +pbr==1.8.0 pep257==0.6.0 pep8==1.6.2 pep8-naming==0.3.3 -pexpect==3.3 +pexpect==4.0 pickleshare==0.5 prettytable==0.7.2 -e git+https://github.com/antoviaque/prospector.git@a62c73b41eaee0c92bde51438268cecd13acbc18#egg=prospector-origin_pylint-extconfig-plugins psycopg2==2.6.1 -pyflakes==0.9.2 +ptyprocess==0.5 +pyflakes==1.0.0 pylint==1.4.4 pylint-celery==0.3 pylint-common==0.2.1 @@ -74,10 +75,10 @@ pylint-django==0.6.1 pylint-plugin-utils==0.2.3 pyparsing==2.0.3 python-dateutil==2.4.2 -python-keystoneclient==1.6.0 -python-neutronclient==2.6.0 -python-novaclient==2.26.0 -pytz==2015.4 +python-keystoneclient==1.7.1 +python-neutronclient==3.1.0 +python-novaclient==2.31.0 +pytz==2015.6 PyYAML==3.10 redis==2.10.3 requests==2.7.0 @@ -91,16 +92,16 @@ simplegeneric==0.8.1 simplejson==3.8.0 six==1.9.0 smmap==0.9.0 -sockjs-tornado==1.0.1 +sockjs-tornado==1.0.2 sqlparse==0.1.16 static3==0.6.1 stevedore==1.8.0 --e git+https://github.com/jonashagstedt/swampdragon.git@067d0bd6419238e1936ca187440b68a94ea71cf8#egg=SwampDragon-origin_master +-e git+https://github.com/jonashagstedt/swampdragon.git@067d0bd6419238e1936ca187440b68a94ea71cf8#egg=SwampDragon-master tlslite==0.4.9 tornado==4.2.1 tornado-redis==2.4.18 traitlets==4.0.0 -unicodecsv==0.13.0 +unicodecsv==0.14.1 virtualenv==13.1.2 Werkzeug==0.10.4 wrapt==1.10.5