diff options
author | Larry Hajali <larryhaja@gmail.com> | 2016-07-30 10:49:56 -0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-05 18:10:51 +0100 |
commit | 99be0d29036f7e3822ca885fcc1b600a6925f2a7 (patch) | |
tree | f90d0aec8ccb08f96162936ec195764903e95ae7 /python/lxml/lxml.info | |
parent | 3bbcfb4e6f838cda7a16037066965ac4effdb86d (diff) |
python/lxml: Updated for version 3.6.1
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python/lxml/lxml.info')
-rw-r--r-- | python/lxml/lxml.info | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/lxml/lxml.info b/python/lxml/lxml.info index 6d5b893b41348..9eb8dc592a8cc 100644 --- a/python/lxml/lxml.info +++ b/python/lxml/lxml.info @@ -1,10 +1,10 @@ PRGNAM="lxml" -VERSION="3.6.0" +VERSION="3.6.1" HOMEPAGE="http://lxml.de/" -DOWNLOAD="http://pypi.python.org/packages/source/l/lxml/lxml-3.6.0.tar.gz" -MD5SUM="5957cc384bd6e83934be35c057ec03b6" +DOWNLOAD="https://github.com/lxml/lxml/archive/lxml-3.6.1/lxml-lxml-3.6.1.tar.gz" +MD5SUM="d112d959364a81044a2b15815ab2ba58" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="BeautifulSoup" +REQUIRES="BeautifulSoup4 html5lib" MAINTAINER="Larry Hajali" EMAIL="larryhaja[at]gmail[dot]com" |