diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-05-04 19:57:49 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-10 07:04:57 +0700 |
commit | 41b701ef7e5b4788fb0193ee9c9af54c1f67dced (patch) | |
tree | e3d90dc36d320dbd5cb2fe4e0cbc34db9d114518 /python/pytest | |
parent | 86d6aec9370af51e33967eb3d43902bb938f1aa8 (diff) | |
download | slackbuilds-41b701ef7e5b4788fb0193ee9c9af54c1f67dced.tar.gz |
python/pytest: Updated for version 2.7.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/pytest')
-rw-r--r-- | python/pytest/pytest.SlackBuild | 4 | ||||
-rw-r--r-- | 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 2dae14e906..1726f68b78 100644 --- a/python/pytest/pytest.SlackBuild +++ b/python/pytest/pytest.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pytest -# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada +# Copyright 2014 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:-2.6.4} +VERSION=${VERSION:-2.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pytest/pytest.info b/python/pytest/pytest.info index 63b20cf661..9d7053e613 100644 --- a/python/pytest/pytest.info +++ b/python/pytest/pytest.info @@ -1,8 +1,8 @@ PRGNAM="pytest" -VERSION="2.6.4" +VERSION="2.7.0" HOMEPAGE="http://pytest.org" -DOWNLOAD="https://pypi.python.org/packages/source/p/pytest/pytest-2.6.4.tar.gz" -MD5SUM="14341e122f7e9031a0948eb6b01a2640" +DOWNLOAD="https://pypi.python.org/packages/source/p/pytest/pytest-2.7.0.tar.gz" +MD5SUM="14cde91b1106c937c48497728ea37dc6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="py" |