diff options
-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" |