##// END OF EJS Templates
deps: bumped supervisor to 3.3.0 and psycopg2 to 2.6.1
marcink -
r356:71758b0c default
parent child Browse files
Show More
@@ -962,13 +962,13 b''
962 };
962 };
963 };
963 };
964 psycopg2 = super.buildPythonPackage {
964 psycopg2 = super.buildPythonPackage {
965 name = "psycopg2-2.6";
965 name = "psycopg2-2.6.1";
966 buildInputs = with self; [];
966 buildInputs = with self; [];
967 doCheck = false;
967 doCheck = false;
968 propagatedBuildInputs = with self; [];
968 propagatedBuildInputs = with self; [];
969 src = fetchurl {
969 src = fetchurl {
970 url = "https://pypi.python.org/packages/dd/c7/9016ff8ff69da269b1848276eebfb264af5badf6b38caad805426771f04d/psycopg2-2.6.tar.gz";
970 url = "https://pypi.python.org/packages/86/fd/cc8315be63a41fe000cce20482a917e874cdc1151e62cb0141f5e55f711e/psycopg2-2.6.1.tar.gz";
971 md5 = "fbbb039a8765d561a1c04969bbae7c74";
971 md5 = "842b44f8c95517ed5b792081a2370da1";
972 };
972 };
973 meta = {
973 meta = {
974 license = [ pkgs.lib.licenses.zpt21 { fullName = "GNU Library or Lesser General Public License (LGPL)"; } { fullName = "LGPL with exceptions or ZPL"; } ];
974 license = [ pkgs.lib.licenses.zpt21 { fullName = "GNU Library or Lesser General Public License (LGPL)"; } { fullName = "LGPL with exceptions or ZPL"; } ];
@@ -1466,13 +1466,13 b''
1466 };
1466 };
1467 };
1467 };
1468 supervisor = super.buildPythonPackage {
1468 supervisor = super.buildPythonPackage {
1469 name = "supervisor-3.1.3";
1469 name = "supervisor-3.3.0";
1470 buildInputs = with self; [];
1470 buildInputs = with self; [];
1471 doCheck = false;
1471 doCheck = false;
1472 propagatedBuildInputs = with self; [meld3];
1472 propagatedBuildInputs = with self; [meld3];
1473 src = fetchurl {
1473 src = fetchurl {
1474 url = "https://pypi.python.org/packages/a6/41/65ad5bd66230b173eb4d0b8810230f3a9c59ef52ae066e540b6b99895db7/supervisor-3.1.3.tar.gz";
1474 url = "https://pypi.python.org/packages/44/80/d28047d120bfcc8158b4e41127706731ee6a3419c661e0a858fb0e7c4b2d/supervisor-3.3.0.tar.gz";
1475 md5 = "aad263c4fbc070de63dd354864d5e552";
1475 md5 = "46bac00378d1eddb616752b990c67416";
1476 };
1476 };
1477 meta = {
1477 meta = {
1478 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1478 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
@@ -94,7 +94,7 b' packaging==15.2'
94 paramiko==1.15.1
94 paramiko==1.15.1
95 pep8==1.5.7
95 pep8==1.5.7
96 psutil==2.2.1
96 psutil==2.2.1
97 psycopg2==2.6
97 psycopg2==2.6.1
98 py==1.4.29
98 py==1.4.29
99 py-bcrypt==0.4
99 py-bcrypt==0.4
100 py-gfm==0.1.3
100 py-gfm==0.1.3
@@ -137,7 +137,7 b' setuptools-scm==1.11.0'
137 simplejson==3.7.2
137 simplejson==3.7.2
138 six==1.9.0
138 six==1.9.0
139 subprocess32==3.2.6
139 subprocess32==3.2.6
140 supervisor==3.1.3
140 supervisor==3.3.0
141 transifex-client==0.10
141 transifex-client==0.10
142 translationstring==1.3
142 translationstring==1.3
143 trollius==1.0.4
143 trollius==1.0.4
General Comments 0
You need to be logged in to leave comments. Login now