diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-03-10 17:34:57 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-17 08:51:45 +0700 |
commit | cfc76e6dd0b648b94d1f1390716ae9f7229a24d5 (patch) | |
tree | 79ad329dc6e72b6f4b58ed2cb5442a7e798d0089 /python/pytest-runner | |
parent | 2093f0a5322b5be24261ea09828ed7a2ee74fb57 (diff) | |
download | slackbuilds-cfc76e6dd0b648b94d1f1390716ae9f7229a24d5.tar.gz |
python/pytest-runner: Updated for version 4.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/pytest-runner')
-rw-r--r-- | python/pytest-runner/pytest-runner.SlackBuild | 2 | ||||
-rw-r--r-- | python/pytest-runner/pytest-runner.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/pytest-runner/pytest-runner.SlackBuild b/python/pytest-runner/pytest-runner.SlackBuild index 383e49535f..07b7f0c87c 100644 --- a/python/pytest-runner/pytest-runner.SlackBuild +++ b/python/pytest-runner/pytest-runner.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pytest-runner -VERSION=${VERSION:-3.0} +VERSION=${VERSION:-4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pytest-runner/pytest-runner.info b/python/pytest-runner/pytest-runner.info index ff3602711a..e785d8df48 100644 --- a/python/pytest-runner/pytest-runner.info +++ b/python/pytest-runner/pytest-runner.info @@ -1,8 +1,8 @@ PRGNAM="pytest-runner" -VERSION="3.0" +VERSION="4.0" HOMEPAGE="https://pypi.python.org/pypi/pytest-runner" -DOWNLOAD="https://pypi.python.org/packages/65/b4/ae89338cd2d81e2cc54bd6db2e962bfe948f612303610d68ab24539ac2d1/pytest-runner-3.0.tar.gz" -MD5SUM="8f8363a52bbabc4cedd5e239beb2ba11" +DOWNLOAD="https://pypi.python.org/packages/c7/8b/c69aeaac921ce55e8098682d5bf9a665f036624a730b64ea5dc6bc8e8826/pytest-runner-4.0.tar.gz" +MD5SUM="19c3892d9b830829b2a55cb2ed64d734" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pytest" |