summaryrefslogtreecommitdiffstats
path: root/python/pytest
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2018-04-03 20:01:18 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-04-07 08:13:19 +0700
commit59d8801e5a4fb033ec4e9e90f7d5ffae3ced679b (patch)
tree093b33f18fa9e0c0aaaea40a4046762b45fb21fc /python/pytest
parentd3bba6360e3ef6da65bf87d9d952d7772dd90214 (diff)
downloadslackbuilds-59d8801e5a4fb033ec4e9e90f7d5ffae3ced679b.tar.gz
slackbuilds-59d8801e5a4fb033ec4e9e90f7d5ffae3ced679b.tar.xz
python/pytest: Updated for version 3.5.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/pytest')
-rw-r--r--python/pytest/pytest.SlackBuild2
-rw-r--r--python/pytest/pytest.info8
2 files changed, 5 insertions, 5 deletions
diff --git a/python/pytest/pytest.SlackBuild b/python/pytest/pytest.SlackBuild
index ba69e53ab8..608276b8b6 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:-3.4.2}
+VERSION=${VERSION:-3.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/pytest/pytest.info b/python/pytest/pytest.info
index 3057086c70..841bd5b2e1 100644
--- a/python/pytest/pytest.info
+++ b/python/pytest/pytest.info
@@ -1,10 +1,10 @@
PRGNAM="pytest"
-VERSION="3.4.2"
+VERSION="3.5.0"
HOMEPAGE="http://pytest.org"
-DOWNLOAD="https://pypi.python.org/packages/dd/05/4579d3028ba1740467690c3427d3991eff91f95cbaa6bb0280f40708721a/pytest-3.4.2.tar.gz"
-MD5SUM="1b83a25d45fad893f430fc5031653c56"
+DOWNLOAD="https://pypi.python.org/packages/2d/56/6019153cdd743300c5688ab3b07702355283e53c83fbf922242c053ffb7b/pytest-3.5.0.tar.gz"
+MD5SUM="b8e13a4091f07ff1fda081cf40ff99f1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="setuptools-scm py six attrs pluggy"
+REQUIRES="setuptools-scm py six attrs pluggy more-itertools"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"