From b3be90be2f6ad6a794df9cf756542434dde0888b Mon Sep 17 00:00:00 2001 From: wangmy Date: Mon, 18 Apr 2022 19:28:56 +0800 Subject: [PATCH 1/9] python3-cppy: upgrade 1.2.0 -> 1.2.1 Add patch 0001-Fix-build-error-as-following.patch to fix build bug. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../0001-Fix-build-error-as-following.patch | 28 +++++++++++++++++++ ...n3-cppy_1.2.0.bb => python3-cppy_1.2.1.bb} | 9 ++++-- 2 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-cppy/0001-Fix-build-error-as-following.patch rename meta-python/recipes-devtools/python/{python3-cppy_1.2.0.bb => python3-cppy_1.2.1.bb} (55%) diff --git a/meta-python/recipes-devtools/python/python3-cppy/0001-Fix-build-error-as-following.patch b/meta-python/recipes-devtools/python/python3-cppy/0001-Fix-build-error-as-following.patch new file mode 100644 index 00000000000..5a613c827a0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cppy/0001-Fix-build-error-as-following.patch @@ -0,0 +1,28 @@ +From a6ba15048bbb660abfa094b581862b4936ac4005 Mon Sep 17 00:00:00 2001 +From: Lei Maohui +Date: Mon, 18 Apr 2022 12:19:35 +0900 +Subject: [PATCH] Fix build error as following: + +flit_core.config.ConfigError: description must be specified under [project] or listed as a dynamic field. + +Upstream-Status: Pending +Signed-off-by: Lei Maohui +--- + pyproject.toml | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/pyproject.toml b/pyproject.toml +index 2d2ac74..66fcee0 100644 +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -8,6 +8,7 @@ + + [project] + name = "cppy" ++description = "A small C++ header library" + readme = "README.rst" + requires-python = ">=3.7" + license = {file = "LICENSE"} +-- +2.25.1 + diff --git a/meta-python/recipes-devtools/python/python3-cppy_1.2.0.bb b/meta-python/recipes-devtools/python/python3-cppy_1.2.1.bb similarity index 55% rename from meta-python/recipes-devtools/python/python3-cppy_1.2.0.bb rename to meta-python/recipes-devtools/python/python3-cppy_1.2.1.bb index f86f571938a..57ef3b27760 100644 --- a/meta-python/recipes-devtools/python/python3-cppy_1.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-cppy_1.2.1.bb @@ -3,10 +3,15 @@ HOMEPAGE = "https://cppy.readthedocs.io/en/latest/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=0bfb3e39b13587f0028f17baf0e42371" -SRC_URI[sha256sum] = "95e8862e4f826c3f2a6b7b658333b162f80cbe9f943aa0d0a7a6b2ef850aeffc" +SRC_URI[sha256sum] = "83b43bf17b1085ac15c5debdb42154f138b928234b21447358981f69d0d6fe1b" RDEPENDS:${PN} += "python3-setuptools python3-distutils" -inherit pypi setuptools3 +inherit pypi python_flit_core + +SRC_URI += " file://0001-Fix-build-error-as-following.patch \ + " + +DEPENDS += "python3-setuptools-native" BBCLASSEXTEND = "native nativesdk" From 674306a4296dcbf869ae13302b230a502537d04b Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Tue, 19 Apr 2022 09:45:20 +0800 Subject: [PATCH 2/9] python3-blivetgui: use symbolic list-add and edit- icons Backport patch from upstream for python3-blivetgui to use symbolic list-add and edit- icons that Adwaita dropped old ones. Signed-off-by: Kai Kang Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...Use-symbolic-list-add-and-edit-icons.patch | 56 +++++++++++++++++++ .../python-blivet/python3-blivetgui_2.3.0.bb | 3 +- 2 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 meta-python/recipes-extended/python-blivet/python3-blivetgui/0002-Use-symbolic-list-add-and-edit-icons.patch diff --git a/meta-python/recipes-extended/python-blivet/python3-blivetgui/0002-Use-symbolic-list-add-and-edit-icons.patch b/meta-python/recipes-extended/python-blivet/python3-blivetgui/0002-Use-symbolic-list-add-and-edit-icons.patch new file mode 100644 index 00000000000..3a95859ad79 --- /dev/null +++ b/meta-python/recipes-extended/python-blivet/python3-blivetgui/0002-Use-symbolic-list-add-and-edit-icons.patch @@ -0,0 +1,56 @@ +Upstream-Status: Backport [https://github.com/storaged-project/blivet-gui/commit/eb8ec968] + +Signed-off-by: Kai Kang + +From eb8ec968d1ee8b4b710568b1eb8536296f90751e Mon Sep 17 00:00:00 2001 +From: Adam Williamson +Date: Thu, 17 Feb 2022 11:16:22 -0800 +Subject: [PATCH] Use symbolic list-add and edit- icons (Adwaita dropped old + ones) + +adwaita-icon-theme 42 no longer includes the non-symbolic icons +for these names. The choices are to switch to symbolic ones or +carry the non-symbolic ones downstream. + +Signed-off-by: Adam Williamson +--- + blivetgui/list_actions.py | 8 ++++---- + blivetgui/processing_window.py | 6 +++--- + 2 files changed, 7 insertions(+), 7 deletions(-) + +diff --git a/blivetgui/list_actions.py b/blivetgui/list_actions.py +index b7c1f9c..5388feb 100644 +--- a/blivetgui/list_actions.py ++++ b/blivetgui/list_actions.py +@@ -48,10 +48,10 @@ def __init__(self, blivet_gui): + self.blivet_gui = blivet_gui + + icon_theme = Gtk.IconTheme.get_default() # pylint: disable=no-value-for-parameter +- icon_add = Gtk.IconTheme.load_icon(icon_theme, "list-add", 16, 0) +- icon_delete = Gtk.IconTheme.load_icon(icon_theme, "edit-delete", 16, 0) +- icon_edit = Gtk.IconTheme.load_icon(icon_theme, "edit-select-all", 16, 0) +- icon_misc = Gtk.IconTheme.load_icon(icon_theme, "edit-paste", 16, 0) ++ icon_add = Gtk.IconTheme.load_icon(icon_theme, "list-add-symbolic", 16, 0) ++ icon_delete = Gtk.IconTheme.load_icon(icon_theme, "edit-delete-symbolic", 16, 0) ++ icon_edit = Gtk.IconTheme.load_icon(icon_theme, "edit-select-all-symbolic", 16, 0) ++ icon_misc = Gtk.IconTheme.load_icon(icon_theme, "edit-paste-symbolic", 16, 0) + + self.action_icons = {"add": icon_add, "delete": icon_delete, "edit": icon_edit, + "misc": icon_misc} +diff --git a/blivetgui/processing_window.py b/blivetgui/processing_window.py +index c400f90..a020ae8 100644 +--- a/blivetgui/processing_window.py ++++ b/blivetgui/processing_window.py +@@ -93,9 +93,9 @@ def add_action_view(self): + """ + + icon_theme = Gtk.IconTheme.get_default() # pylint: disable=no-value-for-parameter +- icon_add = Gtk.IconTheme.load_icon(icon_theme, "list-add", 16, 0) +- icon_delete = Gtk.IconTheme.load_icon(icon_theme, "edit-delete", 16, 0) +- icon_edit = Gtk.IconTheme.load_icon(icon_theme, "edit-select-all", 16, 0) ++ icon_add = Gtk.IconTheme.load_icon(icon_theme, "list-add-symbolic", 16, 0) ++ icon_delete = Gtk.IconTheme.load_icon(icon_theme, "edit-delete-symbolic", 16, 0) ++ icon_edit = Gtk.IconTheme.load_icon(icon_theme, "edit-select-all-symbolic", 16, 0) + + actions_list = Gtk.ListStore(GdkPixbuf.Pixbuf, str, GdkPixbuf.Pixbuf) + diff --git a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb index c26ae1fe98e..29e7a267d2a 100644 --- a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb +++ b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb @@ -11,7 +11,8 @@ B = "${S}" SRCREV = "42512ee48494cee71febf04078d9774f0146a085" SRC_URI = "git://github.com/storaged-project/blivet-gui.git;branch=master;protocol=https \ file://0001-Use-setuptools-instead-of-distutils-in-setup.py.patch \ - " + file://0002-Use-symbolic-list-add-and-edit-icons.patch \ + " inherit features_check REQUIRED_DISTRO_FEATURES = "x11 systemd" From 9881151e804d1a51203ad053a7a984aa1ba180d8 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 19 Apr 2022 16:13:53 +0300 Subject: [PATCH 3/9] python3-bitstruct: Upgrade 8.13.0 -> 8.14.0 Upgrade to release 8.14.0: - C implementation: allow partial decoding of truncated data - Python implementation: allow partial decoding of truncated data - fix segmentation faults on CI Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...{python3-bitstruct_8.13.0.bb => python3-bitstruct_8.14.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-bitstruct_8.13.0.bb => python3-bitstruct_8.14.0.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-bitstruct_8.13.0.bb b/meta-python/recipes-devtools/python/python3-bitstruct_8.14.0.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-bitstruct_8.13.0.bb rename to meta-python/recipes-devtools/python/python3-bitstruct_8.14.0.bb index 954c9ab46c9..f0aa3212312 100644 --- a/meta-python/recipes-devtools/python/python3-bitstruct_8.13.0.bb +++ b/meta-python/recipes-devtools/python/python3-bitstruct_8.14.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/eerimoq/bitstruct" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd" -SRC_URI[sha256sum] = "7b87d9e41ff552a8cae06ea2368c3772b6f3102bdab4b65e793be7590d69f03b" +SRC_URI[sha256sum] = "230c191c75f1526f6922cdb08eab6f52c055452e2239bf5638f02e9cfd382c91" PYPI_PACKAGE = "bitstruct" From a1b80175b360f8f92a45df05528d382b0b03a8ba Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 19 Apr 2022 16:13:54 +0300 Subject: [PATCH 4/9] python3-marshmallow: Upgrade 3.14.1 -> 3.15.0 Upgrade to release 3.15.0: - Allow passing a dict to fields.Nested - Address distutils deprecation warning in Python 3.10 - Add py310 to black target-version - Drop support for Python 3.6 - Use postponed evaluation of annotations Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...allow_3.14.1.bb => python3-marshmallow_3.15.0.bb} | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-marshmallow_3.14.1.bb => python3-marshmallow_3.15.0.bb} (76%) diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_3.14.1.bb b/meta-python/recipes-devtools/python/python3-marshmallow_3.15.0.bb similarity index 76% rename from meta-python/recipes-devtools/python/python3-marshmallow_3.14.1.bb rename to meta-python/recipes-devtools/python/python3-marshmallow_3.15.0.bb index dc5f1738880..c8e0fa4dd3f 100644 --- a/meta-python/recipes-devtools/python/python3-marshmallow_3.14.1.bb +++ b/meta-python/recipes-devtools/python/python3-marshmallow_3.15.0.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "\ SRC_URI = "git://github.com/marshmallow-code/marshmallow.git;protocol=https;branch=dev" -SRCREV = "41afdefd93afd1b95f48f45fd284ff8add3e91b7" +SRCREV = "f251dfb08d79c755c2e95371f2c5580bf5937e60" S = "${WORKDIR}/git" @@ -17,4 +17,12 @@ inherit setuptools3 PIP_INSTALL_PACKAGE = "marshmallow" -RDEPENDS:${PN} += "python3-core" +RDEPENDS:${PN} += " \ + python3-core \ + python3-datetime \ + python3-netclient \ + python3-numbers \ + python3-json \ + python3-pprint \ + python3-packaging \ +" From a2683269de7d137659799f1dee91abb8fba9be4e Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 21 Apr 2022 16:59:20 +0800 Subject: [PATCH 5/9] python3-aenum: upgrade 3.1.8 -> 3.1.11 Signed-off-by: Xu Huan Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/{python3-aenum_3.1.8.bb => python3-aenum_3.1.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-aenum_3.1.8.bb => python3-aenum_3.1.11.bb} (77%) diff --git a/meta-python/recipes-devtools/python/python3-aenum_3.1.8.bb b/meta-python/recipes-devtools/python/python3-aenum_3.1.11.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-aenum_3.1.8.bb rename to meta-python/recipes-devtools/python/python3-aenum_3.1.11.bb index 86217c5fc99..b2fba6f010e 100644 --- a/meta-python/recipes-devtools/python/python3-aenum_3.1.8.bb +++ b/meta-python/recipes-devtools/python/python3-aenum_3.1.11.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/aenum/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://aenum/LICENSE;md5=c6a85477543f8b8591b9c1f82abebbe9" -SRC_URI[sha256sum] = "8dbe15f446eb8264b788dfeca163fb0a043d408d212152397dc11377b851e4ae" +SRC_URI[sha256sum] = "aed2c273547ae72a0d5ee869719c02a643da16bf507c80958faadc7e038e3f73" inherit pypi setuptools3 From c6022c3ffb9eaaa7a86186d585ec61e9485d21ff Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 21 Apr 2022 16:59:21 +0800 Subject: [PATCH 6/9] python3-aws-iot-device-sdk-python: upgrade 1.5.1 -> 1.5.2 Signed-off-by: Xu Huan Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...thon_1.5.1.bb => python3-aws-iot-device-sdk-python_1.5.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-aws-iot-device-sdk-python_1.5.1.bb => python3-aws-iot-device-sdk-python_1.5.2.bb} (96%) diff --git a/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.5.1.bb b/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.5.2.bb similarity index 96% rename from meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.5.1.bb rename to meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.5.2.bb index 0b2181e4fec..35d061f5e66 100644 --- a/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.5.2.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "\ file://LICENSE.txt;md5=9ac49901b833e769c7d6f21e8dbd7b30 \ file://AWSIoTPythonSDK/core/protocol/paho/client.py;endline=14;md5=5a3c8a1a4bb71bd934f450ecff972ad9 \ " -SRCREV = "6ca6c73775c953114f83240a850a0d1ab49b68ac" +SRCREV = "0ea1a2d013529839fc1e7448d19dadff25d581b4" SRC_URI = "git://github.com/aws/aws-iot-device-sdk-python;branch=master;protocol=https \ file://0001-setup.py-Use-setuptools-instead-of-distutils.patch \ " From 0f00037a20144a50f4cc66c7cd25398785fc462b Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 21 Apr 2022 16:59:22 +0800 Subject: [PATCH 7/9] python3-cmd2: upgrade 2.4.0 -> 2.4.1 changelog: -Bug Fixes Fixed value for ansi.Bg.YELLOW. Fixed unit tests for ansi.allow_style. -Enhancements async_alert() raises a RuntimeError if called from the main thread. Signed-off-by: Xu Huan Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/{python3-cmd2_2.4.0.bb => python3-cmd2_2.4.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cmd2_2.4.0.bb => python3-cmd2_2.4.1.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-cmd2_2.4.0.bb b/meta-python/recipes-devtools/python/python3-cmd2_2.4.1.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-cmd2_2.4.0.bb rename to meta-python/recipes-devtools/python/python3-cmd2_2.4.1.bb index bc3fedd37e0..8e3883b4f99 100644 --- a/meta-python/recipes-devtools/python/python3-cmd2_2.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-cmd2_2.4.1.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=209e288518b0668115f58c3929af9ff1" DEPENDS += "${PYTHON_PN}-setuptools-scm-native" -SRC_URI[sha256sum] = "090909ab6c8ecee40813cec759e61dd6e70c8227a1a8e96082f5f2b0d394bc77" +SRC_URI[sha256sum] = "f3b0467daca18fca0dc7838de7726a72ab64127a018a377a86a6ed8ebfdbb25f" inherit pypi setuptools3 From bc92c3e7187a127a8505477c5f1d9fe5c1d1bb48 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 21 Apr 2022 16:59:23 +0800 Subject: [PATCH 8/9] python3-django: upgrade 2.2.27 -> 2.2.28 Signed-off-by: Xu Huan Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-django_2.2.27.bb => python3-django_2.2.28.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-django_2.2.27.bb => python3-django_2.2.28.bb} (71%) diff --git a/meta-python/recipes-devtools/python/python3-django_2.2.27.bb b/meta-python/recipes-devtools/python/python3-django_2.2.28.bb similarity index 71% rename from meta-python/recipes-devtools/python/python3-django_2.2.27.bb rename to meta-python/recipes-devtools/python/python3-django_2.2.28.bb index 786afab2483..9ef988176e8 100644 --- a/meta-python/recipes-devtools/python/python3-django_2.2.27.bb +++ b/meta-python/recipes-devtools/python/python3-django_2.2.28.bb @@ -5,7 +5,7 @@ UPSTREAM_CHECK_REGEX = "/${PYPI_PACKAGE}/(?P(2\.2\.\d*)+)/" inherit setuptools3 -SRC_URI[sha256sum] = "1ee37046b0bf2b61e83b3a01d067323516ec3b6f2b17cd49b1326dd4ba9dc913" +SRC_URI[sha256sum] = "0200b657afbf1bc08003845ddda053c7641b9b24951e52acd51f6abda33a7413" RDEPENDS:${PN} += "\ ${PYTHON_PN}-sqlparse \ From 35f0d19d4f3326c094a9c065d5511fd35fde43a7 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 21 Apr 2022 16:59:24 +0800 Subject: [PATCH 9/9] python3-imageio: upgrade 2.16.1 -> 2.17.0 License-Updated: years update to 2022 changelog: ================================================================ Feature: -New Plugin for pyAV -Add plugin default sentinel Other: -Better Type Annotations + mypy support -Add fast-paths for pyav formats -Update readme -Fix docs on standard images Signed-off-by: Xu Huan Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-imageio_2.16.1.bb => python3-imageio_2.17.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-imageio_2.16.1.bb => python3-imageio_2.17.0.bb} (65%) diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.16.1.bb b/meta-python/recipes-devtools/python/python3-imageio_2.17.0.bb similarity index 65% rename from meta-python/recipes-devtools/python/python3-imageio_2.16.1.bb rename to meta-python/recipes-devtools/python/python3-imageio_2.17.0.bb index d1d318d5aee..53f61e88272 100644 --- a/meta-python/recipes-devtools/python/python3-imageio_2.16.1.bb +++ b/meta-python/recipes-devtools/python/python3-imageio_2.17.0.bb @@ -3,9 +3,9 @@ write a wide range of image data, including animated images, video, \ volumetric data, and scientific formats." SECTION = "devel/python" LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=7b9bbbb543b6af3e6b53f9b7fb68f71d" +LIC_FILES_CHKSUM = "file://LICENSE;md5=24cb9a367a9e641b459a01c4d15256ba" -SRC_URI[sha256sum] = "7f123cb23a77ac5abe8ed4e7ad6a60831a82de2c5d123463dcf1d4278c4779d2" +SRC_URI[sha256sum] = "b21f009e52eb22b02b839f3bf2ae5374aaf0886317313c1358c6014e5383b539" inherit pypi setuptools3