##// END OF EJS Templates
dependencies: bumped pyramid-debugtoolbar to 4.4.0
marcink -
r2707:07544938 default
parent child Browse files
Show More
@@ -1394,13 +1394,13 b''
1394 };
1394 };
1395 };
1395 };
1396 pyramid-debugtoolbar = super.buildPythonPackage {
1396 pyramid-debugtoolbar = super.buildPythonPackage {
1397 name = "pyramid-debugtoolbar-4.3";
1397 name = "pyramid-debugtoolbar-4.4";
1398 buildInputs = with self; [];
1398 buildInputs = with self; [];
1399 doCheck = false;
1399 doCheck = false;
1400 propagatedBuildInputs = with self; [pyramid pyramid-mako repoze.lru Pygments ipaddress];
1400 propagatedBuildInputs = with self; [pyramid pyramid-mako repoze.lru Pygments ipaddress];
1401 src = fetchurl {
1401 src = fetchurl {
1402 url = "https://files.pythonhosted.org/packages/a4/40/f09d8800bfc3c09bdb6c95f37bb61c890dc62c19c4e7caa304da7aa77403/pyramid_debugtoolbar-4.3.tar.gz";
1402 url = "https://files.pythonhosted.org/packages/00/6f/c04eb4e715a7a5a4b24079ab7ffd1dceb1f70b2e24fc17686a2922dbac0a/pyramid_debugtoolbar-4.4.tar.gz";
1403 sha256 = "7f77c1a7e9705b07dcb66ad4aeb92e8a0c5ac073ff766bf9c2f36259fa677f57";
1403 sha256 = "5f779aa242009c4aace848f67807da44af2970b303aa1c9682c2efab76b7e79e";
1404 };
1404 };
1405 meta = {
1405 meta = {
1406 license = [ { fullName = "Repoze Public License"; } pkgs.lib.licenses.bsdOriginal ];
1406 license = [ { fullName = "Repoze Public License"; } pkgs.lib.licenses.bsdOriginal ];
@@ -52,7 +52,7 b' pygments-markdown-lexer==0.1.0.dev39'
52 Pygments==2.2.0
52 Pygments==2.2.0
53 pyparsing==1.5.7
53 pyparsing==1.5.7
54 pyramid-beaker==0.8
54 pyramid-beaker==0.8
55 pyramid-debugtoolbar==4.3.0
55 pyramid-debugtoolbar==4.4.0
56 pyramid-jinja2==2.7
56 pyramid-jinja2==2.7
57 pyramid-mako==1.0.2
57 pyramid-mako==1.0.2
58 pyramid==1.9.1
58 pyramid==1.9.1
General Comments 0
You need to be logged in to leave comments. Login now