diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-04-24 13:44:59 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:52:05 +0700 |
commit | 3f660e8f2f2f7c2926049ea834b3e702eb7b888a (patch) | |
tree | 9fd478de99a3e7d8566a34d7e16128b613d4418e /python | |
parent | bcd355b948d46eeea49c3e01e560b72bcbf99041 (diff) |
python/python3-pytest: Update for 7.1.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-pytest/python3-pytest.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-pytest/python3-pytest.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-pytest/python3-pytest.SlackBuild b/python/python3-pytest/python3-pytest.SlackBuild index 93f0c953f585..e88cbf99f4f9 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.1.1} +VERSION=${VERSION:-7.1.2} 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 6133de9dfede..48d374e77a66 100644 --- a/python/python3-pytest/python3-pytest.info +++ b/python/python3-pytest/python3-pytest.info @@ -1,8 +1,8 @@ PRGNAM="python3-pytest" -VERSION="7.1.1" +VERSION="7.1.2" HOMEPAGE="http://pytest.org" -DOWNLOAD="https://files.pythonhosted.org/packages/f0/8c/1fb22b4e526a7461b4797042ed9d9c26a7a69673a148709bf50692b874fb/pytest-7.1.1.tar.gz" -MD5SUM="70d2fe2160c77711057ec94885f729ee" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pytest/pytest-7.1.2.tar.gz" +MD5SUM="4a98001581a18d4084cb5027fdb1467d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="py python3-attrs pluggy iniconfig" |