From patchwork Thu Jan 13 13:25:42 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 2370 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 93C52C433F5 for ; Thu, 13 Jan 2022 13:26:02 +0000 (UTC) Received: from voyager.superhosting.bg (voyager.superhosting.bg [79.124.30.14]) by mx.groups.io with SMTP id smtpd.web09.8734.1642080359416543862 for ; Thu, 13 Jan 2022 05:26:01 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@anavi.org header.s=default header.b=T7UbT12u; spf=permerror, err=parse error for token &{10 18 spf.securedserverspace.com}: parse error for token &{10 18 _netblocks4.securedserverspace.com}: limit exceeded (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=VeUxy+nabhYq9EYAVEaewlHHxjbcXJyUBUZdMuZUwHU=; b=T7UbT12uBgTxbh31yZRqKL/UY0 Jl58XmAauOpLgpGu6P0TgUnGtv8h7j0kxITVOvOoyHn/XUVffNLgO/zZ6mRFnJg+DNwdUeAA3ytgN PataPYf4f47H6QNYL0Y2phiGLT5AZGfuD3sVlrbn9HZy3x68UfQL/Ua8Js/yF2Pd0vmyOSZ/Twj2h CKusOeUF5ZG3Iowh3o4aVh4bLETk9zgpARgDhLMxeD0So3/Dh5yTUAnsprUEjg7JlkZ33VuchwWN7 rErwkWSKqR2bJqEM2b1hqFruFoxcXX4LY0Zh4wmXFVo7YXLWE2ELfH+hMg6CVeEvdZbM1rAcHeonH qkCeY2nQ==; Received: from lan.nucleusys.com ([92.247.61.126]:51702 helo=tone.k.g) by voyager.superhosting.bg with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1n8071-00068z-3A; Thu, 13 Jan 2022 15:25:57 +0200 From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 1/3] python3-regex: Upgrade 2021.10.8 -> 2021.11.10 Date: Thu, 13 Jan 2022 15:25:42 +0200 Message-Id: <20220113132544.779928-1-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-OutGoing-Spam-Status: No, score=-0.4 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 ; Thu, 13 Jan 2022 13:26:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/94806 Upgrade to release 2021.11.10: - Minor changes to some tests - Removed unused functions - Fuzzy regex matching doesn't seem to test insertions correctly License-Update: Use LICENSE.txt Signed-off-by: Leon Anavi --- ...python3-regex_2021.10.8.bb => python3-regex_2021.11.10.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-regex_2021.10.8.bb => python3-regex_2021.11.10.bb} (58%) diff --git a/meta-python/recipes-devtools/python/python3-regex_2021.10.8.bb b/meta-python/recipes-devtools/python/python3-regex_2021.11.10.bb similarity index 58% rename from meta-python/recipes-devtools/python/python3-regex_2021.10.8.bb rename to meta-python/recipes-devtools/python/python3-regex_2021.11.10.bb index e7978970c..dce232ba6 100644 --- a/meta-python/recipes-devtools/python/python3-regex_2021.10.8.bb +++ b/meta-python/recipes-devtools/python/python3-regex_2021.11.10.bb @@ -1,11 +1,11 @@ SUMMARY = "Alternative regular expression module, to replace re." HOMEPAGE = "https://bitbucket.org/mrabarnett/mrab-regex/src" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=f0a3e4a2554ebb89c046c93d45d8e4bc" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7b5751ddd6b643203c31ff873051d069" inherit pypi setuptools3 -SRC_URI[sha256sum] = "26895d7c9bbda5c52b3635ce5991caa90fbb1ddfac9c9ff1c7ce505e2282fb2a" +SRC_URI[sha256sum] = "f341ee2df0999bfdf7a95e448075effe0db212a59387de1a70690e4acb03d4c6" RDEPENDS:${PN} += " \ python3-stringold \ From patchwork Thu Jan 13 13:25:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 2371 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 966A9C433FE for ; Thu, 13 Jan 2022 13:26:02 +0000 (UTC) Received: from voyager.superhosting.bg (voyager.superhosting.bg [79.124.30.14]) by mx.groups.io with SMTP id smtpd.web10.8472.1642080360313331652 for ; Thu, 13 Jan 2022 05:26:01 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@anavi.org header.s=default header.b=HI3WlpaS; spf=permerror, err=parse error for token &{10 18 spf.securedserverspace.com}: parse error for token &{10 18 _netblocks4.securedserverspace.com}: limit exceeded (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=1M1NZKdY3UkqqygjCVFtcIeZcjpZHydeOG+bOF/8gGc=; b=HI3WlpaSC1wAcI9dSc+FDA3UGe 6TGpD4W2in93SE39lJ8zGIwDaq4QBIAS1iv10fQrnSChzbzN78onFVDMaawwFlZj4cFbN/QGtf7J/ 0QH2Uju5YAeEkNKRrR3tICt4beXA0UzrXjhD55oc/YEZ11sImM3zK5lYukkmJfqFmIJiF281sFxMD 1A2lgcVdE2QY9m+ffb5zyLDPL0w00053V8HYTGfz8pRIlR7mnLCnA/xgLF/E8XOGFEPwmSRf+R091 5+dupdkkQuaaPA4Mq8W3P31gD22+tGDlGv082EwAsAM1N0xbB9BlIMvCSKHrHqoPJDYJQRalNatQ7 SYUCTbpg==; Received: from lan.nucleusys.com ([92.247.61.126]:51702 helo=tone.k.g) by voyager.superhosting.bg with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1n8073-00068z-Hm; Thu, 13 Jan 2022 15:25:59 +0200 From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 2/3] python3-wtforms: Upgrade 3.0.0 -> 3.0.1 Date: Thu, 13 Jan 2022 15:25:43 +0200 Message-Id: <20220113132544.779928-2-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220113132544.779928-1-leon.anavi@konsulko.com> References: <20220113132544.779928-1-leon.anavi@konsulko.com> MIME-Version: 1.0 X-OutGoing-Spam-Status: No, score=-0.5 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 ; Thu, 13 Jan 2022 13:26:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/94807 Upgrade to release 3.0.1: - Fixed :class:`~fields.DateTimeField` and other similar fields can handle multiple formats - Stop support for python 3.6 Signed-off-by: Leon Anavi --- .../{python3-wtforms_3.0.0.bb => python3-wtforms_3.0.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-wtforms_3.0.0.bb => python3-wtforms_3.0.1.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb b/meta-python/recipes-devtools/python/python3-wtforms_3.0.1.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb rename to meta-python/recipes-devtools/python/python3-wtforms_3.0.1.bb index c72af7451..36a0191dc 100644 --- a/meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-wtforms_3.0.1.bb @@ -3,10 +3,9 @@ HOMEPAGE = "https://pypi.python.org/pypi/WTForms" SECTION = "devel/python" LICENSE = "BSD-3-Clause" - LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=53dbfa56f61b90215a9f8f0d527c043d" -SRC_URI[sha256sum] = "4abfbaa1d529a1d0ac927d44af8dbb9833afd910e56448a103f1893b0b176886" +SRC_URI[sha256sum] = "6b351bbb12dd58af57ffef05bc78425d08d1914e0fd68ee14143b7ade023c5bc" PYPI_PACKAGE = "WTForms" From patchwork Thu Jan 13 13:25:44 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 2372 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 75059C433EF for ; Thu, 13 Jan 2022 13:26:05 +0000 (UTC) Received: from voyager.superhosting.bg (voyager.superhosting.bg [79.124.30.14]) by mx.groups.io with SMTP id smtpd.web11.8729.1642080363607531305 for ; Thu, 13 Jan 2022 05:26:04 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@anavi.org header.s=default header.b=BHAyE6RL; spf=permerror, err=parse error for token &{10 18 spf.securedserverspace.com}: parse error for token &{10 18 _netblocks4.securedserverspace.com}: limit exceeded (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=tzObLkwRX2Ni+jME16IJOmVBnHCJm6D6UMUJ4GFZIOo=; b=BHAyE6RLPyZLgV9DyvG8m4npZS P+bjle5OBKRDP5llNwQpkVhLjLhR4jh0Gs6Cqfh6hujGrYhMCeoUu7WDIXfOjztTfb1YbsIufzrF6 sPUrQCE4FJgwY+bUUYTS9JDCB3DF8mQ3P226KbIjyQ049hVsPo48gRdDV9MWlC9YD5guSCAjZ77PS yUYWb10WmMPBJ4ioXDbOQB8XY4jfxjlXu//3nd2YR0YBm40pmTGa7JaxBQIITFM/0iBN7gpuh1UPE lGYSXyGsWTS6I1Xef9Ie/pibkmBxKj7oFDP5neg2Q6F8KrN01Gnls8SNACfRvnQvNO1rSVN9Uxb+n UdwTj1ug==; Received: from lan.nucleusys.com ([92.247.61.126]:51702 helo=tone.k.g) by voyager.superhosting.bg with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1n8075-00068z-Ul; Thu, 13 Jan 2022 15:26:02 +0200 From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 3/3] python3-charset-normalizer: Upgarde 2.0.7 -> 2.0.10 Date: Thu, 13 Jan 2022 15:25:44 +0200 Message-Id: <20220113132544.779928-3-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220113132544.779928-1-leon.anavi@konsulko.com> References: <20220113132544.779928-1-leon.anavi@konsulko.com> MIME-Version: 1.0 X-OutGoing-Spam-Status: No, score=-0.5 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 ; Thu, 13 Jan 2022 13:26:05 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/94808 Upgrade to release 2.0.10: - Fallback match entries might lead to UnicodeDecodeError for large bytes sequence - Skipping the language-detection (CD) on ASCII Signed-off-by: Leon Anavi --- ...zer_2.0.7.bb => python3-charset-normalizer_2.0.10.bb} | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-charset-normalizer_2.0.7.bb => python3-charset-normalizer_2.0.10.bb} (58%) diff --git a/meta-python/recipes-devtools/python/python3-charset-normalizer_2.0.7.bb b/meta-python/recipes-devtools/python/python3-charset-normalizer_2.0.10.bb similarity index 58% rename from meta-python/recipes-devtools/python/python3-charset-normalizer_2.0.7.bb rename to meta-python/recipes-devtools/python/python3-charset-normalizer_2.0.10.bb index 7db106398..3c1e6804e 100644 --- a/meta-python/recipes-devtools/python/python3-charset-normalizer_2.0.7.bb +++ b/meta-python/recipes-devtools/python/python3-charset-normalizer_2.0.10.bb @@ -3,6 +3,13 @@ HOMEPAGE = "https://github.com/ousret/charset_normalizer" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=0974a390827087287db39928f7c524b5" -SRC_URI[sha256sum] = "e019de665e2bcf9c2b64e2e5aa025fa991da8720daa3c1138cadd2fd1856aed0" +SRC_URI[sha256sum] = "876d180e9d7432c5d1dfd4c5d26b72f099d503e8fcc0feb7532c9289be60fcbd" inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-core \ + ${PYTHON_PN}-logging \ + ${PYTHON_PN}-codecs \ + ${PYTHON_PN}-json \ +"