diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-dbus-fast/0001-pyproject.toml-Remove-upper-version-constraint-for-C.patch | 9 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-dbus-fast_2.44.5.bb (renamed from meta-python/recipes-devtools/python/python3-dbus-fast_2.44.1.bb) | 2 |
2 files changed, 6 insertions, 5 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 | ||
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.5.bb index f827d21bb2..4f21ec379e 100644 --- a/meta-python/recipes-devtools/python/python3-dbus-fast_2.44.1.bb +++ b/meta-python/recipes-devtools/python/python3-dbus-fast_2.44.5.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "MIT" | |||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=729e372b5ea0168438e4fd4a00a04947" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=729e372b5ea0168438e4fd4a00a04947" |
5 | 5 | ||
6 | SRC_URI += "file://0001-pyproject.toml-Remove-upper-version-constraint-for-C.patch" | 6 | SRC_URI += "file://0001-pyproject.toml-Remove-upper-version-constraint-for-C.patch" |
7 | SRC_URI[sha256sum] = "b027e96c39ed5622bb54d811dcdbbe9d9d6edec3454808a85a1ceb1867d9e25c" | 7 | SRC_URI[sha256sum] = "e9d738e3898e2d505d7f2d5d21949bd705d7cd3d7240dda5481bb1c5fd5e3da8" |
8 | 8 | ||
9 | PYPI_PACKAGE = "dbus_fast" | 9 | PYPI_PACKAGE = "dbus_fast" |
10 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | 10 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" |