summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2023-01-28 22:55:42 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-29 17:52:22 +0700
commitc986abb4a4612184d27d823f510b7eea647a32e1 (patch)
tree4fbffa651e7e53420e2cdf69d2e817ffb140ef25 /python
parentb4d953e36ebbe00acead81264f7da932478bfd6a (diff)
downloadslackbuilds-c986abb4a4612184d27d823f510b7eea647a32e1.tar.gz
slackbuilds-c986abb4a4612184d27d823f510b7eea647a32e1.tar.xz
python/python3-pytest: Revert to 7.1.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-pytest/README7
-rw-r--r--python/python3-pytest/python3-pytest.SlackBuild2
-rw-r--r--python/python3-pytest/python3-pytest.info6
3 files changed, 10 insertions, 5 deletions
diff --git a/python/python3-pytest/README b/python/python3-pytest/README
index 67590abb9b..db51f1c9f4 100644
--- a/python/python3-pytest/README
+++ b/python/python3-pytest/README
@@ -7,4 +7,9 @@ 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 and iniconfig have automatic python3 support.
+NOTE: py and iniconfig have automatic python3 support.
+
+Newer versions of python3-pytest (>= 7.2.0) require a newer
+python-setuptools_scm for building python3-flit_scm (which itself is
+for the new dependency python3-exceptiongroup).
+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 e4e07d1e16..1a7ce8c028 100644
--- a/python/python3-pytest/python3-pytest.SlackBuild
+++ b/python/python3-pytest/python3-pytest.SlackBuild
@@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-pytest
SRCNAM=pytest
-VERSION=${VERSION:-7.2.1}
+VERSION=${VERSION:-7.1.3}
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 1d9a422b48..dc3de0811e 100644
--- a/python/python3-pytest/python3-pytest.info
+++ b/python/python3-pytest/python3-pytest.info
@@ -1,8 +1,8 @@
PRGNAM="python3-pytest"
-VERSION="7.2.1"
+VERSION="7.1.3"
HOMEPAGE="http://pytest.org"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pytest/pytest-7.2.1.tar.gz"
-MD5SUM="366a4047534ef0485f700c20bb574f67"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pytest/pytest-7.1.3.tar.gz"
+MD5SUM="c4de3e192e5bb4b39deada36cc2f393a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="py python3-attrs python3-pluggy iniconfig"