]> git.99rst.org Git - openwrt-packages.git/commitdiff
python-pytest-forked: bump to 1.7.5
authorAlexandru Ardelean <redacted>
Sun, 9 Aug 2026 09:32:05 +0000 (12:32 +0300)
committerAlexandru Ardelean <redacted>
Tue, 11 Aug 2026 10:12:39 +0000 (13:12 +0300)
Refresh sha256 from PyPI sdist. Upstream renamed the sdist to use an
underscore (pytest_forked-1.7.5.tar.gz), so set PYPI_SOURCE_NAME.

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-pytest-forked/Makefile

index 91e95db4aaddc869d823890856533a384897432e..7bdd3b5adc0fa64251dc36ffafe4fe5ba212ff80 100644 (file)
@@ -8,11 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-pytest-forked
-PKG_VERSION:=1.6.0
+PKG_VERSION:=1.7.5
 PKG_RELEASE:=1
 
 PYPI_NAME:=pytest-forked
-PKG_HASH:=4dafd46a9a600f65d822b8f605133ecf5b3e1941ebb3588e943b4e3eb71a5a3f
+PYPI_SOURCE_NAME:=pytest_forked
+PKG_HASH:=00f2bee51612f29b8e6b81eed2c3b2975e824c2693394f5bdaf7a1369078ba5f
 
 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
 PKG_LICENSE:=MIT
git clone https://git.99rst.org/PROJECT