summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Larry Hajali2018-11-23 21:09:26 +0100
committer Willy Sudiarto Raharjo2018-11-24 06:35:20 +0100
commit0f2cdc63f74d1c7a157255f513f256fb62f93aa0 (patch)
tree229edb435b64360e29a2a6839b4f514a1783862c
parent47bc1e2c6735bcb0305ae1673db33ce32c7da949 (diff)
downloadslackbuilds-0f2cdc63f74d1c7a157255f513f256fb62f93aa0.tar.gz
python/rope: Updated for version 0.11.0
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
-rw-r--r--python/rope/rope.SlackBuild6
-rw-r--r--python/rope/rope.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/python/rope/rope.SlackBuild b/python/rope/rope.SlackBuild
index 9d137a7504..4c1e94f01b 100644
--- a/python/rope/rope.SlackBuild
+++ b/python/rope/rope.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for rope
-# Copyright 2011-2015 Larry Hajali <larryhaja[at]gmail[dot]com>
+# Copyright 2011-2018 Larry Hajali <larryhaja[at]gmail[dot]com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=rope
-VERSION=${VERSION:-0.10.3}
+VERSION=${VERSION:-0.11.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
diff --git a/python/rope/rope.info b/python/rope/rope.info
index 35e1d71125..e18954f190 100644
--- a/python/rope/rope.info
+++ b/python/rope/rope.info
@@ -1,8 +1,8 @@
PRGNAM="rope"
-VERSION="0.10.3"
+VERSION="0.11.0"
HOMEPAGE="https://github.com/python-rope/rope"
-DOWNLOAD="https://pypi.python.org/packages/source/r/rope/rope-0.10.3.tar.gz"
-MD5SUM="2fd498b64fe5390946167494eff13642"
+DOWNLOAD="https://pypi.python.org/packages/source/r/rope/rope-0.11.0.tar.gz"
+MD5SUM="fe383d87c94861c3f4c516ba463aa20b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""