diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2019-10-02 20:32:27 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-05 13:51:56 +0700 |
commit | f7b90a9a6adc9db9f3ce64f8586919c192754d5d (patch) | |
tree | 7d9978719a61380a20fe7c28ef84fca394e5f13e /python | |
parent | c315aeafdd77e57db2155c9510a4a0c82c027b71 (diff) | |
download | slackbuilds-f7b90a9a6adc9db9f3ce64f8586919c192754d5d.tar.gz |
python/lxml: Updated for version 4.4.1
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python')
-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 ed6222ed25..87681482a7 100644 --- a/python/lxml/lxml.SlackBuild +++ b/python/lxml/lxml.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for lxml -# Copyright 2009-2018 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2009-2019 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:-4.2.5} +VERSION=${VERSION:-4.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/lxml/lxml.info b/python/lxml/lxml.info index cd75a9ea43..564d80a926 100644 --- a/python/lxml/lxml.info +++ b/python/lxml/lxml.info @@ -1,8 +1,8 @@ PRGNAM="lxml" -VERSION="4.2.5" +VERSION="4.4.1" HOMEPAGE="https://lxml.de/" -DOWNLOAD="https://pypi.io/packages/source/l/lxml/lxml-4.2.5.tar.gz" -MD5SUM="ce042575c4459c4994f68b9a862a72a4" +DOWNLOAD="https://pypi.io/packages/source/l/lxml/lxml-4.4.1.tar.gz" +MD5SUM="ce976a2d3c630d7fde86d3a4c3a1c606" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="BeautifulSoup4 html5lib" |