From 02768cd67eb5b667b622c65d60ca0b9a8547010c Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 5 Feb 2026 12:20:13 +0200 Subject: python3-dbus-fast: Upgrade 2.44.5 -> 4.0.0 Upgrade to release 4.0.0: - Chores - Apt-get update before apt-get install - Fix unix_fds parameter types - Wrap lines in docs - Annotated types for D-Bus signatures Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- ...roject.toml-Remove-upper-version-constraint-for-C.patch | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'meta-python/recipes-devtools/python/python3-dbus-fast/0001-pyproject.toml-Remove-upper-version-constraint-for-C.patch') diff --git a/meta-python/recipes-devtools/python/python3-dbus-fast/0001-pyproject.toml-Remove-upper-version-constraint-for-C.patch b/meta-python/recipes-devtools/python/python3-dbus-fast/0001-pyproject.toml-Remove-upper-version-constraint-for-C.patch index 5366627abf..e5b53340a8 100644 --- a/meta-python/recipes-devtools/python/python3-dbus-fast/0001-pyproject.toml-Remove-upper-version-constraint-for-C.patch +++ b/meta-python/recipes-devtools/python/python3-dbus-fast/0001-pyproject.toml-Remove-upper-version-constraint-for-C.patch @@ -1,4 +1,4 @@ -From 85189fb66d3abb2645605f8a3c14d8152ef755fe Mon Sep 17 00:00:00 2001 +From bca444d7069afab9e1ac84f765e744d308d39e57 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 18 May 2025 10:24:19 -0700 Subject: [PATCH] pyproject.toml: Remove upper version constraint for Cython @@ -11,23 +11,23 @@ Signed-off-by: Leon Anavi 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml -index e22ea42..f670d3d 100644 +index 6604cb8..40bd8c3 100644 --- a/pyproject.toml +++ b/pyproject.toml -@@ -50,7 +50,7 @@ pytest-cov = ">=3,<7" - pytest-asyncio = ">=0.19,<1.3" +@@ -50,7 +50,7 @@ pytest-cov = ">=3,<8" + pytest-asyncio = ">=0.19,<1.4" pycairo = "^1.21.0" PyGObject = {version = ">=3.50,<3.51", python = "<4"} --Cython = ">=3,<3.2.0" +-Cython = ">=3,<3.3.0" +Cython = ">=3" setuptools = ">=65.4.1,<81.0.0" pytest-timeout = "^2.1.0" pytest-codspeed = ">=3.1.1,<5.0.0" -@@ -104,7 +104,7 @@ module = "docs.*" +@@ -108,7 +108,7 @@ module = "docs.*" ignore_errors = true [build-system] --requires = ['setuptools>=65.4.1', 'wheel', 'Cython>=3,<3.1.0', "poetry-core>=1.0.0"] +-requires = ['setuptools>=65.4.1', 'wheel', 'Cython>=3,<3.3.0', "poetry-core>=1.0.0"] +requires = ['setuptools>=65.4.1', 'wheel', 'Cython>=3', "poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" -- cgit v1.2.3-54-g00ecf