diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2025-10-08 12:36:07 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-10-08 18:46:03 -0700 |
commit | 628b06441f5ed8ade6be06f6a311844db63273a0 (patch) | |
tree | 047e271a44bc8ee332ddfb488852c9ac54ac41d9 /meta-python/recipes-devtools/python/python3-dbus-fast/0001-pyproject.toml-Remove-upper-version-constraint-for-C.patch | |
parent | 0fc3ccf83adbb23d8df9dc8edcbfa63974496e90 (diff) | |
download | meta-openembedded-628b06441f5ed8ade6be06f6a311844db63273a0.tar.gz |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-dbus-fast/0001-pyproject.toml-Remove-upper-version-constraint-for-C.patch')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-dbus-fast/0001-pyproject.toml-Remove-upper-version-constraint-for-C.patch | 9 |
1 files changed, 5 insertions, 4 deletions
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 | |||
5 | 5 | ||
6 | Upstream-Status: Pending | 6 | Upstream-Status: Pending |
7 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 7 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
8 | Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> | ||
8 | --- | 9 | --- |
9 | pyproject.toml | 4 ++-- | 10 | pyproject.toml | 4 ++-- |
10 | 1 file changed, 2 insertions(+), 2 deletions(-) | 11 | 1 file changed, 2 insertions(+), 2 deletions(-) |
@@ -14,14 +15,14 @@ index e22ea42..f670d3d 100644 | |||
14 | --- a/pyproject.toml | 15 | --- a/pyproject.toml |
15 | +++ b/pyproject.toml | 16 | +++ b/pyproject.toml |
16 | @@ -50,7 +50,7 @@ pytest-cov = ">=3,<7" | 17 | @@ -50,7 +50,7 @@ pytest-cov = ">=3,<7" |
17 | pytest-asyncio = ">=0.19,<0.27" | 18 | pytest-asyncio = ">=0.19,<1.3" |
18 | pycairo = "^1.21.0" | 19 | pycairo = "^1.21.0" |
19 | PyGObject = {version = ">=3.50,<3.51", python = "<4"} | 20 | PyGObject = {version = ">=3.50,<3.51", python = "<4"} |
20 | -Cython = ">=3,<3.1.0" | 21 | -Cython = ">=3,<3.2.0" |
21 | +Cython = ">=3" | 22 | +Cython = ">=3" |
22 | setuptools = ">=65.4.1,<79.0.0" | 23 | setuptools = ">=65.4.1,<81.0.0" |
23 | pytest-timeout = "^2.1.0" | 24 | pytest-timeout = "^2.1.0" |
24 | pytest-codspeed = "^3.1.1" | 25 | pytest-codspeed = ">=3.1.1,<5.0.0" |
25 | @@ -104,7 +104,7 @@ module = "docs.*" | 26 | @@ -104,7 +104,7 @@ module = "docs.*" |
26 | ignore_errors = true | 27 | ignore_errors = true |
27 | 28 | ||