##// END OF EJS Templates
dependencies: bumped repoze.lru to 0.7.0
marcink -
r316:637aea2a default
parent child Browse files
Show More
@@ -640,13 +640,13 b''
640 };
640 };
641 };
641 };
642 repoze.lru = super.buildPythonPackage {
642 repoze.lru = super.buildPythonPackage {
643 name = "repoze.lru-0.6";
643 name = "repoze.lru-0.7";
644 buildInputs = with self; [];
644 buildInputs = with self; [];
645 doCheck = false;
645 doCheck = false;
646 propagatedBuildInputs = with self; [];
646 propagatedBuildInputs = with self; [];
647 src = fetchurl {
647 src = fetchurl {
648 url = "https://pypi.python.org/packages/6e/1e/aa15cc90217e086dc8769872c8778b409812ff036bf021b15795638939e4/repoze.lru-0.6.tar.gz";
648 url = "https://pypi.python.org/packages/12/bc/595a77c4b5e204847fdf19268314ef59c85193a9dc9f83630fc459c0fee5/repoze.lru-0.7.tar.gz";
649 md5 = "2c3b64b17a8e18b405f55d46173e14dd";
649 md5 = "c08cc030387e0b1fc53c5c7d964b35e2";
650 };
650 };
651 meta = {
651 meta = {
652 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
652 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
@@ -13,7 +13,7 b' msgpack-python==0.4.8'
13 pyramid-jinja2==2.7
13 pyramid-jinja2==2.7
14 pyramid==1.9.1
14 pyramid==1.9.1
15 pyramid-mako==1.0.2
15 pyramid-mako==1.0.2
16 repoze.lru==0.6
16 repoze.lru==0.7
17 simplejson==3.11.1
17 simplejson==3.11.1
18 subprocess32==3.2.7
18 subprocess32==3.2.7
19
19
General Comments 0
You need to be logged in to leave comments. Login now