From patchwork Tue Nov 14 12:09:40 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 34439 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 25914C4167B for ; Tue, 14 Nov 2023 12:09:51 +0000 (UTC) Received: from mail-lf1-f45.google.com (mail-lf1-f45.google.com [209.85.167.45]) by mx.groups.io with SMTP id smtpd.web10.11093.1699963789019452556 for ; Tue, 14 Nov 2023 04:09:49 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=D+ngx03l; spf=pass (domain: konsulko.com, ip: 209.85.167.45, mailfrom: leon.anavi@konsulko.com) Received: by mail-lf1-f45.google.com with SMTP id 2adb3069b0e04-5098e423ba2so7929795e87.2 for ; Tue, 14 Nov 2023 04:09:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1699963787; x=1700568587; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=6ktc6o8sFyKTum8H6hXTAsW3agISEEZ282rsjoV5bmI=; b=D+ngx03lx80ug4kIQPVPykiIgN9cEvPZRWSez4kUc7PLsKRU4nJiws+MTAoMi6GZdY g1YG20fKaubqr1/kGfaqqzcty0f2ZVDJLQ8pZURiIWMcbJlOJxdweEsoEfP9AuQDfS+N /eWPt3O/XfQwHlU1Pw0ZFj80Cz06hW+Oh0y8M= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1699963787; x=1700568587; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=6ktc6o8sFyKTum8H6hXTAsW3agISEEZ282rsjoV5bmI=; b=sJKEkB17xatYY9zTXeH/Mbdus9vgIixV1ERnW4gzFr2tAPWQlz2IKr2HvU2MXxjEbO P7BH2lc8satQJWTwFiuSRZ3XLcYLOFYd5+/6Xc6oPnI+pUxVBZdp1tAgktNRbZNmvVI4 T75u1Pe2ac24bul9HYlbRcGdnV/hOrGL7+cDcoLc8Q3oUpqOMj7QSQF2vKO6IUGIHjZK 0yUI2WKRwURdDcnF2ndagHLfmfnzsHQJ1KOd+bv8ftbQchq8kqVBYhB+ivUVOpzY+AzU hOR+G0yE1AkOATU38zesSHtv6NP7nN4ogjJrYMlNtLToGf1cMNIMzH+15sddc1zVfmHy Klqg== X-Gm-Message-State: AOJu0YwlHeQkbCIidGX19X2zL0u8+jRWAJjj6wF9fq7lXLKuhlbg+b4x AzVzIx0PoLkrpx7897f1cJBhfC/8GXr90MeRsAU= X-Google-Smtp-Source: AGHT+IFfv6PicMg5qPnHPO925oCV/pAxqSdo0mpMrA6U36sSCeV1/sg4HwgZcS6zer1o3srGEKFndA== X-Received: by 2002:a05:6512:3044:b0:50a:77bf:1efe with SMTP id b4-20020a056512304400b0050a77bf1efemr7190571lfb.27.1699963786811; Tue, 14 Nov 2023 04:09:46 -0800 (PST) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id o5-20020aa7c505000000b00532eba07773sm4946958edq.25.2023.11.14.04.09.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Nov 2023 04:09:46 -0800 (PST) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 1/5] python3-pillow: Upgrade 10.0.1 -> 10.1.0 Date: Tue, 14 Nov 2023 14:09:40 +0200 Message-Id: <20231114120944.3741068-1-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 14 Nov 2023 12:09:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106709 Upgrade to release 10.1.0: - Added TrueType default font to allow for different sizes - Fixed invalid argument warning - Added ImageOps cover method - Catch struct.error from truncated EXIF when reading JPEG DPI - Consider default image when selecting mode for PNG save_all - Support BGR;15, BGR;16 and BGR;24 access, unpacking and putdata - Added CMYK to RGB unpacker - Improved flexibility of XMP parsing - Support reading 8-bit YCbCr TIFF images - Allow saving I;16B images as PNG - Corrected drawing I;16 points and writing I;16 text - Set blue channel to 128 for BC5S - Increase flexibility when reading IPTC fields - Set C palette to be empty by default - Added gs_binary to control Ghostscript use on all platforms - Read bounding box information from the trailer of EPS files if specified - Added reading 8-bit color DDS images - Added has_transparency_data - Fixed bug when reading BC5S DDS images - Prevent TIFF orientation from being applied more than once - Use previous pixel alpha for QOI_OP_RGB - Added BC5U reading - Allow getpixel() to accept a list - Allow GaussianBlur and BoxBlur to accept a sequence of x and y radii - Expand JPEG buffer size when saving optimized or progressive - Added session type check for Linux in ImageGrab.grabclipboard() - Allow "loop=None" when saving GIF images - Fixed transparency when saving P mode images to PDF - Added saving LA images as PDFs - Set SMaskInData to 1 for PDFs with alpha - Changed Image mode property to be read-only by default - Silence exceptions in _repr_jpeg_ and _repr_png_ - Do not use transparency when saving GIF if it has been removed when normalizing mode - Fix missing symbols when libtiff depends on libjpeg This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../{python3-pillow_10.0.1.bb => python3-pillow_10.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pillow_10.0.1.bb => python3-pillow_10.1.0.bb} (96%) diff --git a/meta-python/recipes-devtools/python/python3-pillow_10.0.1.bb b/meta-python/recipes-devtools/python/python3-pillow_10.1.0.bb similarity index 96% rename from meta-python/recipes-devtools/python/python3-pillow_10.0.1.bb rename to meta-python/recipes-devtools/python/python3-pillow_10.1.0.bb index 055b41bfa..322c90eda 100644 --- a/meta-python/recipes-devtools/python/python3-pillow_10.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-pillow_10.1.0.bb @@ -10,7 +10,7 @@ SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=10.0.x;protocol=http file://0001-explicitly-set-compile-options.patch \ file://run-ptest \ " -SRCREV ?= "82541b6dec8452cb612067fcebba1c5a1a2bfdc8" +SRCREV ?= "da59ad000d1405eaecd557175e29083a87d19f7c" inherit setuptools3 ptest From patchwork Tue Nov 14 12:09:41 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 34438 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2366CC4332F for ; Tue, 14 Nov 2023 12:09:51 +0000 (UTC) Received: from mail-lf1-f46.google.com (mail-lf1-f46.google.com [209.85.167.46]) by mx.groups.io with SMTP id smtpd.web10.11094.1699963790281460364 for ; Tue, 14 Nov 2023 04:09:50 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=VYMKBDiU; spf=pass (domain: konsulko.com, ip: 209.85.167.46, mailfrom: leon.anavi@konsulko.com) Received: by mail-lf1-f46.google.com with SMTP id 2adb3069b0e04-5099184f8a3so7532674e87.2 for ; Tue, 14 Nov 2023 04:09:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1699963788; x=1700568588; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=oHcQHtnsfQ7mWf8lTBOSd3VxRlNQptKmhUT2A3ESjiE=; b=VYMKBDiUIXJ7nq7TUwe2kYhKCHX/lgT6q6vZicsPDPt6ww2QsYvYW43LX2GmoQw5aV zUVOP36E6dhJ+EQVPcaJvDNLxAmAPO5hdga1+BYtMcJNl6gd+iLGZ+1IDf+2Ai0acX9J BQ5K9pPSPPEvEtImCoAtev0W/P7HMtLiBtW5c= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1699963788; x=1700568588; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=oHcQHtnsfQ7mWf8lTBOSd3VxRlNQptKmhUT2A3ESjiE=; b=CIz3eM3CvXOYAk4p09Hxbrvt19Jv36C8D+dCPjGumrFkkC9n8WKIOpNsfSBfB+HoM/ zD5brhVsUyfhzyPAaWIWXAE2wZ9p99YGGDYQ/+Nx2UMG/rQpY3xg0712uHV6d/kCEa0V WXs+ZiLZqbk3gHbKQ+zSpNgmoP4caZBpChCIuDuKEbRyMAuY9RDotpntPVPQikrRXWLJ rPt0By6H6Y35qpEG8cenqld3IRFU0dakbi5IjqroX5p19yvQ8dA4SLVkKTpBjLhM1oGE 3datet7OhwoL0ngi810uMcvNj96hHUwvNf382ogoF/6UXhEOtuMvNVecaRaONmaZKFcg 6iig== X-Gm-Message-State: AOJu0Yzl8R6RAZYVf4orwPKzli4EIWjs7kNzggqlHD5wij22tLyx02T7 SOKzc9lb2a5rXm5MCPVv7MI8V1ZbOXwEgtMiBXk= X-Google-Smtp-Source: AGHT+IFIPDT86lLeU8EFquSYr4dFvO3YX8cGnDr04XAPBF7NBLhY3w1M77z4OSuWXI03L58N5znhaQ== X-Received: by 2002:a05:6512:468:b0:507:976d:89aa with SMTP id x8-20020a056512046800b00507976d89aamr5796947lfd.67.1699963787933; Tue, 14 Nov 2023 04:09:47 -0800 (PST) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id o5-20020aa7c505000000b00532eba07773sm4946958edq.25.2023.11.14.04.09.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Nov 2023 04:09:47 -0800 (PST) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 2/5] python3-polyline: upgrade 1.4.0 -> 2.0.1 Date: Tue, 14 Nov 2023 14:09:41 +0200 Message-Id: <20231114120944.3741068-2-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20231114120944.3741068-1-leon.anavi@konsulko.com> References: <20231114120944.3741068-1-leon.anavi@konsulko.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 14 Nov 2023 12:09:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106710 Upgrade to version 2.0.1: - Relax setuptools version number License-Update: Copyright years changed Signed-off-by: Leon Anavi --- .../python/python3-polyline_1.4.0.bb | 26 ------------------- .../python/python3-polyline_2.0.1.bb | 25 ++++++++++++++++++ 2 files changed, 25 insertions(+), 26 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-polyline_1.4.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-polyline_2.0.1.bb diff --git a/meta-python/recipes-devtools/python/python3-polyline_1.4.0.bb b/meta-python/recipes-devtools/python/python3-polyline_1.4.0.bb deleted file mode 100644 index 486e70c8f..000000000 --- a/meta-python/recipes-devtools/python/python3-polyline_1.4.0.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "A Python implementation of Google's Encoded Polyline Algorithm Format" -HOMEPAGE = "https://pypi.org/project/polyline/" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=0fbd13500cabd06dd751ba6b2be304c6" - -SRC_URI[md5sum] = "b97c57378605c4a856c437569f95a0cb" -SRC_URI[sha256sum] = "7c7f89d09a09c7b6161bdbfb4fd304b186fc7a2060fa4f31cb3f61c646a5c074" - -inherit pypi setuptools3 ptest - -RDEPENDS:${PN} += "python3-six" - -BBCLASSEXTEND = "native nativesdk" - -SRC_URI += " \ - file://run-ptest \ -" - -RDEPENDS:${PN}-ptest += " \ - ${PYTHON_PN}-pytest \ -" - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/test - cp -rf ${S}/test/* ${D}${PTEST_PATH}/test/ -} diff --git a/meta-python/recipes-devtools/python/python3-polyline_2.0.1.bb b/meta-python/recipes-devtools/python/python3-polyline_2.0.1.bb new file mode 100644 index 000000000..2eae0caf9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-polyline_2.0.1.bb @@ -0,0 +1,25 @@ +SUMMARY = "A Python implementation of Google's Encoded Polyline Algorithm Format" +HOMEPAGE = "https://github.com/frederickjansen/polyline" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1fb8d1dc685695195bb3c1e48adfef48" + +SRC_URI[sha256sum] = "74cb5cea098dddf09d1a5a1f17af9184d371cbf3e9723de0194e530ec39ca1f6" + +inherit pypi python_setuptools_build_meta ptest + +RDEPENDS:${PN} += "python3-six" + +BBCLASSEXTEND = "native nativesdk" + +SRC_URI += " \ + file://run-ptest \ +" + +RDEPENDS:${PN}-ptest += " \ + ${PYTHON_PN}-pytest \ +" + +do_install_ptest() { + install -d ${D}${PTEST_PATH}/test + cp -rf ${S}/tests/* ${D}${PTEST_PATH}/test/ +} From patchwork Tue Nov 14 12:09:42 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 34441 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0AA1FC4332F for ; Tue, 14 Nov 2023 12:10:01 +0000 (UTC) Received: from mail-ed1-f43.google.com (mail-ed1-f43.google.com [209.85.208.43]) by mx.groups.io with SMTP id smtpd.web11.11210.1699963790968274927 for ; Tue, 14 Nov 2023 04:09:51 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=qhC9lqLY; spf=pass (domain: konsulko.com, ip: 209.85.208.43, mailfrom: leon.anavi@konsulko.com) Received: by mail-ed1-f43.google.com with SMTP id 4fb4d7f45d1cf-543923af573so8519858a12.0 for ; Tue, 14 Nov 2023 04:09:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1699963789; x=1700568589; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=cjv+5LaCEZdrxYQxvRYKXNCnkLqAiDxaIz3zJTqrnW0=; b=qhC9lqLYMwsSZ4Cd0ch5HElz5Be4j1s2UwAp5MlpWx8hJbg8hwdViN3gYGNXqrBYkC yKup2W3IgEhLCJcSm+uHhOuv5ZdGO4OYFiRRgr6Rp7YrYakQpXLY06L1f51hC8Htw5UP qC5km0LNZ+ey0p1EvM8Anjt5jAkwVDNIYUo+w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1699963789; x=1700568589; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=cjv+5LaCEZdrxYQxvRYKXNCnkLqAiDxaIz3zJTqrnW0=; b=ABaSCq3D76u8KCVIoWdA+mdPf9ZRRZRvFan6e3VPlKUfpu2tuUW+3ALbgjpQ1ZUuLV e/moDnxP+1Yl1xsH6ijEa3giGo7ZtS1C0uixLsRdSMzAtRDWKxzbuszvkJrmronH6bEO qSBBE3rn2u6nlXRb/jVGjxOtdnxrDmmUKebjImN7hd2qJKfPn+t8gtsw8wt7fpBgaDsT XA/P90V73O/ilcErxUsyF0/qNv8GXEtNdo6dbcDNMV5RXpEr5ZeaUQ7q0eqrcfJqFU++ m+30Bn5817OPFqsIQSPq1SD09TKy+GEuWb1/O98NSt1hCuvhSpBpS1V958l/EqPNONY8 li7Q== X-Gm-Message-State: AOJu0YxIUvckzIxBpN9IdMrtw+8DHUN2S1x4wATt2RDw/96ySU2kpE1n RBf8GvIxubv11p0GKaIBUszyID5U/9DR5X49R8o= X-Google-Smtp-Source: AGHT+IG5ZaT69GyZ+yrL4+rQcUNOOcUNBMiQiFk9ZhhAhTjv87mJrC7PmI8eqTsBs2N9jjvOWdNyGg== X-Received: by 2002:a05:6402:34f:b0:540:7a88:ac7c with SMTP id r15-20020a056402034f00b005407a88ac7cmr7032328edw.21.1699963789018; Tue, 14 Nov 2023 04:09:49 -0800 (PST) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id o5-20020aa7c505000000b00532eba07773sm4946958edq.25.2023.11.14.04.09.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Nov 2023 04:09:48 -0800 (PST) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 3/5] python3-py7zr: Upgrade 0.20.7 -> 0.20.8 Date: Tue, 14 Nov 2023 14:09:42 +0200 Message-Id: <20231114120944.3741068-3-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20231114120944.3741068-1-leon.anavi@konsulko.com> References: <20231114120944.3741068-1-leon.anavi@konsulko.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 14 Nov 2023 12:10:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106711 Upgrade to release 0.20.8: - Detect brotli import error - refactor: hardening SevenZipFile constructor - refactor: improve type safe functions - chore: add git export configuration This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../python/{python3-py7zr_0.20.7.bb => python3-py7zr_0.20.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-py7zr_0.20.7.bb => python3-py7zr_0.20.8.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-py7zr_0.20.7.bb b/meta-python/recipes-devtools/python/python3-py7zr_0.20.8.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-py7zr_0.20.7.bb rename to meta-python/recipes-devtools/python/python3-py7zr_0.20.8.bb index d919c4a0d..f9e6820ce 100644 --- a/meta-python/recipes-devtools/python/python3-py7zr_0.20.7.bb +++ b/meta-python/recipes-devtools/python/python3-py7zr_0.20.8.bb @@ -4,7 +4,7 @@ LICENSE = "LGPL-2.1-or-later" SECTION = "devel/python" LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" -SRC_URI[sha256sum] = "55aa587fb4586c920437f5d6e6595f228beddb321bfee3f5146bb15c2e8e74d5" +SRC_URI[sha256sum] = "2a6b0db0441e63a2dd74cbd18f5d9ae7e08dc0e54685aa486361d0db6a0b4f78" inherit pypi python_setuptools_build_meta From patchwork Tue Nov 14 12:09:43 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 34440 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0AA5DC4167B for ; Tue, 14 Nov 2023 12:10:01 +0000 (UTC) Received: from mail-lf1-f45.google.com (mail-lf1-f45.google.com [209.85.167.45]) by mx.groups.io with SMTP id smtpd.web11.11211.1699963792173561066 for ; Tue, 14 Nov 2023 04:09:52 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=ZFi0fywn; spf=pass (domain: konsulko.com, ip: 209.85.167.45, mailfrom: leon.anavi@konsulko.com) Received: by mail-lf1-f45.google.com with SMTP id 2adb3069b0e04-50797cf5b69so7563097e87.2 for ; Tue, 14 Nov 2023 04:09:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1699963790; x=1700568590; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=IvEm173SS6BlJnvieVrQoDQLBl5Gz2XPNrKJB1wNHCI=; b=ZFi0fywneBhyhGEoGznOoAZF3rVkDMyaAuJxefFNaseOP899RoLu2G5cWcTs+H07Jc 44NKUGQCkBQMzRp09PgqNJlil+gw8JgOkTHfOxcLOU9p3ccHaA7ZpwjrOoCxwODsDDMJ AyoTOzrS6U3sGagb6VsNTsfZH62/DrjeZAhLM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1699963790; x=1700568590; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=IvEm173SS6BlJnvieVrQoDQLBl5Gz2XPNrKJB1wNHCI=; b=dldQb4ICkeBU7pG/cn35zBX7gUEoh1VVavHVnBx+rlxWcVs0xM3xERaz4dabIsjtPz ZdoDZ0eEJYmxpjkurt77F3gaoEeMiscCLYbiTW7QfPrXxNKcS6/KriHbW5oUqjDc2mhj X8FA5EmZWLFmMsrKz4B8lqIgdQzbZQLPUVwojd4nKfoaAcj6/KoanyylT8waKFCwKwY0 sEuI+Mmn8/Nuic6hNLxAJs8oi7HLuBbVNFs6E1mhu0f95MalETk5KOIPvKnBPux9m6CN 7J2RBMVnWS/hdtep4QD7Z+FjoFrHXI1QoiUwYTIwdB8ALalz6K9SPVQEf/qMu/htJv+M Zdpw== X-Gm-Message-State: AOJu0Yzlj6+Ceh+sEVk7W0v8eJoJ3zrmYE09r2gLnjiHMlKsTy/SlgOq Yn3K6YebJPYvZafuoqZYmfaTivEL84SqdxkIvFE= X-Google-Smtp-Source: AGHT+IFuHwgGAgXPHSw56oimMNtWpEbUjeysp44YhSw0u7MEfEv9uoqvlaYOW2wCEHpTfdj6SObgfg== X-Received: by 2002:ac2:596d:0:b0:50a:6fbb:6eb3 with SMTP id h13-20020ac2596d000000b0050a6fbb6eb3mr6690847lfp.11.1699963790193; Tue, 14 Nov 2023 04:09:50 -0800 (PST) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id o5-20020aa7c505000000b00532eba07773sm4946958edq.25.2023.11.14.04.09.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Nov 2023 04:09:49 -0800 (PST) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 4/5] python3-zeroconf: upgrade 0.120.0 -> 0.126.0 Date: Tue, 14 Nov 2023 14:09:43 +0200 Message-Id: <20231114120944.3741068-4-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20231114120944.3741068-1-leon.anavi@konsulko.com> References: <20231114120944.3741068-1-leon.anavi@konsulko.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 14 Nov 2023 12:10:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106712 Upgrade to release 0.126.0: - Speed up outgoing packet writer - Speed up writing name compression for outgoing packets Signed-off-by: Leon Anavi --- ...{python3-zeroconf_0.120.0.bb => python3-zeroconf_0.126.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-zeroconf_0.120.0.bb => python3-zeroconf_0.126.0.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.120.0.bb b/meta-python/recipes-devtools/python/python3-zeroconf_0.126.0.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-zeroconf_0.120.0.bb rename to meta-python/recipes-devtools/python/python3-zeroconf_0.126.0.bb index 7d5077e30..91adf43b1 100644 --- a/meta-python/recipes-devtools/python/python3-zeroconf_0.120.0.bb +++ b/meta-python/recipes-devtools/python/python3-zeroconf_0.126.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jstasiak/python-zeroconf" LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=6517bdc8f2416f27ab725d4702f7aac3" -SRC_URI[sha256sum] = "52b25a4ed92de21d10d768c92ab5a9765a88a2ed43dea1260d67bf22734dc951" +SRC_URI[sha256sum] = "875afbebc25bab002610091ecfdccaeebc185ce69f07a3525e4b86680693ea71" inherit pypi setuptools3 From patchwork Tue Nov 14 12:09:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 34442 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 18CAFC4167D for ; Tue, 14 Nov 2023 12:10:01 +0000 (UTC) Received: from mail-ed1-f51.google.com (mail-ed1-f51.google.com [209.85.208.51]) by mx.groups.io with SMTP id smtpd.web10.11096.1699963793246219118 for ; Tue, 14 Nov 2023 04:09:53 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=R4nVNqyu; spf=pass (domain: konsulko.com, ip: 209.85.208.51, mailfrom: leon.anavi@konsulko.com) Received: by mail-ed1-f51.google.com with SMTP id 4fb4d7f45d1cf-53dd752685fso8447120a12.3 for ; Tue, 14 Nov 2023 04:09:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1699963791; x=1700568591; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=Deqyu/VDNATWZh8EMXgAOgYv/OqhFMv16djBCyR6UKo=; b=R4nVNqyugNn9mlnZXcn9svEh7dUQyNu5HyV2z0B0/phdMpj7vB2DbcW/6sgKpZ0PLs Z1Cr+WIINsfiM81MkuEPe3IA6dii9K+V56OYqJTlyUYDU8iXbe3GrY6Gn92BOGByDuDB bHwHMt/kXCEIGwJxqdw8HloZ1T082DrDJlv2Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1699963791; x=1700568591; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Deqyu/VDNATWZh8EMXgAOgYv/OqhFMv16djBCyR6UKo=; b=lneCDYM1vZO3nsmyedxd68F3iOh3/fU3r+/xxtSNAzeIKFnQJiH8XOwbZ86oeHKs1r 2Ml4EGVA0ymJ1V7UpRH2FBWfZZ6T07322/ppgdp+cVOcYXp/HaxYR8nk2tC1Ol4tYDwM NWmGI6pkvx7ICDSPBcjfthFoJAgY/HnlZo9xjdl+ZU4Mcqk0Ue7ME5wnjCLdS92QZJLE F18vkdZ42SjwhkbB+ejCG4yCGop7Hukhnhk+J7SeYEyAyMKb1bAFssDaG7+KQcg9ciDI 0QFjJ8z4KzmhZ4LXJnvgGziqpKlEp0dIRNnIVNpnwaltpav7QE066U7pv8ohb86VUhUY XVYA== X-Gm-Message-State: AOJu0Yw2YRxYrgxY3aMngBgQPHf/RFsvnNNoV6eY/uBfVd1fKtpVYXQE wvgTULAQUUv0zDDbDMEbaTwJkWYhf5oBviFx6v0= X-Google-Smtp-Source: AGHT+IETPF+gI5kJWFH8yjAOBEUbAZd+g2dcXJ6B/qADmgchzGy5lVr6IeQDayf9EFYgpo1RAfpQZA== X-Received: by 2002:aa7:c9d9:0:b0:534:8bdf:a258 with SMTP id i25-20020aa7c9d9000000b005348bdfa258mr6977804edt.31.1699963791626; Tue, 14 Nov 2023 04:09:51 -0800 (PST) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id o5-20020aa7c505000000b00532eba07773sm4946958edq.25.2023.11.14.04.09.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Nov 2023 04:09:50 -0800 (PST) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 5/5] python3-pystemd: upgrade 0.10.0 -> 0.13.2 Date: Tue, 14 Nov 2023 14:09:44 +0200 Message-Id: <20231114120944.3741068-5-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20231114120944.3741068-1-leon.anavi@konsulko.com> References: <20231114120944.3741068-1-leon.anavi@konsulko.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 14 Nov 2023 12:10:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106713 Added runtime dependencies. Upgrade to release 0.13.2: - adding coverage information - changes tests to pystes - adding support for pyproject.toml - adding extra properties for unit Signed-off-by: Leon Anavi --- ...n3-pystemd_0.10.0.bb => python3-pystemd_0.13.2.bb} | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pystemd_0.10.0.bb => python3-pystemd_0.13.2.bb} (59%) diff --git a/meta-python/recipes-devtools/python/python3-pystemd_0.10.0.bb b/meta-python/recipes-devtools/python/python3-pystemd_0.13.2.bb similarity index 59% rename from meta-python/recipes-devtools/python/python3-pystemd_0.10.0.bb rename to meta-python/recipes-devtools/python/python3-pystemd_0.13.2.bb index da22a43de..d31f45131 100644 --- a/meta-python/recipes-devtools/python/python3-pystemd_0.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-pystemd_0.13.2.bb @@ -2,10 +2,17 @@ SUMMARY = "Python bindings for interacting with systemd over DBus" LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" -SRC_URI[sha256sum] = "d74a814bfda01085db1a8ad90be3cb27daf23a51ab6b03e7e29ec811fa2ae859" +SRC_URI[sha256sum] = "4dcfa4b13a55685c49d3d17c10631eca18c33770f66316f8ef2337b8951cc144" DEPENDS = "systemd python3-cython-native" -RDEPENDS:${PN} += "python3-xml python3-pprint" +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-xml \ + ${PYTHON_PN}-lxml \ + ${PYTHON_PN}-pprint \ + ${PYTHON_PN}-core \ + ${PYTHON_PN}-shell \ + ${PYTHON_PN}-io \ +" REQUIRED_DISTRO_FEATURES = "systemd" inherit pypi setuptools3 features_check pkgconfig