Merge pull request #9715 from desiderius/beautifulsoup4-4.4.0

pythonPackages.beautifulsoup4: 4.1.3 -> 4.4.0
This commit is contained in:
Domen Kožar 2015-09-08 12:04:21 +02:00
commit 8bc4775a82

View file

@ -977,16 +977,13 @@ let
}); });
beautifulsoup4 = buildPythonPackage (rec { beautifulsoup4 = buildPythonPackage (rec {
name = "beautifulsoup4-4.1.3"; name = "beautifulsoup4-4.4.0";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "http://pypi.python.org/packages/source/b/beautifulsoup4/${name}.tar.gz"; url = "http://pypi.python.org/packages/source/b/beautifulsoup4/${name}.tar.gz";
md5 = "f1481ed77336de77a2d8e5b061b6ad62"; sha256 = "1xhp57nr7aapn55wpk7i2kcv2cdamcn1parrm6dqnhv9iyl1vngs";
}; };
# invalid command 'test'
doCheck = false;
meta = { meta = {
homepage = http://crummy.com/software/BeautifulSoup/bs4/; homepage = http://crummy.com/software/BeautifulSoup/bs4/;
description = "HTML and XML parser"; description = "HTML and XML parser";
@ -995,7 +992,6 @@ let
}; };
}); });
beaker = buildPythonPackage rec { beaker = buildPythonPackage rec {
name = "Beaker-1.6.4"; name = "Beaker-1.6.4";