From: Trevor Gamblin Date: Tue, 5 Sep 2023 19:34:07 +0000 (-0400) Subject: python3-pytest: upgrade 7.4.0 -> 7.4.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba9e10da8887a2f6d1bf1e873c3e6e73a83b6c91;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-pytest: upgrade 7.4.0 -> 7.4.1 Changelog: https://docs.pytest.org/en/7.4.x/changelog.html Signed-off-by: Trevor Gamblin Signed-off-by: Richard Purdie --- 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 323dfebe383..e9ded985cbb 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"