summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis2018-11-17 17:43:56 +0100
committer Willy Sudiarto Raharjo2018-11-24 06:35:41 +0100
commiteb457faf1b55c6dca39668713f0c440e20462d01 (patch)
treee69debb3d4094dfc1b84b93542b842ca3a98f10e
parentb765428b6cc3b780d1d83a29ccb0fbbc7f9a901b (diff)
downloadslackbuilds-eb457faf1b55c6dca39668713f0c440e20462d01.tar.gz
python/pytest: Updated for version 4.0.0.
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 92c8d7e0fa..f9a216e37d 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.10.0}
+VERSION=${VERSION:-4.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/pytest/pytest.info b/python/pytest/pytest.info
index 76d21cab21..e2b443cd30 100644
--- a/python/pytest/pytest.info
+++ b/python/pytest/pytest.info
@@ -1,8 +1,8 @@
PRGNAM="pytest"
-VERSION="3.10.0"
+VERSION="4.0.0"
HOMEPAGE="http://pytest.org"
-DOWNLOAD="https://files.pythonhosted.org/packages/ec/d1/8e96334154a20f8bf8924b7a67227a3af30c87cf0d8239f9885fc8bca385/pytest-3.10.0.tar.gz"
-MD5SUM="254b410235a0725d82bbbd441f2c9c3d"
+DOWNLOAD="https://files.pythonhosted.org/packages/ec/34/497c3b126966c3b358398084394ea820c63a34d794d708074accf91bcaf3/pytest-4.0.0.tar.gz"
+MD5SUM="99a2618ddd4863267ada91c7b278024d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="setuptools-scm py six attrs pluggy more-itertools atomicwrites funcsigs pathlib2"