mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-26 18:20:29 +00:00
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 <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -5,6 +5,7 @@ Subject: [PATCH] pyproject.toml: Remove upper version constraint for Cython
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
||||
---
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user