mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
python/Scrapy: Updated for version 1.2.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
89b439a652
commit
aec2d8bf45
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=Scrapy
|
||||
VERSION=${VERSION:-1.2.1}
|
||||
VERSION=${VERSION:-1.2.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="Scrapy"
|
||||
VERSION="1.2.1"
|
||||
VERSION="1.2.2"
|
||||
HOMEPAGE="http://scrapy.org/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/6c/f9/a1ac1fbb871cf7b052535210a83f110e31334c09d7fd6050c2ce6c4d005a/Scrapy-1.2.1.tar.gz"
|
||||
MD5SUM="7d902b1e6401088aff48b969974b9a09"
|
||||
DOWNLOAD="https://pypi.python.org/packages/32/9b/b277264e304552e1c6480e44e1bf8f00e3e7f99843dd53a2aaa8c3e95ab4/Scrapy-1.2.2.tar.gz"
|
||||
MD5SUM="53b870aa8aa7e1e27c689aabeb9d484c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python-twisted queuelib parsel PyDispatcher service_identity"
|
||||
|
|
Loading…
Reference in a new issue