python/lxml: Updated for version 3.7.1

Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
Larry Hajali 2016-12-25 16:18:04 -08:00 committed by Willy Sudiarto Raharjo
parent f5c25ce87e
commit b8e7dad367
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.7.0}
VERSION=${VERSION:-3.7.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

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