diff mbox series

[meta-python,5/6] python3-pytest-unordered: 0.6.0 -> 0.7.0

Message ID 20250713150938.2992477-10-t.f.g.geelen@gmail.com
State Under Review
Headers show
Series [meta-python,1/6] python3-pytest-asyncio: 0.24.0 -> 1.0.0 | expand

Commit Message

Tom Geelen July 13, 2025, 3:09 p.m. UTC
Update PYPI_PACKAGE as the package naming has changed
---
 ...t-unordered_0.6.0.bb => python3-pytest-unordered_0.7.0.bb} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pytest-unordered_0.6.0.bb => python3-pytest-unordered_0.7.0.bb} (71%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pytest-unordered_0.6.0.bb b/meta-python/recipes-devtools/python/python3-pytest-unordered_0.7.0.bb
similarity index 71%
rename from meta-python/recipes-devtools/python/python3-pytest-unordered_0.6.0.bb
rename to meta-python/recipes-devtools/python/python3-pytest-unordered_0.7.0.bb
index bf1420cf93..36b8a5dcd0 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-unordered_0.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-unordered_0.7.0.bb
@@ -3,10 +3,12 @@  HOMEPAGE = "https://github.com/utapyngo/pytest-unordered"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fcd3af2d38a4d4dfd5138c6f163dbe2e"
 
-SRC_URI[sha256sum] = "f61b4f6e06a60a92db50968954efac93e2f584290a49f53ad135e3f32f57e02a"
+SRC_URI[sha256sum] = "0f953a438db00a9f6f99a0f4727f2d75e72dd93319b3d548a97ec9db4903a44f"
 
 inherit pypi setuptools3
 
 RDEPENDS:${PN} += "python3-pytest"
 
 BBCLASSEXTEND = "native nativesdk"
+
+PYPI_PACKAGE = "pytest_unordered"