From 628b06441f5ed8ade6be06f6a311844db63273a0 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 8 Oct 2025 12:36:07 +0300 Subject: python3-dbus-fast: Upgrade 2.44.1 -> 2.44.5 Upgrade to release 2.44.5: - fix: cibuildwheel sha - Improve unmarshall performance for SignatureType - Simplify code to unmarshall arrays Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- ...ect.toml-Remove-upper-version-constraint-for-C.patch | 9 +++++---- .../recipes-devtools/python/python3-dbus-fast_2.44.1.bb | 17 ----------------- .../recipes-devtools/python/python3-dbus-fast_2.44.5.bb | 17 +++++++++++++++++ 3 files changed, 22 insertions(+), 21 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-dbus-fast_2.44.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-dbus-fast_2.44.5.bb (limited to 'meta-python/recipes-devtools/python') 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 fb8f4df4a6..5366627abf 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 @@ -5,6 +5,7 @@ Subject: [PATCH] pyproject.toml: Remove upper version constraint for Cython Upstream-Status: Pending Signed-off-by: Khem Raj +Signed-off-by: Leon Anavi --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) @@ -14,14 +15,14 @@ index e22ea42..f670d3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ pytest-cov = ">=3,<7" - pytest-asyncio = ">=0.19,<0.27" + pytest-asyncio = ">=0.19,<1.3" pycairo = "^1.21.0" PyGObject = {version = ">=3.50,<3.51", python = "<4"} --Cython = ">=3,<3.1.0" +-Cython = ">=3,<3.2.0" +Cython = ">=3" - setuptools = ">=65.4.1,<79.0.0" + setuptools = ">=65.4.1,<81.0.0" pytest-timeout = "^2.1.0" - pytest-codspeed = "^3.1.1" + pytest-codspeed = ">=3.1.1,<5.0.0" @@ -104,7 +104,7 @@ module = "docs.*" ignore_errors = true diff --git a/meta-python/recipes-devtools/python/python3-dbus-fast_2.44.1.bb b/meta-python/recipes-devtools/python/python3-dbus-fast_2.44.1.bb deleted file mode 100644 index f827d21bb2..0000000000 --- a/meta-python/recipes-devtools/python/python3-dbus-fast_2.44.1.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "A faster version of dbus-next originally from the great DBus next library." -HOMEPAGE = "https://github.com/bluetooth-devices/dbus-fast" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=729e372b5ea0168438e4fd4a00a04947" - -SRC_URI += "file://0001-pyproject.toml-Remove-upper-version-constraint-for-C.patch" -SRC_URI[sha256sum] = "b027e96c39ed5622bb54d811dcdbbe9d9d6edec3454808a85a1ceb1867d9e25c" - -PYPI_PACKAGE = "dbus_fast" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" - -inherit pypi python_poetry_core cython - -RDEPENDS:${PN} += " \ - python3-core (>=3.7) \ - python3-async-timeout \ -" diff --git a/meta-python/recipes-devtools/python/python3-dbus-fast_2.44.5.bb b/meta-python/recipes-devtools/python/python3-dbus-fast_2.44.5.bb new file mode 100644 index 0000000000..4f21ec379e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dbus-fast_2.44.5.bb @@ -0,0 +1,17 @@ +SUMMARY = "A faster version of dbus-next originally from the great DBus next library." +HOMEPAGE = "https://github.com/bluetooth-devices/dbus-fast" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=729e372b5ea0168438e4fd4a00a04947" + +SRC_URI += "file://0001-pyproject.toml-Remove-upper-version-constraint-for-C.patch" +SRC_URI[sha256sum] = "e9d738e3898e2d505d7f2d5d21949bd705d7cd3d7240dda5481bb1c5fd5e3da8" + +PYPI_PACKAGE = "dbus_fast" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" + +inherit pypi python_poetry_core cython + +RDEPENDS:${PN} += " \ + python3-core (>=3.7) \ + python3-async-timeout \ +" -- cgit v1.2.3-54-g00ecf