python-pytest: Update to 7.4.0, update list of dependencies
authorJeffery To <jeffery.to@gmail.com>
Fri, 18 Aug 2023 20:42:43 +0000 (04:42 +0800)
committerTianling Shen <cnsztl@gmail.com>
Thu, 24 Aug 2023 09:21:07 +0000 (17:21 +0800)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lang/python/python-pytest/Makefile

index 473192c312266f252412b96a57d50b1e7941f8c6..6643e14bcea560961dbc179cbfe435b2c12c2830 100644 (file)
@@ -8,11 +8,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-pytest
-PKG_VERSION:=7.3.0
-PKG_RELEASE:=2
+PKG_VERSION:=7.4.0
+PKG_RELEASE:=1
 
 PYPI_NAME:=pytest
-PKG_HASH:=58ecc27ebf0ea643ebfdf7fb1249335da761a00c9f955bcd922349bcb68ee57d
+PKG_HASH:=b4bf8c45bd59934ed84001ad51e11b4ee40d40a1229d2c79f9c592b0a3f6bd8a
 
 PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com>
 PKG_LICENSE:=MIT
@@ -29,18 +29,17 @@ define Package/python3-pytest
   SECTION:=lang
   CATEGORY:=Languages
   TITLE:=Python testing framework
-  URL:=https://docs.pytest.org/en/latest/
+  URL:=https://pytest.org/
   DEPENDS:= \
        +python3 \
-       +python3-pluggy \
+       +python3-iniconfig \
        +python3-packaging \
-       +python3-exceptiongroup \
-       +python3-iniconfig
+       +python3-pluggy
 endef
 
 define Package/python3-pytest/description
-  The pytest framework makes it easy to write small tests, yet scales to support
-  complex functional testing for applications and libraries.
+The pytest framework makes it easy to write small tests, yet scales to
+support complex functional testing for applications and libraries.
 endef
 
 $(eval $(call Py3Package,python3-pytest))