diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-05-10 20:18:20 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-13 06:59:50 +0700 |
commit | 83eeaa6bf2058361b105a681042ae5e3aef58f2a (patch) | |
tree | c12d0ba2395d6ac6a583bc4b8f256b868f1bce49 /python/pytest-cov/pytest-cov.SlackBuild | |
parent | 150f92a9869dcc38ab2804be9230fea1f14146c7 (diff) |
python/pytest-cov: Updated for version 2.5.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/pytest-cov/pytest-cov.SlackBuild')
-rw-r--r-- | python/pytest-cov/pytest-cov.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/pytest-cov/pytest-cov.SlackBuild b/python/pytest-cov/pytest-cov.SlackBuild index 21019ff51cb2..dcdbccb71040 100644 --- a/python/pytest-cov/pytest-cov.SlackBuild +++ b/python/pytest-cov/pytest-cov.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pytest-cov -# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2017 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-cov -VERSION=${VERSION:-2.4.0} +VERSION=${VERSION:-2.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |