python/lxml: Updated for version 3.7.0
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
parent
5312a66cb7
commit
d819507619
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue