##// END OF EJS Templates
dependencies: pinned testpath==0.4.4
marcink -
r4076:4ece235f default
parent child Browse files
Show More
@@ -2052,11 +2052,11 b' self: super: {'
2052 };
2052 };
2053 };
2053 };
2054 "testpath" = super.buildPythonPackage {
2054 "testpath" = super.buildPythonPackage {
2055 name = "testpath-0.4.2";
2055 name = "testpath-0.4.4";
2056 doCheck = false;
2056 doCheck = false;
2057 src = fetchurl {
2057 src = fetchurl {
2058 url = "https://files.pythonhosted.org/packages/06/30/9a7e917066d851d8b4117e85794b5f14516419ea714a8a2681ec6aa8a981/testpath-0.4.2.tar.gz";
2058 url = "https://files.pythonhosted.org/packages/2c/b3/5d57205e896d8998d77ad12aa42ebce75cd97d8b9a97d00ba078c4c9ffeb/testpath-0.4.4.tar.gz";
2059 sha256 = "1y40hywscnnyb734pnzm55nd8r8kp1072bjxbil83gcd53cv755n";
2059 sha256 = "0zpcmq22dz79ipvvsfnw1ykpjcaj6xyzy7ws77s5b5ql3hka7q30";
2060 };
2060 };
2061 meta = {
2061 meta = {
2062 license = [ ];
2062 license = [ ];
@@ -18,5 +18,5 b' pyramid-jinja2==2.7'
18 scandir==1.10.0
18 scandir==1.10.0
19 setproctitle==1.1.10
19 setproctitle==1.1.10
20 tempita==0.5.2
20 tempita==0.5.2
21 testpath==0.4.4
21 vine==1.3.0
22 vine==1.3.0
22
General Comments 0
You need to be logged in to leave comments. Login now