From patchwork Wed Oct 26 11:51:22 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 14428 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 4CC8EFA3741 for ; Wed, 26 Oct 2022 11:51:43 +0000 (UTC) Received: from voyager.superhosting.bg (voyager.superhosting.bg [79.124.30.14]) by mx.groups.io with SMTP id smtpd.web10.6577.1666785095170144442 for ; Wed, 26 Oct 2022 04:51:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@anavi.org header.s=default header.b=kUCAFr7G; spf=softfail (domain: konsulko.com, ip: 79.124.30.14, mailfrom: leon.anavi@konsulko.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=anavi.org; s=default; h=Content-Transfer-Encoding:MIME-Version:Message-Id:Date:Subject: Cc:To:From:Sender:Reply-To:Content-Type:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=3YNoFmJJAhns2jKUYtrufmwUM54R0bR6wQ3z/fXX26c=; b=kUCAFr7Gp9RKAfiuSMmQ/qzSSp xiiQUgBN9hzDNSs20WSNWu/b9nSyWDe1pD8glB6SDNboIuypIN/F0ozgrdu2Gn9qyHi6dKODB42GX j+V/5ecLzBRe55sNlBsVPXqo7NdQ82TKUPG1SWANIkLT/MwXTWW1cxK3npwiMNSs/q2aK19pjKxyW 5KpBHmu0FnZDN/yslL4tpHEhmz1CCmnuIiK95i3jz2XWeTUC7z3Bf1VJ/xqCfhn6FtDOd0Dwx8hXL Wqbk9QGc0V3zJSzX1eAFHNodkY3Dlp01ehqWFPTW+EsPceP0JrV+WxfvxO0Q5vseAvQgPM7bZ/1I4 KZaODxlw==; Received: from lan.nucleusys.com ([92.247.61.126]:60144 helo=tone.k.g) by voyager.superhosting.bg with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.95) (envelope-from ) id 1onexW-0002xU-Ka; Wed, 26 Oct 2022 14:51:34 +0300 From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 1/3] python3-pythonping: Upgrade 1.1.3 -> 1.1.4 Date: Wed, 26 Oct 2022 14:51:22 +0300 Message-Id: <20221026115124.289505-1-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - voyager.superhosting.bg X-AntiAbuse: Original Domain - lists.openembedded.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - konsulko.com X-Get-Message-Sender-Via: voyager.superhosting.bg: authenticated_id: leon@anavi.org X-Authenticated-Sender: voyager.superhosting.bg: leon@anavi.org X-Source: X-Source-Args: X-Source-Dir: 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 ; Wed, 26 Oct 2022 11:51:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/99311 Upgrade to release 1.1.4: - count parameter can now go beyond 16-bit - README.md is updated to describe how the module works in detail - Linting issues have been fixed Signed-off-by: Leon Anavi --- ...{python3-pythonping_1.1.3.bb => python3-pythonping_1.1.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pythonping_1.1.3.bb => python3-pythonping_1.1.4.bb} (77%) diff --git a/meta-python/recipes-devtools/python/python3-pythonping_1.1.3.bb b/meta-python/recipes-devtools/python/python3-pythonping_1.1.4.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-pythonping_1.1.3.bb rename to meta-python/recipes-devtools/python/python3-pythonping_1.1.4.bb index 5e016fb92..62f5c0caa 100644 --- a/meta-python/recipes-devtools/python/python3-pythonping_1.1.3.bb +++ b/meta-python/recipes-devtools/python/python3-pythonping_1.1.4.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://setup.py;beginline=12;endline=12;md5=2d33c00f47720c7e35e1fdb4b9fab027" -SRC_URI[sha256sum] = "3555a03439eb48d5e0e8c201f7c334c1e13b997d744f93453d4d601c0fc8330f" +SRC_URI[sha256sum] = "acef84640fee6f20b725f2a1d2392771f2845554cfabcef30b1fdea5030161af" inherit pypi setuptools3 From patchwork Wed Oct 26 11:51:23 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 14426 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 49C60C38A2D for ; Wed, 26 Oct 2022 11:51:43 +0000 (UTC) Received: from voyager.superhosting.bg (voyager.superhosting.bg [79.124.30.14]) by mx.groups.io with SMTP id smtpd.web12.6430.1666785097821731343 for ; Wed, 26 Oct 2022 04:51:38 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@anavi.org header.s=default header.b=iRc6c7s+; spf=softfail (domain: konsulko.com, ip: 79.124.30.14, mailfrom: leon.anavi@konsulko.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=anavi.org; s=default; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=KaiN5w1TNVTNZJaqNRHlXgjOka6C5sfLc4bsOVc3i8k=; b=iRc6c7s+w72OqeXJAn7NDzWfHp TqLgPSuBX6hqkaOfQwx+RAfQDt4eEgrsZL3RbXczi/lTmgck166ilgcsX5POAxeAI6jgCJOk/8B51 SGU7Ioh4pxQYnn0By2/R9PCM+9M8bsmteZUmiBiX7fCwBiRz29tn+HxM5iYztAnBUFqdPfQGULaWr YLyeCcDCUyGmZb7b1ESAFY2CaXmCrPDXwqrV/3OWes0I6d/hq60yWuNnFgLVoeRA/dLw7SR19eFde o3dJ2ssPau32B9ICq6apUoOoBwXxUMpeA3z5hTyQRUQ1hJ1cmTCftsBZ2plxHZX0uc+wOifrulYaU uGi/3LtQ==; Received: from lan.nucleusys.com ([92.247.61.126]:60144 helo=tone.k.g) by voyager.superhosting.bg with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.95) (envelope-from ) id 1onexZ-0002xU-6w; Wed, 26 Oct 2022 14:51:37 +0300 From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 2/3] python3-colorama: Upgrade 0.4.5 -> 0.4.6 Date: Wed, 26 Oct 2022 14:51:23 +0300 Message-Id: <20221026115124.289505-2-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20221026115124.289505-1-leon.anavi@konsulko.com> References: <20221026115124.289505-1-leon.anavi@konsulko.com> MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - voyager.superhosting.bg X-AntiAbuse: Original Domain - lists.openembedded.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - konsulko.com X-Get-Message-Sender-Via: voyager.superhosting.bg: authenticated_id: leon@anavi.org X-Authenticated-Sender: voyager.superhosting.bg: leon@anavi.org X-Source: X-Source-Args: X-Source-Dir: 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 ; Wed, 26 Oct 2022 11:51:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/99312 Upgrade to release 0.4.6: - Add alternative to 'init()', called 'just_fix_windows_console'. This fixes many longstanding problems with 'init', such as working incorrectly on modern Windows terminals, and wonkiness when init gets called multiple times. The intention is that it just makes all Windows terminals treat ANSI the same way as other terminals do. - Support Windows 10's ANSI/VT console. This didn't exist when Colorama was created, and avoiding us causing havok there is long overdue. - Internal overhaul of package metadata declaration, which abolishes our use of the now heavily discouraged setuptools (and hence setup.py, setup.cfg and MANIFEST.in), in favor of hatchling (and hence pyproject.toml). This includes dropping support Python3.5 and 3.6, which are EOL, and were already dropped from setuptools, so this should not affect our users. - Attention to detail award to LqdBcnAtWork for a spelling fix in demo06 Signed-off-by: Leon Anavi --- ...ython3-colorama_0.4.5.bb => python3-colorama_0.4.6.bb} | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-colorama_0.4.5.bb => python3-colorama_0.4.6.bb} (56%) diff --git a/meta-python/recipes-devtools/python/python3-colorama_0.4.5.bb b/meta-python/recipes-devtools/python/python3-colorama_0.4.6.bb similarity index 56% rename from meta-python/recipes-devtools/python/python3-colorama_0.4.5.bb rename to meta-python/recipes-devtools/python/python3-colorama_0.4.6.bb index 122ae5399..52e1e68b1 100644 --- a/meta-python/recipes-devtools/python/python3-colorama_0.4.5.bb +++ b/meta-python/recipes-devtools/python/python3-colorama_0.4.6.bb @@ -3,8 +3,12 @@ HOMEPAGE = "https://github.com/tartley/colorama" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26" -inherit pypi setuptools3 +inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4" +SRC_URI[sha256sum] = "08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44" + +DEPENDS += " \ + ${PYTHON_PN}-hatchling-native \ +" BBCLASSEXTEND = "native nativesdk" From patchwork Wed Oct 26 11:51:24 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 14427 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 48806C433FE for ; Wed, 26 Oct 2022 11:51:43 +0000 (UTC) Received: from voyager.superhosting.bg (voyager.superhosting.bg [79.124.30.14]) by mx.groups.io with SMTP id smtpd.web11.6631.1666785100627160756 for ; Wed, 26 Oct 2022 04:51:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@anavi.org header.s=default header.b=tqstBYGx; spf=softfail (domain: konsulko.com, ip: 79.124.30.14, mailfrom: leon.anavi@konsulko.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=anavi.org; s=default; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=K8WamxzM2FNqycqcVMQK5sdY9hc7rJLYJl4F0B70OfQ=; b=tqstBYGxvbobOvshFf1VLCHhOa VYvK2k/rT13QOVJfvXjHtZqNlMV82GaPlSqphXTR6Pw9gtSUW4WVcDvzsCjil2lH36ZE3QocbOse2 CQbO/fKpmCbaODKSmbB8fK0gAWMN9v3Q5u2NXSCMx/S+ljx/lvMGSkh1kB7Ab8mE6cU5eKgIxXYk4 scOuJ66WmvKTJV1vYHN5yb9/nazsS3oncQekX8mfhCchQMXxQwMVvKrTs+IjH9gl3YVHiOPhTIJ8d CNRvVF6C9jF43kMKpvjBbp1/38RI1cwu5SKXJtsAt4aTqnKBwol/Zx7MDBX6hoAxzIG7lFHNVlRQV 5FN0+ndQ==; Received: from lan.nucleusys.com ([92.247.61.126]:60144 helo=tone.k.g) by voyager.superhosting.bg with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.95) (envelope-from ) id 1onexb-0002xU-W2; Wed, 26 Oct 2022 14:51:39 +0300 From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 3/3] python3-pint: Upgrade 0.19.2 -> 0.20 Date: Wed, 26 Oct 2022 14:51:24 +0300 Message-Id: <20221026115124.289505-3-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20221026115124.289505-1-leon.anavi@konsulko.com> References: <20221026115124.289505-1-leon.anavi@konsulko.com> MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - voyager.superhosting.bg X-AntiAbuse: Original Domain - lists.openembedded.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - konsulko.com X-Get-Message-Sender-Via: voyager.superhosting.bg: authenticated_id: leon@anavi.org X-Authenticated-Sender: voyager.superhosting.bg: leon@anavi.org X-Source: X-Source-Args: X-Source-Dir: 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 ; Wed, 26 Oct 2022 11:51:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/99313 Upgrade to release 0.20: - Reorganized code into facets Each facet encapsulate a Pint functionality - The definition parser is now completely appart, making it easy to try other formats - Extra requires for optional packages are now explicit in setup.cfg - Parse both Greek mu and micro Unicode points without error - Added angular frequency documentation page - Move ASV benchmarks to dedicated folder - Implement `numpy.broadcast_arrays` - An ndim attribute has been added to Quantity and DataFrame has been added to upcast types for pint-pandas compatibility - Fix a recursion error that would be raised when passing quantities to `cond` and `x` - Update test_non_int tests for pytest - Create NaN-value quantities of appropriate non-int-type - New documentation format and organization - Better support for pandas and dask Signed-off-by: Leon Anavi --- .../python/{python3-pint_0.19.2.bb => python3-pint_0.20.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pint_0.19.2.bb => python3-pint_0.20.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-pint_0.19.2.bb b/meta-python/recipes-devtools/python/python3-pint_0.20.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-pint_0.19.2.bb rename to meta-python/recipes-devtools/python/python3-pint_0.20.bb index 06337edb6..fc25eeed4 100644 --- a/meta-python/recipes-devtools/python/python3-pint_0.19.2.bb +++ b/meta-python/recipes-devtools/python/python3-pint_0.20.bb @@ -10,7 +10,7 @@ PYPI_PACKAGE := "Pint" inherit pypi ptest python_setuptools_build_meta -SRC_URI[sha256sum] = "e1d4989ff510b378dad64f91711e7bdabe5ca78d75b06a18569ac454678c4baf" +SRC_URI[sha256sum] = "4035f6d1431913afd86a056959e35d342399b0ab7d6f8cad1f0f6058dc83fad8" DEPENDS += "python3-setuptools-scm-native"