python/python3-pytest: Revert to 7.1.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b4d953e36e
commit
c986abb4a4
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue