summaryrefslogtreecommitdiffstats
path: root/python/lxml
diff options
context:
space:
mode:
author Larry Hajali <larryhaja@gmail.com>2017-03-18 09:19:06 -0700
committer David Spencer <idlemoor@slackbuilds.org>2017-03-25 00:10:42 +0000
commit38a6963671b65683464b2f282d1239408b10318f (patch)
treec1def5781a609e10122c1a13436c6f5907af34a5 /python/lxml
parente7f7cc864b38e147b427bd2e6e674bc53e29cb9d (diff)
downloadslackbuilds-38a6963671b65683464b2f282d1239408b10318f.tar.gz
slackbuilds-38a6963671b65683464b2f282d1239408b10318f.tar.xz
python/lxml: Updated for version 3.7.2
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python/lxml')
-rw-r--r--python/lxml/lxml.SlackBuild4
-rw-r--r--python/lxml/lxml.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/lxml/lxml.SlackBuild b/python/lxml/lxml.SlackBuild
index be42dbbb89..dcf07f62ff 100644
--- a/python/lxml/lxml.SlackBuild
+++ b/python/lxml/lxml.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for lxml
-# Copyright 2009-2016 Larry Hajali <larryhaja[at]gmail[dot]com>
+# Copyright 2009-2017 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.7.1}
+VERSION=${VERSION:-3.7.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/lxml/lxml.info b/python/lxml/lxml.info
index 81348f37cc..5ab69a3cad 100644
--- a/python/lxml/lxml.info
+++ b/python/lxml/lxml.info
@@ -1,8 +1,8 @@
PRGNAM="lxml"
-VERSION="3.7.1"
+VERSION="3.7.2"
HOMEPAGE="http://lxml.de/"
-DOWNLOAD="https://github.com/lxml/lxml/archive/lxml-3.7.1/lxml-lxml-3.7.1.tar.gz"
-MD5SUM="e1fd1051aa08437f54d1e18c3b80342b"
+DOWNLOAD="https://github.com/lxml/lxml/archive/lxml-3.7.2/lxml-lxml-3.7.2.tar.gz"
+MD5SUM="c23af030be8c62bd5a0492bec322385a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="BeautifulSoup4 html5lib"