diff options
author | Thibaut Notteboom <tib@tibux.org> | 2013-02-10 10:26:06 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-02-10 10:26:06 -0500 |
commit | 959b13bdb980c09dac54da045fcceac234e8cd56 (patch) | |
tree | 0aed9c537fe5319f2d47de4b71bbf2251e172890 /python | |
parent | 851c3e5541f2739cd08e669d453711b79c1a0a0f (diff) | |
download | slackbuilds-959b13bdb980c09dac54da045fcceac234e8cd56.tar.gz |
python/Pyro4: Updated for version 4.17.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/Pyro4/Pyro4.SlackBuild | 4 | ||||
-rw-r--r-- | python/Pyro4/Pyro4.info | 6 | ||||
-rw-r--r-- | python/Pyro4/README | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/python/Pyro4/Pyro4.SlackBuild b/python/Pyro4/Pyro4.SlackBuild index cacee605af..560705042c 100644 --- a/python/Pyro4/Pyro4.SlackBuild +++ b/python/Pyro4/Pyro4.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Pyro4 -# Copyright 2012 Thibaut Notteboom, Paris, FRANCE +# Copyright 2012-2013 Thibaut Notteboom, Paris, FRANCE # 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=Pyro4 -VERSION=${VERSION:-4.16} +VERSION=${VERSION:-4.17} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/Pyro4/Pyro4.info b/python/Pyro4/Pyro4.info index fefb76e323..d6b6956e92 100644 --- a/python/Pyro4/Pyro4.info +++ b/python/Pyro4/Pyro4.info @@ -1,8 +1,8 @@ PRGNAM="Pyro4" -VERSION="4.16" +VERSION="4.17" HOMEPAGE="http://packages.python.org/Pyro4/" -DOWNLOAD="http://pypi.python.org/packages/source/P/Pyro4/Pyro4-4.16.tar.gz" -MD5SUM="8c7d2ee1a221704809f4d7a7212418d4" +DOWNLOAD="http://pypi.python.org/packages/source/P/Pyro4/Pyro4-4.17.tar.gz" +MD5SUM="5d4a03e4daa5b3b45999d4cf75563d29" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/python/Pyro4/README b/python/Pyro4/README index 215aeeb961..ccb2764aea 100644 --- a/python/Pyro4/README +++ b/python/Pyro4/README @@ -1,3 +1,3 @@ Pyro4 means PYthon Remote Objects. It is an advanced and powerful -Distributed Object Technology system written entirely in Python, -that is designed to be very easy to use. +Distributed Object Technology system written entirely in Python, that is +designed to be very easy to use. |