##// END OF EJS Templates
dependencies: bumped packaging==19.2
marcink -
r3960:b5aaca85 default
parent child Browse files
Show More
@@ -1052,14 +1052,18 b' self: super: {'
1052 };
1052 };
1053 };
1053 };
1054 "packaging" = super.buildPythonPackage {
1054 "packaging" = super.buildPythonPackage {
1055 name = "packaging-15.2";
1055 name = "packaging-19.2";
1056 doCheck = false;
1056 doCheck = false;
1057 propagatedBuildInputs = [
1058 self."pyparsing"
1059 self."six"
1060 ];
1057 src = fetchurl {
1061 src = fetchurl {
1058 url = "https://files.pythonhosted.org/packages/24/c4/185da1304f07047dc9e0c46c31db75c0351bd73458ac3efad7da3dbcfbe1/packaging-15.2.tar.gz";
1062 url = "https://files.pythonhosted.org/packages/5a/2f/449ded84226d0e2fda8da9252e5ee7731bdf14cd338f622dfcd9934e0377/packaging-19.2.tar.gz";
1059 sha256 = "1zn60w84bxvw6wypffka18ca66pa1k2cfrq3cq8fnsfja5m3k4ng";
1063 sha256 = "0izwlz9h0bw171a1chr311g2y7n657zjaf4mq4rgm8pp9lbj9f98";
1060 };
1064 };
1061 meta = {
1065 meta = {
1062 license = [ pkgs.lib.licenses.asl20 ];
1066 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "BSD or Apache License, Version 2.0"; } pkgs.lib.licenses.asl20 ];
1063 };
1067 };
1064 };
1068 };
1065 "pandocfilters" = super.buildPythonPackage {
1069 "pandocfilters" = super.buildPythonPackage {
@@ -31,7 +31,7 b' markdown==2.6.11'
31 markupsafe==1.1.1
31 markupsafe==1.1.1
32 msgpack-python==0.5.6
32 msgpack-python==0.5.6
33 pyotp==2.3.0
33 pyotp==2.3.0
34 packaging==15.2
34 packaging==19.2
35 pathlib2==2.3.5
35 pathlib2==2.3.5
36 paste==3.2.1
36 paste==3.2.1
37 pastedeploy==2.0.1
37 pastedeploy==2.0.1
General Comments 0
You need to be logged in to leave comments. Login now