python/lxml: Updated for version 3.7.0

Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
Larry Hajali 2016-12-16 08:31:22 -08:00 committed by Willy Sudiarto Raharjo
parent 5312a66cb7
commit d819507619
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
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.6.4}
VERSION=${VERSION:-3.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="lxml"
VERSION="3.6.4"
VERSION="3.7.0"
HOMEPAGE="http://lxml.de/"
DOWNLOAD="https://github.com/lxml/lxml/archive/lxml-3.6.4/lxml-lxml-3.6.4.tar.gz"
MD5SUM="b9c7d7c0b8bcdaa1d912b297208de6b0"
DOWNLOAD="https://github.com/lxml/lxml/archive/lxml-3.7.0/lxml-lxml-3.7.0.tar.gz"
MD5SUM="953180331db965c312f1e4a7e2ab07c9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="BeautifulSoup4 html5lib"