summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2015-06-25 02:26:03 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-06-28 11:49:16 +0700
commit7e4ee91e5011d8d2a5d25d2726550398c7cb352a (patch)
treeb5fd3027c12841456736e49305036184df64d13a
parent3c9d02909f8a2715af5d5c6ef1ab27bb83cbcad3 (diff)
downloadslackbuilds-7e4ee91e5011d8d2a5d25d2726550398c7cb352a.tar.gz
slackbuilds-7e4ee91e5011d8d2a5d25d2726550398c7cb352a.tar.xz
python/pytest: Updated for version 2.7.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r--python/pytest/pytest.SlackBuild2
-rw-r--r--python/pytest/pytest.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/pytest/pytest.SlackBuild b/python/pytest/pytest.SlackBuild
index 7ef1f8e0cf..c7f7ce48e2 100644
--- a/python/pytest/pytest.SlackBuild
+++ b/python/pytest/pytest.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pytest
-VERSION=${VERSION:-2.7.1}
+VERSION=${VERSION:-2.7.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/pytest/pytest.info b/python/pytest/pytest.info
index efabebf17d..dd59a52af8 100644
--- a/python/pytest/pytest.info
+++ b/python/pytest/pytest.info
@@ -1,8 +1,8 @@
PRGNAM="pytest"
-VERSION="2.7.1"
+VERSION="2.7.2"
HOMEPAGE="http://pytest.org"
-DOWNLOAD="https://pypi.python.org/packages/source/p/pytest/pytest-2.7.1.tar.gz"
-MD5SUM="e972d691ff6779ffb4b594449bac3e43"
+DOWNLOAD="https://pypi.python.org/packages/source/p/pytest/pytest-2.7.2.tar.gz"
+MD5SUM="dcd8e891474d605b81fc7fcc8711e95b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="py"