From patchwork Tue Oct 8 12:48:35 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 50041 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 ABE7CCEF16B for ; Tue, 8 Oct 2024 12:48:51 +0000 (UTC) Received: from mail-lj1-f180.google.com (mail-lj1-f180.google.com [209.85.208.180]) by mx.groups.io with SMTP id smtpd.web11.8266.1728391723559312515 for ; Tue, 08 Oct 2024 05:48:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=CyRfzlyC; spf=pass (domain: konsulko.com, ip: 209.85.208.180, mailfrom: leon.anavi@konsulko.com) Received: by mail-lj1-f180.google.com with SMTP id 38308e7fff4ca-2fac3f20f1dso59672221fa.3 for ; Tue, 08 Oct 2024 05:48:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1728391721; x=1728996521; 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=/xceOkjzhUN5SSMpguQz4VNVUdcleTmWabBqhtaWlV0=; b=CyRfzlyCiH3hlFifyc2xZk+GF4JNcOVhAc4Zjib2987i95s2zKibicz1y6bRa3zjoz I/Wo8PPzh8L4TGk8JxZC0WzNPeWbwPhiJJqsPkVWUvzcyR8RPJQhqVq+4iL/KnTSLnoG nrRTBqTCnJfGc4NNj6VSezCqiFxNWNWoT8FJA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1728391721; x=1728996521; 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=/xceOkjzhUN5SSMpguQz4VNVUdcleTmWabBqhtaWlV0=; b=Cf/UePXp8aA3c56lk4fW13r9uDowqismOd1tgsZumPRoIEYm97RoD/BUvJYmQPPc4y RmWG38X3085UxIXwAuzhweF02bdbsyMdAl4nkvOeH6V5i8g63sf3TD9I+6TB0kqQg6Tm OmnJXOUpeS2GsP1IBXxdzaXn85B8MsJWd+1sXi2LLtAHlXKv0O1bAh68qj/t7tTKH6bD iwcbQWUBA9ZHEot3N+x3+UU6I0JQMsn0sICwFtroAeGr8aegq/NDkVBNH+77/H5PAAbl b5hGPTnCg/Xywgw1lMDhCiJ2k149J7INsXdKGZGMVtyoTjZY9MtXgB4Nqgpfoorcb4Uu xn7Q== X-Gm-Message-State: AOJu0Yzqn11K5EMNhODgwpxPDYJEV4qaaFF38M3D6V4Uuoegdf08zftk 8NCl1uaNSymN5qq2zjKPWDUJ3C9kFqZ6rrD4+eyb5/Q/6hJjk/QhShf+do6vaN1Ld8L/kxF7Cq2 X X-Google-Smtp-Source: AGHT+IGZoq/877kABhffQwGJjhEVnOV4Tkz1F0y6LK+zlB6cN5uT7nTrHvjtj8f0+mbSVcwAo71gBQ== X-Received: by 2002:a2e:9d9a:0:b0:2fa:c0df:3d7b with SMTP id 38308e7fff4ca-2faf3c1c624mr60833151fa.22.1728391720993; Tue, 08 Oct 2024 05:48:40 -0700 (PDT) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id 4fb4d7f45d1cf-5c8e05940a6sm4313704a12.1.2024.10.08.05.48.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Oct 2024 05:48:40 -0700 (PDT) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 1/3] python3-multidict: Upgrade 6.0.5 -> 6.1.0 Date: Tue, 8 Oct 2024 15:48:35 +0300 Message-Id: <20241008124837.675442-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 ; Tue, 08 Oct 2024 12:48:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/112711 Upgrade to version 6.1.0: - Covered the unreachable code path in multidict._multidict_base._abc_itemsview_register() with typing - Added support for Python 3.13 - Removed Python 3.7 support Signed-off-by: Leon Anavi --- .../{python3-multidict_6.0.5.bb => python3-multidict_6.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-multidict_6.0.5.bb => python3-multidict_6.1.0.bb} (93%) diff --git a/meta-python/recipes-devtools/python/python3-multidict_6.0.5.bb b/meta-python/recipes-devtools/python/python3-multidict_6.1.0.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-multidict_6.0.5.bb rename to meta-python/recipes-devtools/python/python3-multidict_6.1.0.bb index 6346152ae..1132e9ba5 100644 --- a/meta-python/recipes-devtools/python/python3-multidict_6.0.5.bb +++ b/meta-python/recipes-devtools/python/python3-multidict_6.1.0.bb @@ -8,7 +8,7 @@ inherit pypi python_setuptools_build_meta ptest PV .= "+git" -SRCREV = "a9b281b2ef4ab25d95d6b268aa88c428e75c3696" +SRCREV = "4140e63780dc6dd600a1837cb9b4c5198c3dcd68" PYPI_SRC_URI = "git://github.com/aio-libs/multidict;branch=master;protocol=https" S = "${WORKDIR}/git" From patchwork Tue Oct 8 12:48:36 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 50042 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 BF9A3CEF16C for ; Tue, 8 Oct 2024 12:48:51 +0000 (UTC) Received: from mail-lj1-f177.google.com (mail-lj1-f177.google.com [209.85.208.177]) by mx.groups.io with SMTP id smtpd.web11.8267.1728391724963615895 for ; Tue, 08 Oct 2024 05:48:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=HlPUX60V; spf=pass (domain: konsulko.com, ip: 209.85.208.177, mailfrom: leon.anavi@konsulko.com) Received: by mail-lj1-f177.google.com with SMTP id 38308e7fff4ca-2fac63abf63so54181791fa.1 for ; Tue, 08 Oct 2024 05:48:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1728391723; x=1728996523; 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=5xDd9UGQ+AOxo1rLBzPrxiO1/K0EdF2b6Y4CWVQXU28=; b=HlPUX60VnKt8FM4O5j+IkiRU5W0Gu7xAAAMVdHhHS026yTAguWIBMfS27kaA3sDBcO ZVe5a+9V7eRbRb/PMzm9u+F+lwY4Hx0WcNP7k09IQmhVjkVccXY8+uNDg61XfAuJ7X3E v8KPWsULsL17J4j4HNdq0RT2YPLVHlQLbTokw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1728391723; x=1728996523; 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=5xDd9UGQ+AOxo1rLBzPrxiO1/K0EdF2b6Y4CWVQXU28=; b=m3MrzVrl3IOzUXasbDl9TKgZbeIlPySxPsdqU/JUauVv/bUzDC+ckvJuiAj60GnFOu jlfJf3jm50wKa1MydUfIzR4puxIgFFtnoaATJYwTXAI3Qpx1OnTPpavhZiMKKuJ47M7B a8vCIj/i9xVkvTCvukBO/8UaEHLC+IoAoEF+SQktEQW8p4mdsreDT3cBwfI5uvxk0Kvx yEaCWmpuo1xi1/mQdGGFPOX8jhhzkEsngAA6TFaDCFDyLRdslqSgYAm7ujuMEN8YVOCB Wmhfl/hCfhSeLqBrN9cr3/SEP9uCebweiy/+GiJVaqFIIsGcS63ed7tUZj7wrs96vEn8 tsMw== X-Gm-Message-State: AOJu0YyKTcC7txcOJIZwd5LgAWATpvycs9Yausg+o8PPx2G3tTTJlCw0 GuXvqcMbr8dGWZgisuOO2Epvhw4rbPXu+P9ac9qfVAHsnRjn47uBai8Ke1gGN8RqJLIGBqD2NKg F X-Google-Smtp-Source: AGHT+IGfzr/wnfVvxd3tD8Wz4lda0BuYl1q6DQy5stLsIPi3QsOXBCXZUvGDOtCctHk6LQiHVSqlqg== X-Received: by 2002:a2e:a7ca:0:b0:2fb:b59:816a with SMTP id 38308e7fff4ca-2fb0b598349mr22956581fa.45.1728391722780; Tue, 08 Oct 2024 05:48:42 -0700 (PDT) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id 4fb4d7f45d1cf-5c8e05940a6sm4313704a12.1.2024.10.08.05.48.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Oct 2024 05:48:42 -0700 (PDT) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 2/3] python3-gcovr: Upgrade 7.2 -> 8.0 Date: Tue, 8 Oct 2024 15:48:36 +0300 Message-Id: <20241008124837.675442-2-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20241008124837.675442-1-leon.anavi@konsulko.com> References: <20241008124837.675442-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, 08 Oct 2024 12:48:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/112712 Upgrade to version 8.0: - Changes related to added support of gcov JSON intermediate format - Detect suspicious counter values in gcov output - Add --html-single-page to create a single page report (static or with Javascript) - Upload standalone applications as release artifacts - Add support for gcov JSON intermediate format - Add Exclusion markers to exclude a while function - Change sort order in JSON output files - Add source exclusion markers to exclude source branch from target line - Implement consistent sorting of files with no lines, or one line with zero coverage - Use replacement value of 0 for function call count NAN % - Fix erroneous deprecation warning - Fix display filename in HTML report - Fix bundle of standalone executable with Python 3.12 - Fix merging of function coverage data - Fix inefficient regular expression - Fix missing output of gcov if execution fails - Move tests to directory in the root - Add MacOs to the GitHub test workflow - Remove test exclusions for MacOs and adapt tests and reference data - Link correct documentation version in copyright header - Move tag creation before publish the distribution because tag from pipeline doesn't trigger additional runs - Fix scrubber for date in HTML test data - Add test with Python 3.12 - Add gcc-14 to the test suite - Skip coverage upload if executed in a fork - Only execute pipeline if pushed on main and add button to execute workflow manual - Check spelling in test pipeline - Merge the test and deploy workflow to a single CI workflow - Add Codacy to CI workflow for tracking coverage and code quality - Add bandit to the linters - Remove Codecov upload from pipeline - Add test with bazel tests License-Update: Adapt to new format, remains BSD 3-Clause License Signed-off-by: Leon Anavi --- .../python/{python3-gcovr_7.2.bb => python3-gcovr_8.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-gcovr_7.2.bb => python3-gcovr_8.0.bb} (77%) diff --git a/meta-python/recipes-devtools/python/python3-gcovr_7.2.bb b/meta-python/recipes-devtools/python/python3-gcovr_8.0.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-gcovr_7.2.bb rename to meta-python/recipes-devtools/python/python3-gcovr_8.0.bb index 517124742..27a4972ad 100644 --- a/meta-python/recipes-devtools/python/python3-gcovr_7.2.bb +++ b/meta-python/recipes-devtools/python/python3-gcovr_8.0.bb @@ -2,10 +2,10 @@ DESCRIPTION = "generate GCC code coverage reports" HOMEPAGE = "https://gcovr.com" SECTION = "devel/python" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c5a58ca91c1758a53f896ba89d8aaac2" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b307623752f2e1189349885b95b326e5" SRC_URI = "git://github.com/gcovr/gcovr.git;branch=main;protocol=https" -SRCREV = "c4b74b0859611283be646d590c7915e787911b6f" +SRCREV = "029de7050c8a7fffdaaee13cccd3939b29412190" S = "${WORKDIR}/git" From patchwork Tue Oct 8 12:48:37 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 50043 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 ACF11CEF166 for ; Tue, 8 Oct 2024 12:48:51 +0000 (UTC) Received: from mail-ed1-f53.google.com (mail-ed1-f53.google.com [209.85.208.53]) by mx.groups.io with SMTP id smtpd.web11.8269.1728391728476920127 for ; Tue, 08 Oct 2024 05:48:48 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=QvvZXIW4; spf=pass (domain: konsulko.com, ip: 209.85.208.53, mailfrom: leon.anavi@konsulko.com) Received: by mail-ed1-f53.google.com with SMTP id 4fb4d7f45d1cf-5c89e66012aso7372187a12.2 for ; Tue, 08 Oct 2024 05:48:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1728391726; x=1728996526; 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=UY11rZwR0qV63Ydd2w5xps781ROL06dSTdjPsw0mSCE=; b=QvvZXIW4YH8OeCpglZQbhlcBOO/GPZutVjL6oWZmozj7OzzCGUGnHhC0dsiVuPHp4r NZsoBNNSUIEH7TG4Wq7cz6ygJpydSJnC3GLJQJXKLCob4IgV6YeGPTfkU2E33xpZXP+8 9Pu/18d90CgBbiBvXQSIVvB1nJPwA3b4zBQHE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1728391726; x=1728996526; 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=UY11rZwR0qV63Ydd2w5xps781ROL06dSTdjPsw0mSCE=; b=Sx1bPqIV4kkULpOvGymTfOt7kZPxXzrgnLgpbuT4v8Rb+s4HMC+REWRS65HvW1olXo +lyRMPUW3HJHVz5oFepgvR0MFvynXLXnLJ9Mm8smuBcaVd483NuqyYyEqKP7O36hkln5 969naZceBSfivbHM1OuMNynQKRr6So0rh44SFrsJeaWPhfkqKXVlzv3VePQBoitaaO4g 0oG5jCQWyM39Z0FTJOzgltPxC77GZRbIJCTCFHVCpAVdV2qqpNth55gwmKkjnadWX3/0 Ygh+ShFUi9wS5e6cTLIQs0gnEHR3LMvMsH/dDpt/JB7MKZ8kODCp9y8BiWPLmsOYTSVx jjKw== X-Gm-Message-State: AOJu0YwDccfSP/O18tPaBPwtUB2pvHFp5oYndv0Jhky1ta1RzhX9xVfS jRl9ut98J8UbOkExPFOdNq5huDYEbqDKrjhRSGeyL9zBdLI7B72C7ZvbfAk4sdAAaawQWs8zRT6 5 X-Google-Smtp-Source: AGHT+IHjghCjOzRAK/D+fMISQ7ATMeGKlgJwgkybIQmzjnMCX3fy22mdDnrC6xhFaFdH1NdkZUHt5A== X-Received: by 2002:a05:6402:5108:b0:5c7:1922:d770 with SMTP id 4fb4d7f45d1cf-5c8d2d015cfmr11421583a12.6.1728391725934; Tue, 08 Oct 2024 05:48:45 -0700 (PDT) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id 4fb4d7f45d1cf-5c8e05940a6sm4313704a12.1.2024.10.08.05.48.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Oct 2024 05:48:45 -0700 (PDT) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 3/3] python3-humanize: Upgrade 4.10.0 -> 4.11.0 Date: Tue, 8 Oct 2024 15:48:37 +0300 Message-Id: <20241008124837.675442-3-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20241008124837.675442-1-leon.anavi@konsulko.com> References: <20241008124837.675442-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, 08 Oct 2024 12:48:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/112713 Upgrade to version 4.11.0: - Add natural_list - filesize: support the ronna and quetta prefixes - Update French translations for numbers Signed-off-by: Leon Anavi --- .../{python3-humanize_4.10.0.bb => python3-humanize_4.11.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-humanize_4.10.0.bb => python3-humanize_4.11.0.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-humanize_4.10.0.bb b/meta-python/recipes-devtools/python/python3-humanize_4.11.0.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-humanize_4.10.0.bb rename to meta-python/recipes-devtools/python/python3-humanize_4.11.0.bb index a8668e148..ede3dc417 100644 --- a/meta-python/recipes-devtools/python/python3-humanize_4.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-humanize_4.11.0.bb @@ -5,7 +5,7 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENCE;md5=4ecc42519e84f6f3e23529464df7bd1d" -SRC_URI[sha256sum] = "06b6eb0293e4b85e8d385397c5868926820db32b9b654b932f57fa41c23c9978" +SRC_URI[sha256sum] = "e66f36020a2d5a974c504bd2555cf770621dbdbb6d82f94a6857c0b1ea2608be" inherit pypi python_hatchling