diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-09-02 12:15:18 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-03 17:58:52 +0700 |
commit | 50cc30b1db61c56ef174daff633b91eb37f97648 (patch) | |
tree | 11be8d2f3cb0eb6a2eb8cc29cb6c7e1522df2463 /python | |
parent | b9411d46cd3502934cf2b0a50da1eed9fbca3658 (diff) |
python/python3-pytest: Updated for version 7.1.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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 e88cbf99f4f9..d4b78e1b2c43 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.2} +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 48d374e77a66..c5c7bd85c14a 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.2" +VERSION="7.1.3" HOMEPAGE="http://pytest.org" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pytest/pytest-7.1.2.tar.gz" -MD5SUM="4a98001581a18d4084cb5027fdb1467d" +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 pluggy iniconfig" |