##// END OF EJS Templates
dependencies: bumped pyramid to 1.10.2
marcink -
r3579:abf8c0cd default
parent child Browse files
Show More
@@ -1373,7 +1373,7 b' self: super: {'
1373 };
1373 };
1374 };
1374 };
1375 "pyramid" = super.buildPythonPackage {
1375 "pyramid" = super.buildPythonPackage {
1376 name = "pyramid-1.10.1";
1376 name = "pyramid-1.10.2";
1377 doCheck = false;
1377 doCheck = false;
1378 propagatedBuildInputs = [
1378 propagatedBuildInputs = [
1379 self."hupper"
1379 self."hupper"
@@ -1388,8 +1388,8 b' self: super: {'
1388 self."repoze.lru"
1388 self."repoze.lru"
1389 ];
1389 ];
1390 src = fetchurl {
1390 src = fetchurl {
1391 url = "https://files.pythonhosted.org/packages/0a/3e/22e3ac9be1b70a01139adba8906ee4b8f628bb469fea3c52f6c97b73063c/pyramid-1.10.1.tar.gz";
1391 url = "https://files.pythonhosted.org/packages/bc/0e/73de9b189ff00a963beeedaff90e27b134eedf2806279a1a3fe122fd65b6/pyramid-1.10.2.tar.gz";
1392 sha256 = "1h5105nfh6rsrfjiyw20aavyibj36la3hajy6vh1fa77xb4y3hrp";
1392 sha256 = "0gn6sw6ml67ir150ffivc0ad5hd448p43p9z2bkyp12jh2n9n2p7";
1393 };
1393 };
1394 meta = {
1394 meta = {
1395 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1395 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
@@ -48,7 +48,7 b' pyparsing==2.3.0'
48 pyramid-beaker==0.8
48 pyramid-beaker==0.8
49 pyramid-debugtoolbar==4.5.0
49 pyramid-debugtoolbar==4.5.0
50 pyramid-mako==1.0.2
50 pyramid-mako==1.0.2
51 pyramid==1.10.1
51 pyramid==1.10.2
52 pyramid_mailer==0.15.1
52 pyramid_mailer==0.15.1
53 python-dateutil
53 python-dateutil
54 python-ldap==3.1.0
54 python-ldap==3.1.0
General Comments 0
You need to be logged in to leave comments. Login now