summaryrefslogtreecommitdiffstats
path: root/python/py
diff options
context:
space:
mode:
Diffstat (limited to 'python/py')
-rw-r--r--python/py/README16
-rw-r--r--python/py/py.SlackBuild2
-rw-r--r--python/py/py.info6
-rw-r--r--python/py/slack-desc2
4 files changed, 11 insertions, 15 deletions
diff --git a/python/py/README b/python/py/README
index 1d5662c3be..1667c95551 100644
--- a/python/py/README
+++ b/python/py/README
@@ -1,11 +1,7 @@
-The py lib is a Python development support library featuring
-the following tools and modules:
+The py lib is a Python development support library featuring the following tools and
+modules:
-* py.path: uniform local and svn path objects
-* py.apipkg: explicit API control and lazy-importing
-* py.iniconfig: easy parsing of .ini files
-* py.code: dynamic code generation and introspection
-* py.path: uniform local and svn path objects
-
-NOTE: prior to the 1.4 release this distribution used to
-contain py.test which is now its own package, see http://pytest.org
+py.path: uniform local and svn path objects
+py.apipkg: explicit API control and lazy-importing
+py.iniconfig: easy parsing of .ini files
+py.code: dynamic code generation and introspection (deprecated, moved to pytest).
diff --git a/python/py/py.SlackBuild b/python/py/py.SlackBuild
index 1d6b84dd9f..d557abf2f1 100644
--- a/python/py/py.SlackBuild
+++ b/python/py/py.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=py
-VERSION=${VERSION:-1.5.1}
+VERSION=${VERSION:-1.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/py/py.info b/python/py/py.info
index c05b16eb81..aa8bafa0cb 100644
--- a/python/py/py.info
+++ b/python/py/py.info
@@ -1,8 +1,8 @@
PRGNAM="py"
-VERSION="1.5.1"
+VERSION="1.5.2"
HOMEPAGE="http://pylib.readthedocs.org/"
-DOWNLOAD="https://pypi.python.org/packages/56/d7/a20e836f5489f5d9d9ac7a6326ca9a1c36762dd182be5507da03a09785a9/py-1.5.1.tar.gz"
-MD5SUM="6243f9825e84c04ba4c6a2503eddf400"
+DOWNLOAD="https://pypi.python.org/packages/90/e3/e075127d39d35f09a500ebb4a90afd10f9ef0a1d28a6d09abeec0e444fdd/py-1.5.2.tar.gz"
+MD5SUM="279ca69c632069e1b71e11b14641ca28"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/python/py/slack-desc b/python/py/slack-desc
index ec612b5348..dc16618712 100644
--- a/python/py/slack-desc
+++ b/python/py/slack-desc
@@ -14,6 +14,6 @@ py: py.path: uniform local and svn path objects
py: py.apipkg: explicit API control and lazy-importing
py: py.iniconfig: easy parsing of .ini files
py: py.code: dynamic code generation and introspection
-py: py.path: uniform local and svn path objects
py:
py: Homepage: http://pylib.readthedocs.org/
+py: