summaryrefslogtreecommitdiffstats
path: root/python/pytest
diff options
context:
space:
mode:
author Dimitris Zlatanidis2016-03-02 06:38:54 +0100
committer Willy Sudiarto Raharjo2016-03-02 13:12:05 +0100
commit0df4dc1c870b91c2e1237e1eeadbabdb90679e76 (patch)
tree9693c500bd648549b07f250ffd5ee2faf6e6f54c /python/pytest
parentc42f14961e06e1360e7c5227fa4c838784970553 (diff)
downloadslackbuilds-0df4dc1c870b91c2e1237e1eeadbabdb90679e76.tar.gz
python/pytest: Updated for version 2.9.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/pytest')
-rw-r--r--python/pytest/pytest.SlackBuild6
-rw-r--r--python/pytest/pytest.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/python/pytest/pytest.SlackBuild b/python/pytest/pytest.SlackBuild
index 547e8b6850..3897525c5f 100644
--- a/python/pytest/pytest.SlackBuild
+++ b/python/pytest/pytest.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pytest
-# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
# 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=pytest
-VERSION=${VERSION:-2.8.7}
+VERSION=${VERSION:-2.9.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -75,7 +75,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a CHANGELOG LICENSE README.rst $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a CHANGELOG.rst LICENSE README.rst $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/python/pytest/pytest.info b/python/pytest/pytest.info
index ac1d71b6a4..48fa928b03 100644
--- a/python/pytest/pytest.info
+++ b/python/pytest/pytest.info
@@ -1,8 +1,8 @@
PRGNAM="pytest"
-VERSION="2.8.7"
+VERSION="2.9.0"
HOMEPAGE="http://pytest.org"
-DOWNLOAD="https://pypi.python.org/packages/source/p/pytest/pytest-2.8.7.tar.gz"
-MD5SUM="685e2137062c9821b1b74a4814795514"
+DOWNLOAD="https://pypi.python.org/packages/source/p/pytest/pytest-2.9.0.tar.gz"
+MD5SUM="75ca2e51eb1d6a62d46a977b9dbb1abf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="py"