diff options
Diffstat (limited to 'python/Pyro4')
-rw-r--r-- | python/Pyro4/Pyro4.SlackBuild | 4 | ||||
-rw-r--r-- | python/Pyro4/Pyro4.info | 6 | ||||
-rw-r--r-- | python/Pyro4/README | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/python/Pyro4/Pyro4.SlackBuild b/python/Pyro4/Pyro4.SlackBuild index 117cefa1473d..eee810cf8d09 100644 --- a/python/Pyro4/Pyro4.SlackBuild +++ b/python/Pyro4/Pyro4.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Pyro4 -# Copyright 2012-2018 Thibaut Notteboom, Paris, FRANCE +# Copyright 2012-2019 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.74} +VERSION=${VERSION:-4.77} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/Pyro4/Pyro4.info b/python/Pyro4/Pyro4.info index 2ce12758102f..adbf9ab2d353 100644 --- a/python/Pyro4/Pyro4.info +++ b/python/Pyro4/Pyro4.info @@ -1,8 +1,8 @@ PRGNAM="Pyro4" -VERSION="4.74" +VERSION="4.77" HOMEPAGE="https://pythonhosted.org/Pyro4/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pyro4/Pyro4-4.74.tar.gz" -MD5SUM="6b7ffe9cd73f4e308186f689e57fd4ca" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pyro4/Pyro4-4.77.tar.gz" +MD5SUM="21f015ae93cf9ea2bbbc418a2267e9fb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-serpent" diff --git a/python/Pyro4/README b/python/Pyro4/README index ccb2764aeafe..1b09c3cf671f 100644 --- a/python/Pyro4/README +++ b/python/Pyro4/README @@ -1,3 +1,5 @@ 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. + +python3 is an optional dependency (autodetected). |