From patchwork Fri Oct 11 08:55:04 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 50434 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 27D22CFD2EF for ; Fri, 11 Oct 2024 08:55:19 +0000 (UTC) Received: from mail-ed1-f48.google.com (mail-ed1-f48.google.com [209.85.208.48]) by mx.groups.io with SMTP id smtpd.web10.7080.1728636914428899404 for ; Fri, 11 Oct 2024 01:55:14 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=YR21Y1Gg; spf=pass (domain: konsulko.com, ip: 209.85.208.48, mailfrom: leon.anavi@konsulko.com) Received: by mail-ed1-f48.google.com with SMTP id 4fb4d7f45d1cf-5c94b0b466cso471530a12.0 for ; Fri, 11 Oct 2024 01:55:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1728636912; x=1729241712; 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=S8zaZS6W9fo3K3GOkZ8bpg/9mrjsndnIhPpSYeu1Cww=; b=YR21Y1GgV548a5Odq75GX2WD/ykLQ1cowR9jtH/Hs/x2cCZtApwnju8JlVuQjx5SZe +7gI8UCBQ8hf+iYvvpP9IA0q+sv8WUnrEIdRmivJdoa62S2u3QxmAoYUILUwjdKWT4h7 jchPsRJ02yCFcrjvZLALUEy4n77YoIQfROI0E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1728636912; x=1729241712; 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=S8zaZS6W9fo3K3GOkZ8bpg/9mrjsndnIhPpSYeu1Cww=; b=LWnxOXyvjwCUKQ543gq4wUFG+fF0qJzf/OA+1AhmaSQ1Xa3DfLYnJLAowPVMXuOodj NIhF0A1eXK1yZNJVwh9SD3uXp5nElbw83ggBQFU4Um3au7Ia92RjSaVa+H/HlrPV06PR VquUyivEC8Slla0JX13yXpTH3isTtv6tR9O8tjKQZojT/yAswG8ZmPnGCyEHLpZMm8oa p3xh5Rs9PyeMJCc6c0E1910swtKE7uM6Am1mJDuxpvH6CNdeG83keU9gs1qYacCjFG8j AAus2YegJtdCPlk+brydP1FfCclj/kdRFo1D15pHGN7Ipez4mA6nkMPhiKs0OK9PnZbY Smqw== X-Gm-Message-State: AOJu0Yxw6IktWQNEvJ9VP1N0QNdYiSfWEr4b0bG4Ah48JVLVwcjzd3YR CSewIn/C+TsVupjWjcofreIR563uLj7lTurEEw5kAq19V69i899ePOwhT9udEzob+flkS/Tuyqo m X-Google-Smtp-Source: AGHT+IEugIeTso/YBpCd7HbVgSjub8uafqH5LlE1LAQfl9rpG1J5WTpX0tQU9JDYFxr7vMUqxqYnJg== X-Received: by 2002:a05:6402:348b:b0:5c8:9f6d:8b2f with SMTP id 4fb4d7f45d1cf-5c948d67e8cmr1253528a12.29.1728636912128; Fri, 11 Oct 2024 01:55:12 -0700 (PDT) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id 4fb4d7f45d1cf-5c937153939sm1713866a12.47.2024.10.11.01.55.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Oct 2024 01:55:10 -0700 (PDT) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 1/4] python3-redis: Upgrade 5.0.8 -> 5.1.1 Date: Fri, 11 Oct 2024 11:55:04 +0300 Message-Id: <20241011085507.3722721-1-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.5 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 ; Fri, 11 Oct 2024 08:55:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/112791 - Fixed return type for Redis Set commands to be Set instead of List - Fixed bug with partial Hiredis availability - Fixed bug with async pipeline and cluster fails with some commands Signed-off-by: Leon Anavi --- .../python/{python3-redis_5.1.0.bb => python3-redis_5.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-redis_5.1.0.bb => python3-redis_5.1.1.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-redis_5.1.0.bb b/meta-python/recipes-devtools/python/python3-redis_5.1.1.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-redis_5.1.0.bb rename to meta-python/recipes-devtools/python/python3-redis_5.1.1.bb index d9ae98ddc..a7ccc9558 100644 --- a/meta-python/recipes-devtools/python/python3-redis_5.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-redis_5.1.1.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=609ded3add9111c4c6e102f1d421d3f8" # Prefix archive to avoid clashing with the main redis archives PYPI_ARCHIVE_NAME_PREFIX="pypi-" -SRC_URI[sha256sum] = "b756df1e4a3858fcc0ef861f3fc53623a96c41e2b1f5304e09e0fe758d333d40" +SRC_URI[sha256sum] = "f6c997521fedbae53387307c5d0bf784d9acc28d9f1d058abeac566ec4dbed72" inherit pypi setuptools3 From patchwork Fri Oct 11 08:55:05 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 50433 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 28AE6CFD2F0 for ; Fri, 11 Oct 2024 08:55:19 +0000 (UTC) Received: from mail-lf1-f42.google.com (mail-lf1-f42.google.com [209.85.167.42]) by mx.groups.io with SMTP id smtpd.web11.7052.1728636916903097886 for ; Fri, 11 Oct 2024 01:55:17 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=it+tjVtz; spf=pass (domain: konsulko.com, ip: 209.85.167.42, mailfrom: leon.anavi@konsulko.com) Received: by mail-lf1-f42.google.com with SMTP id 2adb3069b0e04-5398a26b64fso1798626e87.3 for ; Fri, 11 Oct 2024 01:55:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1728636915; x=1729241715; 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=XzNv4hVp6EPWREn2fZjHzLT6UzBq1Ufg2Y3aAfWYI3o=; b=it+tjVtzQf7eSG2XOypeOHpVvzkqdHENFFDNRjoIhDs3qspA35CnmsIUomoDmHcvEb KDms8epNAgkPabqUzPLb6BcvO3iDo6GAHifSWyGaxS2xZRk7kaRP16zbsIo1NPSlEwI4 qih6G6dw0ogag+jhmBksh7zBiD2Tnf7gNEvt4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1728636915; x=1729241715; 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=XzNv4hVp6EPWREn2fZjHzLT6UzBq1Ufg2Y3aAfWYI3o=; b=JfDaTgeS6tV/txJvY+UD88QP0En39LjxitdreJylTdicGkWdfP0k9UvKUAEsKDFIlB KHEyIpFzY1iTzqb36v5zJVupy1aqAb5xzGwjytN+DdPfcrleqOOUqMdMJiHJRhcSDGdl FkRAx1/AmIQp2WggzhoGoljdGeeT7QQWNBuv2EuDTD7fgEH1tZxr2GNiRiVDbQknkSzl 7I1gYxNhdzK6Y0Pwi2YwnWtGazniyvEY4LvuZltbakIWTZa5Bb1i5js4UpiSKRQozmmb mChDfGI0WyirHUA8S4PuMksmNXEVn8kV3y5gxs+5RjgnLWf68KSWoRbzsc31MgUnmfMt kGFg== X-Gm-Message-State: AOJu0YwAXSFWmx8dpiYZjlGvkUF2LTJMbnzJl4zSAc/FzZCYMgiY8b8r jSW/HQPrhGQqe0nCclksClCAbmd0CTP5yA6pcjHzJK3yT0Ne6ow52rKqcGxfGcLEl19OvMPH8Jo 3 X-Google-Smtp-Source: AGHT+IEcHC+XnJKUxHbu17WD85PDkAE72WXfO7sCUToi/toYS/J80BeMEZj94O0A4nlFxxt0g/ugdg== X-Received: by 2002:ac2:4c43:0:b0:536:7cfb:6998 with SMTP id 2adb3069b0e04-539da4e1f18mr1042044e87.35.1728636914585; Fri, 11 Oct 2024 01:55:14 -0700 (PDT) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id 4fb4d7f45d1cf-5c937153939sm1713866a12.47.2024.10.11.01.55.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Oct 2024 01:55:13 -0700 (PDT) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 2/4] python3-rich: Upgrade 13.8.0 -> 13.9.2 Date: Fri, 11 Oct 2024 11:55:05 +0300 Message-Id: <20241011085507.3722721-2-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20241011085507.3722721-1-leon.anavi@konsulko.com> References: <20241011085507.3722721-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 ; Fri, 11 Oct 2024 08:55:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/112792 Upgrade to release 13.9.2: - Fixed Table columns not highlighting when added by add_row - Fixed an issue with Segment.split_cells reported in Textual Signed-off-by: Leon Anavi --- .../{python3-rich_13.8.1.bb => python3-rich_13.9.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-extended/python-rich/{python3-rich_13.8.1.bb => python3-rich_13.9.2.bb} (85%) diff --git a/meta-python/recipes-extended/python-rich/python3-rich_13.8.1.bb b/meta-python/recipes-extended/python-rich/python3-rich_13.9.2.bb similarity index 85% rename from meta-python/recipes-extended/python-rich/python3-rich_13.8.1.bb rename to meta-python/recipes-extended/python-rich/python3-rich_13.9.2.bb index 10ce1987b..b279edfec 100644 --- a/meta-python/recipes-extended/python-rich/python3-rich_13.8.1.bb +++ b/meta-python/recipes-extended/python-rich/python3-rich_13.9.2.bb @@ -8,7 +8,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=b5f0b94fbc94f5ad9ae4efcf8a778303" -SRC_URI[sha256sum] = "8260cda28e3db6bf04d2d1ef4dbc03ba80a824c88b0e7668a0f23126a424844a" +SRC_URI[sha256sum] = "51a2c62057461aaf7152b4d611168f93a9fc73068f8ded2790f29fe2b5366d0c" inherit pypi python_poetry_core From patchwork Fri Oct 11 08:55:06 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 50436 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 0FAFCCFD2F5 for ; Fri, 11 Oct 2024 08:55:29 +0000 (UTC) Received: from mail-ed1-f54.google.com (mail-ed1-f54.google.com [209.85.208.54]) by mx.groups.io with SMTP id smtpd.web11.7054.1728636919461521050 for ; Fri, 11 Oct 2024 01:55:19 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=m0bPuO/q; spf=pass (domain: konsulko.com, ip: 209.85.208.54, mailfrom: leon.anavi@konsulko.com) Received: by mail-ed1-f54.google.com with SMTP id 4fb4d7f45d1cf-5c920611a86so2339638a12.0 for ; Fri, 11 Oct 2024 01:55:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1728636918; x=1729241718; 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=nl6594XtkGlkdB3PY6zeTNNhxKX1QdgsT5ZS36bVDe0=; b=m0bPuO/qCRVhCttij66mL+38pkLnn4rqzotQrQ0CuowwTvForZH8nsIiIeFGF4bf+D ujglDCFrv8ewMlPBMEniHZrOA2oBlE0bQ9k23//Vbd814AVby0GFu2YvmUyRg49S4EQE AO2W8Dtl9/b9gTwY3EU0zksjRubTrt/s+i2hY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1728636918; x=1729241718; 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=nl6594XtkGlkdB3PY6zeTNNhxKX1QdgsT5ZS36bVDe0=; b=VfG1wh2VxeNs+hlqVW/9WDhuw+jOL/eRHXPg6i1Z6eE38PkUBey7yn6aqPvZVkTGPA /UJbhV0VgynuH7yUKfFmJOTMtXPD9rWqmKnVuwR2ZHbUAIRxO6YVmRHx7TjB3LDNf4zF J9gzPYZ8vakeLx0/6iyChBE7ApNT4lVp83T41u+MYsy3lVlskuQswK8AqsbHJpAhyC+q EZzzzSDeFdyYvT2pGZliKHbLRRJI1Gjs4boltZvIt7qrzBteUGsZMlL86fVQa3NPMgqW ultxhDAxe1F5eRk854iMa1szLc0Gsm/Ju7etPsl0GsAYlWDNFn/VogEas/gN0Z89s4zN uAlg== X-Gm-Message-State: AOJu0YzdWnjTDMO7ixS4rIbWRYNUACJUE7Le9n8HwT5vmQjSaJn3MpAG 6VBP2xwR2jQjrqvLMALI2MicWgANCco9KsC8pUpgaY4ZLaGWOug+P18KRh0EHF67uT+YE5t5puX Y X-Google-Smtp-Source: AGHT+IHrSrpbRulFkwkv1ZntFbKpGzUDecJ/8474luaAbfOTXmW3EPAYH22wXzfxoRau+Y8GNQiv0Q== X-Received: by 2002:a05:6402:4308:b0:5c5:c4b1:883c with SMTP id 4fb4d7f45d1cf-5c948c809c9mr1099274a12.4.1728636916913; Fri, 11 Oct 2024 01:55:16 -0700 (PDT) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id 4fb4d7f45d1cf-5c937153939sm1713866a12.47.2024.10.11.01.55.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Oct 2024 01:55:15 -0700 (PDT) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 3/4] python3-dnspython: Upgrade 2.6.1 -> 2.7.0 Date: Fri, 11 Oct 2024 11:55:06 +0300 Message-Id: <20241011085507.3722721-3-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20241011085507.3722721-1-leon.anavi@konsulko.com> References: <20241011085507.3722721-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 ; Fri, 11 Oct 2024 08:55:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/112793 Upgrade to release 2.7.0: - dns.query.https() and dns.asyncquery.https() now support HTTP/3 and the http_version parameter may be used to specify which version to use. - If the cryptography module is installed, then dnspython will now create deterministic ECDSA signatures by default. Cryptography, if installed, must be at least version 43. Thanks to Jakob Schlyter for adding the feature. - The RESINFO and WALLET RdataTypes are now supported. - The COOKIE and Report-Channel EDNS0 options are now supported. - All supported RdataTypes can now be imported at a single time rather than lazily on first use by calling dns.rdata.load_all_types(). - The SVCB and HTTPS records now support the ohttp parameter. - xfr() and inbound_xfr() now share a common implementation. - Tokens are now supported for QUIC and HTTP/3. - dns.message.from_wire() now saves the input wire format in the Message's "wire" attribute. Likewise, dns.message.Message.to_wire() now records the generated wire format in that attribute. - The dns.message.Message object now has a get_options() helper to retrieve EDNS0 options of a specified type, and an extended_errors() helper to retrieve the list of EDE options in a message (if any). - dns.message.make_response() now has a copy mode which controls how sections are copied. By default, a copy mode appropriate for the opcode is used. This is currently dns.message.CopyMode.QUESTION for all opcodes. - If an IP address is used as the hostname in a URL, the https query code now passes the sni_hostname to httpx as this is required to get httpx to validate the certificate and check for an IP subject alternative name. - The minimum supported aioquic version is now 1.0.0. - The minimum supported Python version is now 3.9. Signed-off-by: Leon Anavi --- .../{python3-dnspython_2.6.1.bb => python3-dnspython_2.7.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-dnspython_2.6.1.bb => python3-dnspython_2.7.0.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-dnspython_2.6.1.bb b/meta-python/recipes-devtools/python/python3-dnspython_2.7.0.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-dnspython_2.6.1.bb rename to meta-python/recipes-devtools/python/python3-dnspython_2.7.0.bb index 13e31afe7..e9ca31c3a 100644 --- a/meta-python/recipes-devtools/python/python3-dnspython_2.6.1.bb +++ b/meta-python/recipes-devtools/python/python3-dnspython_2.7.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.dnspython.org/" LICENSE = "ISC" LIC_FILES_CHKSUM = "file://LICENSE;md5=5af50906b5929837f667dfe31052bd34" -SRC_URI[sha256sum] = "e8f0f9c23a7b7cb99ded64e6c3a6f3e701d78f50c55e002b839dea7225cff7cc" +SRC_URI[sha256sum] = "ce9c432eda0dc91cf618a5cedf1a4e142651196bbcd2c80e89ed5a907e5cfaf1" inherit pypi python_hatchling ptest From patchwork Fri Oct 11 08:55:07 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 50435 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 0FABDCFD2F3 for ; Fri, 11 Oct 2024 08:55:29 +0000 (UTC) Received: from mail-ed1-f52.google.com (mail-ed1-f52.google.com [209.85.208.52]) by mx.groups.io with SMTP id smtpd.web10.7082.1728636919996429839 for ; Fri, 11 Oct 2024 01:55:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=VpaTPR7m; spf=pass (domain: konsulko.com, ip: 209.85.208.52, mailfrom: leon.anavi@konsulko.com) Received: by mail-ed1-f52.google.com with SMTP id 4fb4d7f45d1cf-5c721803a89so2410745a12.1 for ; Fri, 11 Oct 2024 01:55:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1728636918; x=1729241718; 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=/VFQNaNC9XiTsLJTB3lRTp29Yk2sceyEYx8/RiN532k=; b=VpaTPR7mr179DeN8/Xk6dqafwQVdE+2KA8Z865U2RUonQkxbiu4GJm6qXXaQeN5Uvo HhHf0d52arxJXrmgUu19gxCKG6pxH2RmfSAzTKy96HFfQTlJACOd2rZD6u6gfmwpF6xT UdvRr7MBri1dYZ6CQJw2E4lqgKtCXu5QZTAAU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1728636918; x=1729241718; 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=/VFQNaNC9XiTsLJTB3lRTp29Yk2sceyEYx8/RiN532k=; b=U+wN13ix2d90YnBrOnX/e0lt21whCQUiyF9tv/2qsi7MCI4O3LtCLF7BJRyVHEn5iT tL7Kn5JXbrvZewBvaWZsw2V83ujeCrDR+8XnJCbwM1Eu/QFga8/bffHawCdANsvkkPEa kEjNHx56g2em+0vcKEc0gnnRdg46Y4WshgsNzm/lh02SAhcl4DbQk4a+0xuHbYuqLHb0 Vn5q6JPeCPIMxBynnoO1e4+4e39Tu11TALjiJWQzXtvYREnkudQDP7RVXo034Y1jf2Jk RSen+0BIxHfjwLUaeZT4jDXGnpvXIkcmvHFbC57WZ2jwjlsWXSpTlMJ6Z5pJjYrQNwU6 DnGg== X-Gm-Message-State: AOJu0Ywe/k5R1Y0v/l3B1tZPFEYMqk2FPhM5aej+eHoSoq/hetXgRuG8 jy9SgSNyu9kIawpjSG4f8Fzn/w7xpFf9JFj9GK3VqBvwls4QcX8yjCKbtc1NUo5+BOgS7i4eQre 2 X-Google-Smtp-Source: AGHT+IG6vHSl296Cp9PQB/2XbMTpPh2pRCpWG7kM/Ki9++sDjPHkVvov+byifJlfFJVGFpzu0x6Uxw== X-Received: by 2002:a05:6402:51d3:b0:5c9:37b1:2360 with SMTP id 4fb4d7f45d1cf-5c948d79b23mr1070657a12.33.1728636918149; Fri, 11 Oct 2024 01:55:18 -0700 (PDT) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id 4fb4d7f45d1cf-5c937153939sm1713866a12.47.2024.10.11.01.55.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Oct 2024 01:55:17 -0700 (PDT) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 4/4] python3-webargs: Upgrade 8.4.0 -> 8.6.0 Date: Fri, 11 Oct 2024 11:55:07 +0300 Message-Id: <20241011085507.3722721-4-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20241011085507.3722721-1-leon.anavi@konsulko.com> References: <20241011085507.3722721-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 ; Fri, 11 Oct 2024 08:55:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/112794 Upgrade to release 8.6.0: - Fix the handling of invalid JSON bodies in the bottle parser to support bottle versions >=0.13 - MultiDictProxy now inherits from MutableMapping rather than Mapping Switch inherit from setuptools3 to python_flit_core. License-Update: Update years Signed-off-by: Leon Anavi --- .../{python3-webargs_8.4.0.bb => python3-webargs_8.6.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-webargs_8.4.0.bb => python3-webargs_8.6.0.bb} (64%) diff --git a/meta-python/recipes-devtools/python/python3-webargs_8.4.0.bb b/meta-python/recipes-devtools/python/python3-webargs_8.6.0.bb similarity index 64% rename from meta-python/recipes-devtools/python/python3-webargs_8.4.0.bb rename to meta-python/recipes-devtools/python/python3-webargs_8.6.0.bb index 78af01332..d898539ab 100644 --- a/meta-python/recipes-devtools/python/python3-webargs_8.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-webargs_8.6.0.bb @@ -1,11 +1,11 @@ SUMMARY = "Declarative parsing and validation of HTTP request objects, with built-in support for popular web frameworks." HOMEPAGE = "https://github.com/marshmallow-code/webargs" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=dfbd4ae0074716275fc229c775723e8f" +LIC_FILES_CHKSUM = "file://LICENSE;md5=27586b20700d7544c06933afe56f7df4" -inherit pypi setuptools3 +inherit pypi python_flit_core -SRC_URI[sha256sum] = "ea99368214a4ce613924be99d71db58c269631e95eff4fa09b7354e52dc006a5" +SRC_URI[sha256sum] = "b8d098ab92bd74c659eca705afa31d681475f218cb15c1e57271fa2103c0547a" RDEPENDS:${PN} += "\ python3-marshmallow \