From 3970c7f31756b7e05debbcd1dc0018ee6baf9632 Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Fri, 15 Mar 2024 00:56:14 -0700 Subject: python/python3-pytest: Version bump to 8.1.1 Signed-off-by: Willy Sudiarto Raharjo --- python/python3-pytest/python3-pytest.SlackBuild | 5 ++++- python/python3-pytest/python3-pytest.info | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/python/python3-pytest/python3-pytest.SlackBuild b/python/python3-pytest/python3-pytest.SlackBuild index 6e839c951e..325292f333 100644 --- a/python/python3-pytest/python3-pytest.SlackBuild +++ b/python/python3-pytest/python3-pytest.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pytest SRCNAM=pytest -VERSION=${VERSION:-8.0.2} +VERSION=${VERSION:-8.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -66,6 +66,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# Use newer setuptools +export PYTHONPATH=/opt/python3.9/site-packages/ + python3 -m build --wheel --no-isolation python3 -m installer --destdir "$PKG" dist/*.whl diff --git a/python/python3-pytest/python3-pytest.info b/python/python3-pytest/python3-pytest.info index 0ad3f4fe31..0bc46e97b8 100644 --- a/python/python3-pytest/python3-pytest.info +++ b/python/python3-pytest/python3-pytest.info @@ -1,10 +1,10 @@ PRGNAM="python3-pytest" -VERSION="8.0.2" +VERSION="8.1.1" HOMEPAGE="http://pytest.org" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pytest/pytest-8.0.2.tar.gz" -MD5SUM="aa08181a45260e3baa3039149f463da6" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pytest/pytest-8.1.1.tar.gz" +MD5SUM="6a85eccffeb0fa15c104f408d82ce7fa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-iniconfig python3-exceptiongroup" +REQUIRES="python3-iniconfig python3-exceptiongroup python3-setuptools-opt" MAINTAINER="Jeremy Hansen" EMAIL="jebrhansen+SBo@gmail.com" -- cgit v1.2.3