summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Isaac Yu2022-04-05 09:49:20 +0200
committer Willy Sudiarto Raharjo2022-04-09 10:45:44 +0200
commitf4984b8238b9dca75a4e07bf31d0d77f805078db (patch)
treecf50727b7056991dff5027fd193422328395ed5e /python
parentd61f7d887a5612a078af9a7e7f6b842308413162 (diff)
downloadslackbuilds-f4984b8238b9dca75a4e07bf31d0d77f805078db.tar.gz
python/python3-pytest: Updated for version 7.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-pytest/README3
-rw-r--r--python/python3-pytest/python3-pytest.SlackBuild7
-rw-r--r--python/python3-pytest/python3-pytest.info12
3 files changed, 11 insertions, 11 deletions
diff --git a/python/python3-pytest/README b/python/python3-pytest/README
index 6f53e2a82f..67590abb9b 100644
--- a/python/python3-pytest/README
+++ b/python/python3-pytest/README
@@ -7,5 +7,4 @@ IMPORTANT: The scripts py.test and pytest are renamed to py.test3
and pytest3 respectively to avoid conflicts with the pytest installed
with python.
-NOTE: py, pluggy, more-itertools and atomicwrites
- have automatic python3 support.
+NOTE: py, pluggy and iniconfig have automatic python3 support.
diff --git a/python/python3-pytest/python3-pytest.SlackBuild b/python/python3-pytest/python3-pytest.SlackBuild
index aee521b91b..93f0c953f5 100644
--- a/python/python3-pytest/python3-pytest.SlackBuild
+++ b/python/python3-pytest/python3-pytest.SlackBuild
@@ -1,8 +1,9 @@
#!/bin/bash
-# Slackware build script for pytest
+# Slackware build script for python3-pytest
-# Copyright 2018 Serban Udrea
+# Copyright 2018 Serban Udrea <S.Udrea@gsi.de>
+# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
# Based on the pytest SlackBuild by Dimitris Zlatanidis Orestiada, Greece
#
@@ -27,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-pytest
SRCNAM=pytest
-VERSION=${VERSION:-3.7.1}
+VERSION=${VERSION:-7.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-pytest/python3-pytest.info b/python/python3-pytest/python3-pytest.info
index 5e21cc6e37..6133de9dfe 100644
--- a/python/python3-pytest/python3-pytest.info
+++ b/python/python3-pytest/python3-pytest.info
@@ -1,10 +1,10 @@
PRGNAM="python3-pytest"
-VERSION="3.7.1"
+VERSION="7.1.1"
HOMEPAGE="http://pytest.org"
-DOWNLOAD="https://files.pythonhosted.org/packages/1c/b5/336b6b600eb9d2a9b7c99b16be7913dfd1f68d23c82f5a78d774a239183f/pytest-3.7.1.tar.gz"
-MD5SUM="2704e16bb2c11af494167f80a7cd37c4"
+DOWNLOAD="https://files.pythonhosted.org/packages/f0/8c/1fb22b4e526a7461b4797042ed9d9c26a7a69673a148709bf50692b874fb/pytest-7.1.1.tar.gz"
+MD5SUM="70d2fe2160c77711057ec94885f729ee"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="py python3-attrs pluggy more-itertools atomicwrites"
-MAINTAINER="Serban Udrea"
-EMAIL="S.Udrea@gsi.de"
+REQUIRES="py python3-attrs pluggy iniconfig"
+MAINTAINER="Isaac Yu"
+EMAIL="isaacyu1@isaacyu1.com"