diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-03-10 18:45:04 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-17 08:51:59 +0700 |
commit | 00a2d4c19cc9cf28c5ea865ededd58989445fa99 (patch) | |
tree | ac0cba7f1185f4d6b8ca794f96e7cd6d96533613 /python/pytest/pytest.SlackBuild | |
parent | 595cc3b9f7a9bb96bf396b1a2f336a66b60e67c2 (diff) |
python/pytest: Updated for version 3.4.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/pytest/pytest.SlackBuild')
-rw-r--r-- | python/pytest/pytest.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/pytest/pytest.SlackBuild b/python/pytest/pytest.SlackBuild index 5405a6a8e894..ba69e53ab869 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} |