summaryrefslogtreecommitdiffstats
path: root/python/pytest
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2016-01-29 13:29:03 +0100
committer Willy Sudiarto Raharjo2016-02-05 01:02:20 +0100
commite75dd8c95137bdb16dda1b501977738ace860927 (patch)
treed3a9b54d6c887371995f97669ffc3441ed72430b /python/pytest
parentf6d18345c240c50937fabc3f1e18909ed20037cc (diff)
downloadslackbuilds-e75dd8c95137bdb16dda1b501977738ace860927.tar.gz
python/pytest: Updated for version 2.8.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pytest')
-rw-r--r--python/pytest/pytest.SlackBuild4
-rw-r--r--python/pytest/pytest.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/pytest/pytest.SlackBuild b/python/pytest/pytest.SlackBuild
index 3ac70e7e9a..547e8b6850 100644
--- a/python/pytest/pytest.SlackBuild
+++ b/python/pytest/pytest.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pytest
-VERSION=${VERSION:-2.8.5}
+VERSION=${VERSION:-2.8.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-unzip $CWD/$PRGNAM-$VERSION.zip
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/python/pytest/pytest.info b/python/pytest/pytest.info
index 96b4f82397..ac1d71b6a4 100644
--- a/python/pytest/pytest.info
+++ b/python/pytest/pytest.info
@@ -1,8 +1,8 @@
PRGNAM="pytest"
-VERSION="2.8.5"
+VERSION="2.8.7"
HOMEPAGE="http://pytest.org"
-DOWNLOAD="https://pypi.python.org/packages/source/p/pytest/pytest-2.8.5.tar.gz"
-MD5SUM="8493b06f700862f1294298d6c1b715a9"
+DOWNLOAD="https://pypi.python.org/packages/source/p/pytest/pytest-2.8.7.tar.gz"
+MD5SUM="685e2137062c9821b1b74a4814795514"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="py"