diff options
-rw-r--r-- | python/pytest/pytest.SlackBuild | 4 | ||||
-rw-r--r-- | python/pytest/pytest.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/pytest/pytest.SlackBuild b/python/pytest/pytest.SlackBuild index 5405a6a8e8..ba69e53ab8 100644 --- a/python/pytest/pytest.SlackBuild +++ b/python/pytest/pytest.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pytest -# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2018 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:-3.2.5} +VERSION=${VERSION:-3.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pytest/pytest.info b/python/pytest/pytest.info index dc59546cf0..3057086c70 100644 --- a/python/pytest/pytest.info +++ b/python/pytest/pytest.info @@ -1,10 +1,10 @@ PRGNAM="pytest" -VERSION="3.2.5" +VERSION="3.4.2" HOMEPAGE="http://pytest.org" -DOWNLOAD="https://pypi.python.org/packages/1f/f8/8cd74c16952163ce0db0bd95fdd8810cbf093c08be00e6e665ebf0dc3138/pytest-3.2.5.tar.gz" -MD5SUM="6dbe9bb093883f75394a689a1426ac6f" +DOWNLOAD="https://pypi.python.org/packages/dd/05/4579d3028ba1740467690c3427d3991eff91f95cbaa6bb0280f40708721a/pytest-3.4.2.tar.gz" +MD5SUM="1b83a25d45fad893f430fc5031653c56" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="setuptools-scm py" +REQUIRES="setuptools-scm py six attrs pluggy" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |