diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-11-17 17:43:56 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-24 12:35:41 +0700 |
commit | eb457faf1b55c6dca39668713f0c440e20462d01 (patch) | |
tree | e69debb3d4094dfc1b84b93542b842ca3a98f10e /python/pytest | |
parent | b765428b6cc3b780d1d83a29ccb0fbbc7f9a901b (diff) |
python/pytest: Updated for version 4.0.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/pytest')
-rw-r--r-- | python/pytest/pytest.SlackBuild | 2 | ||||
-rw-r--r-- | python/pytest/pytest.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/pytest/pytest.SlackBuild b/python/pytest/pytest.SlackBuild index 92c8d7e0fa9d..f9a216e37d37 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 76d21cab215c..e2b443cd30ff 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" |