python/lxml: Updated for version 3.8.0

Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
Larry Hajali 2017-06-03 21:36:16 -07:00 committed by Willy Sudiarto Raharjo
parent 9c8fbf7d8b
commit 46cf0b6ac3
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=lxml
VERSION=${VERSION:-3.7.2}
VERSION=${VERSION:-3.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="lxml"
VERSION="3.7.2"
VERSION="3.8.0"
HOMEPAGE="http://lxml.de/"
DOWNLOAD="https://github.com/lxml/lxml/archive/lxml-3.7.2/lxml-lxml-3.7.2.tar.gz"
MD5SUM="c23af030be8c62bd5a0492bec322385a"
DOWNLOAD="https://github.com/lxml/lxml/archive/lxml-3.8.0/lxml-lxml-3.8.0.tar.gz"
MD5SUM="c3bb526911e56265813ba8ec7580376a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="BeautifulSoup4 html5lib"