diff mbox series

[1/2] python3-pytest: upgrade 7.4.0 -> 7.4.1

Message ID 20230905193408.2602331-1-tgamblin@baylibre.com
State Accepted, archived
Commit ba9e10da8887a2f6d1bf1e873c3e6e73a83b6c91
Headers show
Series [1/2] python3-pytest: upgrade 7.4.0 -> 7.4.1 | expand

Commit Message

Trevor Gamblin Sept. 5, 2023, 7:34 p.m. UTC
Changelog: https://docs.pytest.org/en/7.4.x/changelog.html

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
---
 .../python/{python3-pytest_7.4.0.bb => python3-pytest_7.4.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pytest_7.4.0.bb => python3-pytest_7.4.1.bb} (93%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-pytest_7.4.0.bb b/meta/recipes-devtools/python/python3-pytest_7.4.1.bb
similarity index 93%
rename from meta/recipes-devtools/python/python3-pytest_7.4.0.bb
rename to meta/recipes-devtools/python/python3-pytest_7.4.1.bb
index 323dfebe38..e9ded985cb 100644
--- a/meta/recipes-devtools/python/python3-pytest_7.4.0.bb
+++ b/meta/recipes-devtools/python/python3-pytest_7.4.1.bb
@@ -5,7 +5,7 @@  DESCRIPTION = "The pytest framework makes it easy to write small tests, yet scal
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=bd27e41b6550fe0fc45356d1d81ee37c"
 
-SRC_URI[sha256sum] = "b4bf8c45bd59934ed84001ad51e11b4ee40d40a1229d2c79f9c592b0a3f6bd8a"
+SRC_URI[sha256sum] = "2f2301e797521b23e4d2585a0a3d7b5e50fdddaaf7e7d6773ea26ddb17c213ab"
 
 DEPENDS += "python3-setuptools-scm-native"