summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis2018-01-06 22:05:36 +0100
committer Willy Sudiarto Raharjo2018-01-10 17:56:01 +0100
commitf67548b62a7ce576ecb5fffe03df352525e5ee74 (patch)
tree5e84dc9ff29aab1d6216abb0b40b8b23b021466b
parentf1b93888da82ec6ac7397ae2831c94ed688377c6 (diff)
downloadslackbuilds-f67548b62a7ce576ecb5fffe03df352525e5ee74.tar.gz
python/Scrapy: Updated for version 1.5.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r--python/Scrapy/Scrapy.SlackBuild4
-rw-r--r--python/Scrapy/Scrapy.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/Scrapy/Scrapy.SlackBuild b/python/Scrapy/Scrapy.SlackBuild
index 51b478e370..b1d8a4d054 100644
--- a/python/Scrapy/Scrapy.SlackBuild
+++ b/python/Scrapy/Scrapy.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Scrapy
-# 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=Scrapy
-VERSION=${VERSION:-1.4.0}
+VERSION=${VERSION:-1.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/Scrapy/Scrapy.info b/python/Scrapy/Scrapy.info
index a4d5fca3be..3152e84097 100644
--- a/python/Scrapy/Scrapy.info
+++ b/python/Scrapy/Scrapy.info
@@ -1,8 +1,8 @@
PRGNAM="Scrapy"
-VERSION="1.4.0"
+VERSION="1.5.0"
HOMEPAGE="https://scrapy.org/"
-DOWNLOAD="https://pypi.python.org/packages/c5/51/0ae702719bdd01577fc1921777bb6f7af4b5fddbe0f7ca64fdd42721e019/Scrapy-1.4.0.tar.gz"
-MD5SUM="889a9639ab18f03d434963f3a64bf06c"
+DOWNLOAD="https://pypi.python.org/packages/ec/ee/b2e27f46a6cfd7709fb410e04dfb53e4790f7972d4e84fb52d3dc1d34e3c/Scrapy-1.5.0.tar.gz"
+MD5SUM="df124666d19783dd0e1b49fe45dbef3d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-twisted queuelib parsel PyDispatcher service_identity"