From c986abb4a4612184d27d823f510b7eea647a32e1 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Sat, 28 Jan 2023 22:55:42 -0800 Subject: python/python3-pytest: Revert to 7.1.3 Signed-off-by: Willy Sudiarto Raharjo --- python/python3-pytest/README | 7 ++++++- python/python3-pytest/python3-pytest.SlackBuild | 2 +- python/python3-pytest/python3-pytest.info | 6 +++--- 3 files changed, 10 insertions(+), 5 deletions(-) (limited to 'python') 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" -- cgit v1.2.3-80-g2a13