diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-10-25 12:51:12 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-28 12:11:23 +0700 |
commit | a0eb64f7bbb779e705c5a4797e99b6949d4a3cd5 (patch) | |
tree | 5b9c70208c940f09858f258e62efb99bb6cb1659 /python | |
parent | a4bab710620b4afc81ccfcad87e61d3cf7954fa6 (diff) |
python/python3-pytest: Version bump to 7.4.3
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 49365dc2eb0d6..71e20b8fd01c1 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:-7.4.2} +VERSION=${VERSION:-7.4.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 6c51de2201fb3..1189f35d0a365 100644 --- a/python/python3-pytest/python3-pytest.info +++ b/python/python3-pytest/python3-pytest.info @@ -1,8 +1,8 @@ PRGNAM="python3-pytest" -VERSION="7.4.2" +VERSION="7.4.3" HOMEPAGE="http://pytest.org" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pytest/pytest-7.4.2.tar.gz" -MD5SUM="8620558e8971b11207b2d6b083906cf9" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pytest/pytest-7.4.3.tar.gz" +MD5SUM="9a13432f66fd105bdcbca3db867721bc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-pluggy python3-iniconfig python3-exceptiongroup" |