From 791c6e0e383fa174f80008b3f374c87b79716889 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sat, 12 Dec 2015 12:39:42 +0200 Subject: python/pytest: Updated for version 2.8.5. Signed-off-by: Dimitris Zlatanidis --- python/pytest/pytest.SlackBuild | 4 ++-- python/pytest/pytest.info | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/python/pytest/pytest.SlackBuild b/python/pytest/pytest.SlackBuild index 11a40b8416..3ac70e7e9a 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.4} +VERSION=${VERSION:-2.8.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +unzip $CWD/$PRGNAM-$VERSION.zip cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/python/pytest/pytest.info b/python/pytest/pytest.info index 6874c67717..96b4f82397 100644 --- a/python/pytest/pytest.info +++ b/python/pytest/pytest.info @@ -1,8 +1,8 @@ PRGNAM="pytest" -VERSION="2.8.4" +VERSION="2.8.5" HOMEPAGE="http://pytest.org" -DOWNLOAD="https://pypi.python.org/packages/source/p/pytest/pytest-2.8.4.tar.gz" -MD5SUM="0671eab4cd12b7e67c73123360d86b9c" +DOWNLOAD="https://pypi.python.org/packages/source/p/pytest/pytest-2.8.5.tar.gz" +MD5SUM="8493b06f700862f1294298d6c1b715a9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="py" -- cgit v1.2.3