##// END OF EJS Templates
dependencies: bumped webtest to 2.0.33
marcink -
r676:a80cd3e0 default
parent child Browse files
Show More
@@ -897,7 +897,7 b' self: super: {'
897 };
897 };
898 };
898 };
899 "webtest" = super.buildPythonPackage {
899 "webtest" = super.buildPythonPackage {
900 name = "webtest-2.0.32";
900 name = "webtest-2.0.33";
901 doCheck = false;
901 doCheck = false;
902 propagatedBuildInputs = [
902 propagatedBuildInputs = [
903 self."six"
903 self."six"
@@ -906,8 +906,8 b' self: super: {'
906 self."beautifulsoup4"
906 self."beautifulsoup4"
907 ];
907 ];
908 src = fetchurl {
908 src = fetchurl {
909 url = "https://files.pythonhosted.org/packages/27/9f/9e74449d272ffbef4fb3012e6dbc53c0b24822d545e7a33a342f80131e59/WebTest-2.0.32.tar.gz";
909 url = "https://files.pythonhosted.org/packages/a8/b0/ffc9413b637dbe26e291429bb0f6ed731e518d0cd03da28524a8fe2e8a8f/WebTest-2.0.33.tar.gz";
910 sha256 = "0qp0nnbazzm4ibjiyqfcn6f230svk09i4g58zg2i9x1ga06h48a2";
910 sha256 = "1l3z0cwqslsf4rcrhi2gr8kdfh74wn2dw76376i4g9i38gz8wd21";
911 };
911 };
912 meta = {
912 meta = {
913 license = [ pkgs.lib.licenses.mit ];
913 license = [ pkgs.lib.licenses.mit ];
@@ -12,5 +12,5 b' mock==1.0.1'
12 cov-core==1.15.0
12 cov-core==1.15.0
13 coverage==4.5.1
13 coverage==4.5.1
14
14
15 webtest==2.0.32
15 webtest==2.0.33
16 beautifulsoup4==4.6.3
16 beautifulsoup4==4.6.3
General Comments 0
You need to be logged in to leave comments. Login now