summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-gcovr/0001-pyproject.toml-Support-newer-versions.patch12
-rw-r--r--meta-python/recipes-devtools/python/python3-gcovr_8.5.bb (renamed from meta-python/recipes-devtools/python/python3-gcovr_8.3.bb)4
2 files changed, 8 insertions, 8 deletions
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
20 20
21 [build-system] 21 [build-system]
22 requires = [ 22 requires = [
23- "hatchling==1.26.1", 23- "hatchling==1.27.0",
24- "hatch-vcs==0.4.0", 24- "hatch-vcs==0.5.0",
25- "hatch-fancy-pypi-readme==24.1.0" 25- "hatch-fancy-pypi-readme==25.1.0",
26+ "hatchling>=1.26.1", 26+ "hatchling>=1.27.0",
27+ "hatch-vcs>=0.4.0", 27+ "hatch-vcs>=0.5.0",
28+ "hatch-fancy-pypi-readme>=24.1.0" 28+ "hatch-fancy-pypi-readme>=25.1.0"
29 ] 29 ]
30 build-backend = "hatchling.build" 30 build-backend = "hatchling.build"
31 31
diff --git a/meta-python/recipes-devtools/python/python3-gcovr_8.3.bb b/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"
2HOMEPAGE = "https://gcovr.com" 2HOMEPAGE = "https://gcovr.com"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "BSD-3-Clause" 4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ae27363fce24765bc79a095313a3b002" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ba06c93410cc51bafc66fa06456879bf"
6 6
7SRC_URI = " \ 7SRC_URI = " \
8 git://github.com/gcovr/gcovr.git;branch=main;protocol=https \ 8 git://github.com/gcovr/gcovr.git;branch=main;protocol=https \
9 file://0001-pyproject.toml-Support-newer-versions.patch \ 9 file://0001-pyproject.toml-Support-newer-versions.patch \
10" 10"
11SRCREV = "fe536afac4da31e86909191ef31708755ab8cf83" 11SRCREV = "71eedb8f300612d4095f2ffa4ac60e3fdd58c192"
12 12
13 13
14inherit python_hatchling 14inherit python_hatchling