mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/parsel: Updated for version 1.4.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
a9193d0891
commit
82fb2c9bb5
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for parsel
|
||||
|
||||
# Copyright 2016-2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2016-2018 Dimitris Zlatanidis Orestiada, Greece
|
||||
# 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=parsel
|
||||
VERSION=${VERSION:-1.2.0}
|
||||
VERSION=${VERSION:-1.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="parsel"
|
||||
VERSION="1.2.0"
|
||||
VERSION="1.4.0"
|
||||
HOMEPAGE="https://github.com/scrapy/parsel"
|
||||
DOWNLOAD="https://pypi.python.org/packages/5f/67/f56ec2c9e8e3ac5e1b6c7689eea6e1781701e972514fa344e9fc6409423e/parsel-1.2.0.tar.gz"
|
||||
MD5SUM="603e6e5a6263b06f307436abce52eb6d"
|
||||
DOWNLOAD="https://pypi.python.org/packages/01/f2/8649c65adf8433a09cdee20912cdb470b9426fab55922abd299372e02904/parsel-1.4.0.tar.gz"
|
||||
MD5SUM="2fb2b31ce0002630ba9ba2492c4ac6bf"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pytest-runner w3lib lxml cssselect"
|
||||
|
|
Loading…
Reference in a new issue