python-pytest: Update to 7.3.0
authorJeffery To <jeffery.to@gmail.com>
Sun, 19 Feb 2023 16:52:53 +0000 (00:52 +0800)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 31 Oct 2023 22:04:01 +0000 (23:04 +0100)
This also removes BROKEN from the package.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit c7820e4fb134a11f91307e8a0645df6a2d986af9)

lang/python/python-pytest/Makefile

index bbd8f8819b63750b9ec7416cbb01354f8e42af22..dd978d248f8c884fc43f30a954095aec14181159 100644 (file)
@@ -8,11 +8,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-pytest
-PKG_VERSION:=6.2.3
-PKG_RELEASE:=2
+PKG_VERSION:=7.3.0
+PKG_RELEASE:=1
 
 PYPI_NAME:=pytest
-PKG_HASH:=671238a46e4df0f3498d1c3270e5deb9b32d25134c99b7d75370a68cfbe9b634
+PKG_HASH:=58ecc27ebf0ea643ebfdf7fb1249335da761a00c9f955bcd922349bcb68ee57d
 
 PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com>
 PKG_LICENSE:=MIT
@@ -32,14 +32,11 @@ define Package/python3-pytest
   URL:=https://docs.pytest.org/en/latest/
   DEPENDS:= \
        +python3 \
-       +python3-more-itertools \
-       +python3-py \
-       +python3-attrs \
        +python3-pluggy \
        +python3-packaging \
-       +python3-toml \
-       +python3-iniconfig \
-       @BROKEN
+       +python3-tomli \
+       +python3-exceptiongroup \
+       +python3-iniconfig
 endef
 
 define Package/python3-pytest/description