diff --git a/meta-python/recipes-devtools/python/python3-gcovr/0001-pyproject.toml-Support-newer-versions.patch b/meta-python/recipes-devtools/python/python3-gcovr/0001-pyproject.toml-Support-newer-versions.patch index b06acdf333..2e422cd8fc 100644 --- a/meta-python/recipes-devtools/python/python3-gcovr/0001-pyproject.toml-Support-newer-versions.patch +++ b/meta-python/recipes-devtools/python/python3-gcovr/0001-pyproject.toml-Support-newer-versions.patch @@ -20,12 +20,12 @@ index f8e54eb03..e6242f042 100644 [build-system] requires = [ -- "hatchling==1.26.1", -- "hatch-vcs==0.4.0", -- "hatch-fancy-pypi-readme==24.1.0" -+ "hatchling>=1.26.1", -+ "hatch-vcs>=0.4.0", -+ "hatch-fancy-pypi-readme>=24.1.0" +- "hatchling==1.27.0", +- "hatch-vcs==0.5.0", +- "hatch-fancy-pypi-readme==25.1.0", ++ "hatchling>=1.27.0", ++ "hatch-vcs>=0.5.0", ++ "hatch-fancy-pypi-readme>=25.1.0" ] build-backend = "hatchling.build" diff --git a/meta-python/recipes-devtools/python/python3-gcovr_8.3.bb b/meta-python/recipes-devtools/python/python3-gcovr_8.5.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-gcovr_8.3.bb rename to meta-python/recipes-devtools/python/python3-gcovr_8.5.bb index 4f0b6bb150..68cc9bc274 100644 --- a/meta-python/recipes-devtools/python/python3-gcovr_8.3.bb +++ b/meta-python/recipes-devtools/python/python3-gcovr_8.5.bb @@ -2,13 +2,13 @@ DESCRIPTION = "generate GCC code coverage reports" HOMEPAGE = "https://gcovr.com" SECTION = "devel/python" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ae27363fce24765bc79a095313a3b002" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ba06c93410cc51bafc66fa06456879bf" SRC_URI = " \ git://github.com/gcovr/gcovr.git;branch=main;protocol=https \ file://0001-pyproject.toml-Support-newer-versions.patch \ " -SRCREV = "fe536afac4da31e86909191ef31708755ab8cf83" +SRCREV = "71eedb8f300612d4095f2ffa4ac60e3fdd58c192" inherit python_hatchling