From c2c869a87ae3add943369c1141ba429d87fb0c1c Mon Sep 17 00:00:00 2001 From: Robert Kopaczewski Date: Thu, 17 Nov 2016 15:37:39 +0100 Subject: [PATCH 1/4] [version_bump] Syncano version bump to 5.4.6 --- python/files/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/files/requirements.txt b/python/files/requirements.txt index de76d71..5cbac2d 100644 --- a/python/files/requirements.txt +++ b/python/files/requirements.txt @@ -23,7 +23,7 @@ fastly==0.0.2 pandas==0.17.1 BeautifulSoup==3.2.1 boto3==1.2.5 -syncano==5.4.4 +syncano==5.4.6 mixpanel==4.3.0 mixpanel-query-py==0.1.7 Sendinblue==2.0.4 From 6f6e4ed4a191937787c02e806c71eece5263c129 Mon Sep 17 00:00:00 2001 From: Robert Kopaczewski Date: Thu, 17 Nov 2016 15:38:23 +0100 Subject: [PATCH 2/4] [syncano_546] python3 update --- python/files/requirements_python3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/files/requirements_python3.txt b/python/files/requirements_python3.txt index 7af2a33..475eb13 100644 --- a/python/files/requirements_python3.txt +++ b/python/files/requirements_python3.txt @@ -23,7 +23,7 @@ fastly==0.0.2 pandas==0.17.1 beautifulsoup4==4.4.1 boto3==1.2.5 -syncano==5.4.4 +syncano==5.4.6 mixpanel==4.3.0 sendgrid==3.2.10 python-telegram-bot==5.0.0 From 93971e1dfee31dfcd7ee294813cb49b1026ac632 Mon Sep 17 00:00:00 2001 From: Robert Kopaczewski Date: Thu, 17 Nov 2016 16:15:14 +0100 Subject: [PATCH 3/4] [syncano_546] Version bump --- test_v50.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_v50.py b/test_v50.py index 521fbac..e929731 100644 --- a/test_v50.py +++ b/test_v50.py @@ -1,2 +1,2 @@ -for lib, version in (('numpy', '1.8.2'), ('scipy', '0.13.3'), ('syncano', '5.4.4')): +for lib, version in (('numpy', '1.8.2'), ('scipy', '0.13.3'), ('syncano', '5.4.6')): assert __import__(lib).__version__ == version From 6428826a89703eaf5c6caa922124677f95a17f8a Mon Sep 17 00:00:00 2001 From: Robert Kopaczewski Date: Thu, 17 Nov 2016 17:53:17 +0100 Subject: [PATCH 4/4] [syncano_546] explicit future requirement --- python/files/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/python/files/requirements.txt b/python/files/requirements.txt index 5cbac2d..9d6bbd3 100644 --- a/python/files/requirements.txt +++ b/python/files/requirements.txt @@ -33,3 +33,4 @@ sendgrid==3.2.10 python-telegram-bot==5.0.0 Jinja2==2.8 wit==4.1.0 +future==0.15.2