##// END OF EJS Templates
depencencies: updated paste to 3.0.5
marcink -
r3307:138f116c default
parent child Browse files
Show More
@@ -960,14 +960,14 b' self: super: {'
960 };
960 };
961 };
961 };
962 "paste" = super.buildPythonPackage {
962 "paste" = super.buildPythonPackage {
963 name = "paste-2.0.3";
963 name = "paste-3.0.5";
964 doCheck = false;
964 doCheck = false;
965 propagatedBuildInputs = [
965 propagatedBuildInputs = [
966 self."six"
966 self."six"
967 ];
967 ];
968 src = fetchurl {
968 src = fetchurl {
969 url = "https://files.pythonhosted.org/packages/30/c3/5c2f7c7a02e4f58d4454353fa1c32c94f79fa4e36d07a67c0ac295ea369e/Paste-2.0.3.tar.gz";
969 url = "https://files.pythonhosted.org/packages/d4/41/91bde422400786b1b06357c1e6e3a5379f54dc3002aeb337cb767233304e/Paste-3.0.5.tar.gz";
970 sha256 = "062jk0nlxf6lb2wwj6zc20rlvrwsnikpkh90y0dn8cjch93s6ii3";
970 sha256 = "1a6i8fh1fg8r4x800fvy9r82m15clwjim6yf2g9r4dff0y40dchv";
971 };
971 };
972 meta = {
972 meta = {
973 license = [ pkgs.lib.licenses.mit ];
973 license = [ pkgs.lib.licenses.mit ];
@@ -40,10 +40,10 b' markupsafe==1.0.0'
40 msgpack-python==0.5.6
40 msgpack-python==0.5.6
41 pyotp==2.2.7
41 pyotp==2.2.7
42 packaging==15.2
42 packaging==15.2
43 paste==2.0.3
44 pastedeploy==1.5.2
43 pastedeploy==1.5.2
45 pastescript==2.0.2
44 pastescript==2.0.2
46 pathlib2==2.3.2
45 pathlib2==2.3.2
46 paste==3.0.5
47 peppercorn==0.6
47 peppercorn==0.6
48 psutil==5.4.7
48 psutil==5.4.7
49 py-bcrypt==0.4
49 py-bcrypt==0.4
General Comments 0
You need to be logged in to leave comments. Login now