diff options
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-django_4.2.26.bb (renamed from meta-python/recipes-devtools/python/python3-django_4.2.25.bb) | 4 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-django_5.2.8.bb (renamed from meta-python/recipes-devtools/python/python3-django_5.2.7.bb) | 2 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-picked/0001-adjust-failing-tests-to-capture-only-ptest-output.patch | 3 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.4.bb (renamed from meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.3.bb) | 10 |
4 files changed, 10 insertions, 9 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_4.2.25.bb b/meta-python/recipes-devtools/python/python3-django_4.2.26.bb index 861f7747d2..ea790e4b7f 100644 --- a/meta-python/recipes-devtools/python/python3-django_4.2.25.bb +++ b/meta-python/recipes-devtools/python/python3-django_4.2.26.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | require python3-django.inc | 1 | require python3-django.inc |
| 2 | inherit python_setuptools_build_meta | 2 | inherit python_setuptools_build_meta |
| 3 | 3 | ||
| 4 | SRC_URI[sha256sum] = "2391ab3d78191caaae2c963c19fd70b99e9751008da22a0adcc667c5a4f8d311" | 4 | SRC_URI[sha256sum] = "9398e487bcb55e3f142cb56d19fbd9a83e15bb03a97edc31f408361ee76d9d7a" |
| 5 | 5 | ||
| 6 | RDEPENDS:${PN} += "\ | 6 | RDEPENDS:${PN} += "\ |
| 7 | python3-sqlparse \ | 7 | python3-sqlparse \ |
| @@ -9,6 +9,6 @@ RDEPENDS:${PN} += "\ | |||
| 9 | " | 9 | " |
| 10 | 10 | ||
| 11 | # Set DEFAULT_PREFERENCE so that the LTS version of django is built by | 11 | # Set DEFAULT_PREFERENCE so that the LTS version of django is built by |
| 12 | # default. To build the 4.x branch, | 12 | # default. To build the 4.x branch, |
| 13 | # PREFERRED_VERSION_python3-django = "4.2.%" can be added to local.conf | 13 | # PREFERRED_VERSION_python3-django = "4.2.%" can be added to local.conf |
| 14 | DEFAULT_PREFERENCE = "-1" | 14 | DEFAULT_PREFERENCE = "-1" |
diff --git a/meta-python/recipes-devtools/python/python3-django_5.2.7.bb b/meta-python/recipes-devtools/python/python3-django_5.2.8.bb index a0589d9916..f205b5b247 100644 --- a/meta-python/recipes-devtools/python/python3-django_5.2.7.bb +++ b/meta-python/recipes-devtools/python/python3-django_5.2.8.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | require python3-django.inc | 1 | require python3-django.inc |
| 2 | inherit python_setuptools_build_meta | 2 | inherit python_setuptools_build_meta |
| 3 | 3 | ||
| 4 | SRC_URI[sha256sum] = "e0f6f12e2551b1716a95a63a1366ca91bbcd7be059862c1b18f989b1da356cdd" | 4 | SRC_URI[sha256sum] = "23254866a5bb9a2cfa6004e8b809ec6246eba4b58a7589bc2772f1bcc8456c7f" |
| 5 | 5 | ||
| 6 | RDEPENDS:${PN} += "\ | 6 | RDEPENDS:${PN} += "\ |
| 7 | python3-sqlparse \ | 7 | python3-sqlparse \ |
diff --git a/meta-python/recipes-devtools/python/python3-pytest-picked/0001-adjust-failing-tests-to-capture-only-ptest-output.patch b/meta-python/recipes-devtools/python/python3-pytest-picked/0001-adjust-failing-tests-to-capture-only-ptest-output.patch index dfb50ace75..b4d7794e47 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-picked/0001-adjust-failing-tests-to-capture-only-ptest-output.patch +++ b/meta-python/recipes-devtools/python/python3-pytest-picked/0001-adjust-failing-tests-to-capture-only-ptest-output.patch | |||
| @@ -5,7 +5,8 @@ Subject: [PATCH] adjust failing tests to capture only ptest output | |||
| 5 | 5 | ||
| 6 | The tests should only check for warnings emitted by the plugin itself, | 6 | The tests should only check for warnings emitted by the plugin itself, |
| 7 | not for any other warnings that may be emitted by other plugins or pytest | 7 | not for any other warnings that may be emitted by other plugins or pytest |
| 8 | itself. | 8 | itself. This behavior is caused by the fact that pytest might throw some deprecation warnings |
| 9 | or other warnings that are unrelated to the plugin being tested. | ||
| 9 | 10 | ||
| 10 | Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> | 11 | Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> |
| 11 | Upstream-Status: Inappropriate [OE specific] | 12 | Upstream-Status: Inappropriate [OE specific] |
diff --git a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.3.bb b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.4.bb index 35bbd3ffc2..2899f6909e 100644 --- a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.3.bb +++ b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.4.bb | |||
| @@ -8,7 +8,7 @@ DEPENDS = "python3-attrdict3-native python3-six-native wxwidgets-native \ | |||
| 8 | python3-requests-native wxwidgets \ | 8 | python3-requests-native wxwidgets \ |
| 9 | " | 9 | " |
| 10 | 10 | ||
| 11 | PYPI_PACKAGE = "wxPython" | 11 | PYPI_PACKAGE = "wxpython" |
| 12 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | 12 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" |
| 13 | 13 | ||
| 14 | SRC_URI += "file://add-back-option-build-base.patch \ | 14 | SRC_URI += "file://add-back-option-build-base.patch \ |
| @@ -16,11 +16,11 @@ SRC_URI += "file://add-back-option-build-base.patch \ | |||
| 16 | file://not-overwrite-cflags-cxxflags.patch \ | 16 | file://not-overwrite-cflags-cxxflags.patch \ |
| 17 | file://0001-sip-Conditionally-use-GetAssertStackTrace-under-USE_.patch \ | 17 | file://0001-sip-Conditionally-use-GetAssertStackTrace-under-USE_.patch \ |
| 18 | " | 18 | " |
| 19 | SRC_URI[sha256sum] = "20d6e0c927e27ced85643719bd63e9f7fd501df6e9a8aab1489b039897fd7c01" | 19 | SRC_URI[sha256sum] = "2eb123979c87bcb329e8a2452269d60ff8f9f651e9bf25c67579e53c4ebbae3c" |
| 20 | 20 | ||
| 21 | S = "${UNPACKDIR}/wxPython-${PV}" | 21 | inherit pypi setuptools3 cython pkgconfig features_check |
| 22 | 22 | ||
| 23 | inherit pypi setuptools3 pkgconfig features_check | 23 | S = "${UNPACKDIR}/wxPython-${PV}" |
| 24 | 24 | ||
| 25 | REQUIRED_DISTRO_FEATURES = "x11" | 25 | REQUIRED_DISTRO_FEATURES = "x11" |
| 26 | 26 | ||
| @@ -37,4 +37,4 @@ RDEPENDS:${PN} = "\ | |||
| 37 | python3-six \ | 37 | python3-six \ |
| 38 | python3-xml \ | 38 | python3-xml \ |
| 39 | python3-cairocffi \ | 39 | python3-cairocffi \ |
| 40 | " | 40 | " |
