diff mbox series

[meta-python,33/47] python3-pytest-unordered: upgrade 0.7.0 -> 0.8.0

Message ID 20260625090127.1563-33-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/47] ctags: upgrade 6.2.20260607.0 -> 6.2.20260621.0 | expand

Commit Message

Wang Mingyu June 25, 2026, 9:01 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- Add Pytest 9 support
- Add Python 3.14 support
- Keep latest Pytest tests on supported Python versions
- Refactor CI to use the tox test matrix
- Replace pre-commit workflow with prek and mise
- Add Context7 project metadata
- Update linting tools
- Update GitHub Actions versions

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...est-unordered_0.7.0.bb => python3-pytest-unordered_0.8.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pytest-unordered_0.7.0.bb => python3-pytest-unordered_0.8.0.bb} (79%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pytest-unordered_0.7.0.bb b/meta-python/recipes-devtools/python/python3-pytest-unordered_0.8.0.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-pytest-unordered_0.7.0.bb
rename to meta-python/recipes-devtools/python/python3-pytest-unordered_0.8.0.bb
index 36b8a5dcd0..293d193f7c 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-unordered_0.7.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-unordered_0.8.0.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://github.com/utapyngo/pytest-unordered"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fcd3af2d38a4d4dfd5138c6f163dbe2e"
 
-SRC_URI[sha256sum] = "0f953a438db00a9f6f99a0f4727f2d75e72dd93319b3d548a97ec9db4903a44f"
+SRC_URI[sha256sum] = "3c369ed86919d3eb35e11fd27bb679c1e3506ead9327e25aa8a07307256be65a"
 
 inherit pypi setuptools3