diff options
-rw-r--r-- | python/rope/README | 2 | ||||
-rw-r--r-- | python/rope/rope.SlackBuild | 2 | ||||
-rw-r--r-- | python/rope/rope.info | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/python/rope/README b/python/rope/README index 9fe70b4085..0e5e8e5d55 100644 --- a/python/rope/README +++ b/python/rope/README @@ -1,3 +1,3 @@ Rope is a python refactoring library. -Rope can optionally use pysetuptools/distribute during build time. +Rope can optionally use distribute during build time. diff --git a/python/rope/rope.SlackBuild b/python/rope/rope.SlackBuild index 3d3f61138f..b5de9ef17d 100644 --- a/python/rope/rope.SlackBuild +++ b/python/rope/rope.SlackBuild @@ -5,7 +5,7 @@ # Written by Larry Hajali <larryhaja[at]gmail[dot]com> PRGNAM=rope -VERSION=${VERSION:-0.9.3} +VERSION=${VERSION:-0.9.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/rope/rope.info b/python/rope/rope.info index ae5c67a19a..08cc1f4fec 100644 --- a/python/rope/rope.info +++ b/python/rope/rope.info @@ -1,8 +1,8 @@ PRGNAM="rope" -VERSION="0.9.3" +VERSION="0.9.4" HOMEPAGE="http://rope.sourceforge.net/" -DOWNLOAD="http://pypi.python.org/packages/source/r/rope/rope-0.9.3.tar.gz" -MD5SUM="b04971636816d62157cf26e2ec5c1a37" +DOWNLOAD="http://pypi.python.org/packages/source/r/rope/rope-0.9.4.tar.gz" +MD5SUM="6c654c6892f78008e04e2d65f9f859bb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |