##// END OF EJS Templates
dependencies: bumped pyramid to 1.10.4
marcink -
r688:6fe37b80 default
parent child Browse files
Show More
@@ -516,7 +516,7 b' self: super: {'
516 };
516 };
517 };
517 };
518 "pyramid" = super.buildPythonPackage {
518 "pyramid" = super.buildPythonPackage {
519 name = "pyramid-1.10.2";
519 name = "pyramid-1.10.4";
520 doCheck = false;
520 doCheck = false;
521 propagatedBuildInputs = [
521 propagatedBuildInputs = [
522 self."hupper"
522 self."hupper"
@@ -531,8 +531,8 b' self: super: {'
531 self."repoze.lru"
531 self."repoze.lru"
532 ];
532 ];
533 src = fetchurl {
533 src = fetchurl {
534 url = "https://files.pythonhosted.org/packages/bc/0e/73de9b189ff00a963beeedaff90e27b134eedf2806279a1a3fe122fd65b6/pyramid-1.10.2.tar.gz";
534 url = "https://files.pythonhosted.org/packages/c2/43/1ae701c9c6bb3a434358e678a5e72c96e8aa55cf4cb1d2fa2041b5dd38b7/pyramid-1.10.4.tar.gz";
535 sha256 = "0gn6sw6ml67ir150ffivc0ad5hd448p43p9z2bkyp12jh2n9n2p7";
535 sha256 = "0rkxs1ajycg2zh1c94xlmls56mx5m161sn8112skj0amza6cn36q";
536 };
536 };
537 meta = {
537 meta = {
538 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
538 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
@@ -15,7 +15,7 b' mercurial==4.9.1'
15 msgpack-python==0.5.6
15 msgpack-python==0.5.6
16
16
17 pastedeploy==2.0.1
17 pastedeploy==2.0.1
18 pyramid==1.10.2
18 pyramid==1.10.4
19 pyramid-mako==1.0.2
19 pyramid-mako==1.0.2
20
20
21 repoze.lru==0.7
21 repoze.lru==0.7
General Comments 0
You need to be logged in to leave comments. Login now