aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pytest
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2023-06-01 21:57:10 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-03 10:38:20 +0700
commite8361e384448345b1d62255f4264a05a6219c697 (patch)
tree3d84a6b8343e0052637f144c5e26e32f43465ce3 /python/python3-pytest
parent411a372bd22fae7347d01d702620e91447cef8f4 (diff)
python/python3-pytest: Updated for version 7.3.1.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pytest')
-rw-r--r--python/python3-pytest/README4
-rw-r--r--python/python3-pytest/python3-pytest.SlackBuild4
-rw-r--r--python/python3-pytest/python3-pytest.info8
3 files changed, 6 insertions, 10 deletions
diff --git a/python/python3-pytest/README b/python/python3-pytest/README
index 4a6c1d7cca433..af8dfd51125d6 100644
--- a/python/python3-pytest/README
+++ b/python/python3-pytest/README
@@ -8,7 +8,3 @@ and pytest3 respectively to avoid conflicts with the pytest installed
with python.
This is the Python 3 build of pytest.
-
-On Slackware 15.0, newer versions of python3-pytest (>= 7.2.0) require
-a newer python-setuptools_scm for building new dependencies.
-Therefore, this SlackBuild has kept python3-pytest at 7.1.3.
diff --git a/python/python3-pytest/python3-pytest.SlackBuild b/python/python3-pytest/python3-pytest.SlackBuild
index 586e5a9144072..67caa475c0036 100644
--- a/python/python3-pytest/python3-pytest.SlackBuild
+++ b/python/python3-pytest/python3-pytest.SlackBuild
@@ -28,8 +28,8 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-pytest
SRCNAM=pytest
-VERSION=${VERSION:-7.1.3}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-7.3.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 5c113e669a17e..229429820a1c9 100644
--- a/python/python3-pytest/python3-pytest.info
+++ b/python/python3-pytest/python3-pytest.info
@@ -1,10 +1,10 @@
PRGNAM="python3-pytest"
-VERSION="7.1.3"
+VERSION="7.3.1"
HOMEPAGE="http://pytest.org"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pytest/pytest-7.1.3.tar.gz"
-MD5SUM="c4de3e192e5bb4b39deada36cc2f393a"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pytest/pytest-7.3.1.tar.gz"
+MD5SUM="fbd112f955403fdb342f78dbec9f988f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-py python3-attrs python3-pluggy iniconfig"
+REQUIRES="python3-pluggy python3-iniconfig python3-exceptiongroup"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com"