##// END OF EJS Templates
dependencies: bumped paste and pastescript....
marcink -
r3954:ad383263 default
parent child Browse files
Show More
@@ -1074,14 +1074,14 b' self: super: {'
1074 1074 };
1075 1075 };
1076 1076 "paste" = super.buildPythonPackage {
1077 name = "paste-3.0.8";
1077 name = "paste-3.2.1";
1078 1078 doCheck = false;
1079 1079 propagatedBuildInputs = [
1080 1080 self."six"
1081 1081 ];
1082 1082 src = fetchurl {
1083 url = "https://files.pythonhosted.org/packages/66/65/e3acf1663438483c1f6ced0b6c6f3b90da9f0faacb0a6e2aa0f3f9f4b235/Paste-3.0.8.tar.gz";
1084 sha256 = "05w1sh6ky4d7pmdb8nv82n13w22jcn3qsagg5ih3hjmbws9kkwf4";
1083 url = "https://files.pythonhosted.org/packages/0d/86/7008b5563594e8a63763f05212a3eb84c85f0b2eff834e5697716e56bca9/Paste-3.2.1.tar.gz";
1084 sha256 = "1vjxr8n1p31c9x9rh8g0f34yisa9028cxpvn36q7g1s0m2b9x71x";
1085 1085 };
1086 1086 meta = {
1087 1087 license = [ pkgs.lib.licenses.mit ];
@@ -1099,7 +1099,7 b' self: super: {'
1099 1099 };
1100 1100 };
1101 1101 "pastescript" = super.buildPythonPackage {
1102 name = "pastescript-3.1.0";
1102 name = "pastescript-3.2.0";
1103 1103 doCheck = false;
1104 1104 propagatedBuildInputs = [
1105 1105 self."paste"
@@ -1107,8 +1107,8 b' self: super: {'
1107 1107 self."six"
1108 1108 ];
1109 1109 src = fetchurl {
1110 url = "https://files.pythonhosted.org/packages/9e/1d/14db1c283eb21a5d36b6ba1114c13b709629711e64acab653d9994fe346f/PasteScript-3.1.0.tar.gz";
1111 sha256 = "02qcxjjr32ks7a6d4f533wl34ysc7yhwlrfcyqwqbzr52250v4fs";
1110 url = "https://files.pythonhosted.org/packages/ff/47/45c6f5a3cb8f5abf786fea98dbb8d02400a55768a9b623afb7df12346c61/PasteScript-3.2.0.tar.gz";
1111 sha256 = "1b3jq7xh383nvrrlblk05m37345bv97xrhx77wshllba3h7mq3wv";
1112 1112 };
1113 1113 meta = {
1114 1114 license = [ pkgs.lib.licenses.mit ];
@@ -33,9 +33,9 b' msgpack-python==0.5.6'
33 33 pyotp==2.2.7
34 34 packaging==15.2
35 35 pathlib2==2.3.4
36 paste==3.0.8
36 paste==3.2.1
37 37 pastedeploy==2.0.1
38 pastescript==3.1.0
38 pastescript==3.2.0
39 39 peppercorn==0.6
40 40 psutil==5.6.3
41 41 py-bcrypt==0.4
General Comments 0
You need to be logged in to leave comments. Login now