diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2015-02-09 07:13:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-09 07:13:35 +0700 |
commit | b5b9ac80d1467907c50f9f1863f1911dfd6414a0 (patch) | |
tree | 4587bd6e20a8e4b1f39db894badc1274c42ab399 /python/lxml | |
parent | 097774be17de15eabb703c8c1a9cece27a4dc33a (diff) | |
download | slackbuilds-b5b9ac80d1467907c50f9f1863f1911dfd6414a0.tar.gz |
python/lxml: Updated for version 3.4.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/lxml')
-rw-r--r-- | python/lxml/lxml.SlackBuild | 4 | ||||
-rw-r--r-- | python/lxml/lxml.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/lxml/lxml.SlackBuild b/python/lxml/lxml.SlackBuild index a59729373e..db53b4784b 100644 --- a/python/lxml/lxml.SlackBuild +++ b/python/lxml/lxml.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for lxml -# Copyright 2009-2014 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2009-2015 Larry Hajali <larryhaja[at]gmail[dot]com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=lxml -VERSION=${VERSION:-3.4.0} +VERSION=${VERSION:-3.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/lxml/lxml.info b/python/lxml/lxml.info index 8bb868f635..114160da23 100644 --- a/python/lxml/lxml.info +++ b/python/lxml/lxml.info @@ -1,8 +1,8 @@ PRGNAM="lxml" -VERSION="3.4.0" +VERSION="3.4.2" HOMEPAGE="http://lxml.de/" -DOWNLOAD="http://pypi.python.org/packages/source/l/lxml/lxml-3.4.0.tar.gz" -MD5SUM="bc90cc4e4ee04e1f8290ae0f70e34eea" +DOWNLOAD="http://pypi.python.org/packages/source/l/lxml/lxml-3.4.2.tar.gz" +MD5SUM="429e5e771c4be0798923c04cb9739b4e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="BeautifulSoup" |