From patchwork Wed Nov 2 03:18:20 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Orling X-Patchwork-Id: 14675 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 390EEC43219 for ; Wed, 2 Nov 2022 03:18:42 +0000 (UTC) Received: from mail-pg1-f178.google.com (mail-pg1-f178.google.com [209.85.215.178]) by mx.groups.io with SMTP id smtpd.web08.2273.1667359117559608465 for ; Tue, 01 Nov 2022 20:18:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=nPiXYzmp; spf=pass (domain: gmail.com, ip: 209.85.215.178, mailfrom: ticotimo@gmail.com) Received: by mail-pg1-f178.google.com with SMTP id e129so15107784pgc.9 for ; Tue, 01 Nov 2022 20:18:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=MGLohfT0jspeAxSfznf8mpjk1K8nkXFPszb+KMaexjs=; b=nPiXYzmpwFVF2F32dKg2YZXKZKdn3Spb+bpo0e+6hVyxCufIOznI0K371QSTTwxhuY VBxb84XgSY+HlGmiyXCyTSZJ6IfD72E/0a8E1vS3lAjR0ZVGGFD79de/N9LMxIEHFLHR 4IbkUmZXk4fbGOXfK1sYJ28/xboylj85NQh+ju2T883ZqHQWBVz2zyx4ouDNzlBX9cSY ETit8IV4+UxvL+XsRtCj66LDeEEaPf247QzJxceCCMNgHXMsv2YESc5GH94YZ92y4SXG 0JDdrAf3lOMSKBfTuVT+rja9FXQScy6KIA3IjLeJLpZs2SZIzWMhlt82ZuIVOjxUpMl1 Vaag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=MGLohfT0jspeAxSfznf8mpjk1K8nkXFPszb+KMaexjs=; b=FosMR0WPh+A/9FDgEX3b78Pv5go7mq1k4H79rhpvBT3a8eKQDMpo0RZaHBHmhe1YpB 3HerP+8r/CmRYV4p9Mo0d3TXc/5W2iUYOtBeEwQm5uvf1+hcDUAGhILhaHqm3lUqAPQN 68igRheKe9GPri5V4NLygpgLcFoOarUcAxyIKYVufqdreAgnH5t+lehj1+pWsqE/L5zU LnuHIOzgGs+MjK3tjFJHJmmQr8UOdKA0sTxV7xnTNuoR9ylQ7tJJH/c5Q4umZE8vWFfz fkDEY1aEVbZ8iJc4VF6IUQcqPwnj0y5/JpDQJHTjEUqOhkTYD+Jep6PUY1EfOyfKW+4G WSaw== X-Gm-Message-State: ACrzQf3kSYjqoWmO+zhkOmFq4pEY9lh9XeD2WaTLXWMCfIQE+yQySQ4Q gwHgfWNnzCDogUstI8P/+rkLx6vpPXw/kA== X-Google-Smtp-Source: AMsMyM5/aAfX/MtU5XIPOYO/QViV7vlkiVHZmJtLtttXbTkG02xDEKUQrO7eJyLGNHnicZ/dBKXi1g== X-Received: by 2002:a63:ce54:0:b0:46a:e2a9:c7f6 with SMTP id r20-20020a63ce54000000b0046ae2a9c7f6mr19645262pgi.264.1667359116321; Tue, 01 Nov 2022 20:18:36 -0700 (PDT) Received: from chiron.hsd1.or.comcast.net ([2601:1c0:ca00:cea0:5e16:97a8:56b5:1576]) by smtp.gmail.com with ESMTPSA id y22-20020a17090a16d600b002139459e121sm269644pje.27.2022.11.01.20.18.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Nov 2022 20:18:35 -0700 (PDT) From: Tim Orling X-Google-Original-From: Tim Orling To: openembedded-core@lists.openembedded.org Cc: Tim Orling Subject: [PATCH 01/11] python3-bcrypt: upgrade 4.0.0 -> 4.0.1 Date: Tue, 1 Nov 2022 20:18:20 -0700 Message-Id: <20221102031830.3606777-1-tim.orling@konsulko.com> X-Mailer: git-send-email 2.34.1 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 ; Wed, 02 Nov 2022 03:18:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/172563 * Refresh python3-bcrypt-crates.inc Upstream release notes[1]: * We now build PyPy manylinux wheels. * Fixed a bug where passing an invalid salt to checkpw could result in a pyo3_runtime.PanicException. It now correctly raises a ValueError. [1] https://github.com/pyca/bcrypt/#401 Signed-off-by: Tim Orling --- .../python/python3-bcrypt-crates.inc | 100 +++++++++--------- ...crypt_4.0.0.bb => python3-bcrypt_4.0.1.bb} | 2 +- 2 files changed, 51 insertions(+), 51 deletions(-) rename meta/recipes-devtools/python/{python3-bcrypt_4.0.0.bb => python3-bcrypt_4.0.1.bb} (88%) diff --git a/meta/recipes-devtools/python/python3-bcrypt-crates.inc b/meta/recipes-devtools/python/python3-bcrypt-crates.inc index 78c5d5aa22a..65c7765f0cf 100644 --- a/meta/recipes-devtools/python/python3-bcrypt-crates.inc +++ b/meta/recipes-devtools/python/python3-bcrypt-crates.inc @@ -1,53 +1,53 @@ # Autogenerated with 'bitbake -c update_crates python3-bcrypt' -SRC_URI += " \ - crate://crates.io/autocfg/1.1.0 \ - crate://crates.io/base64/0.13.0 \ - crate://crates.io/bcrypt/0.13.0 \ - crate://crates.io/bcrypt-pbkdf/0.8.1 \ - crate://crates.io/bitflags/1.3.2 \ - crate://crates.io/block-buffer/0.10.2 \ - crate://crates.io/blowfish/0.9.1 \ - crate://crates.io/byteorder/1.4.3 \ - crate://crates.io/cfg-if/1.0.0 \ - crate://crates.io/cipher/0.4.3 \ - crate://crates.io/cpufeatures/0.2.4 \ - crate://crates.io/crypto-common/0.1.6 \ - crate://crates.io/digest/0.10.3 \ - crate://crates.io/generic-array/0.14.6 \ - crate://crates.io/getrandom/0.2.7 \ - crate://crates.io/indoc/0.3.6 \ - crate://crates.io/indoc-impl/0.3.6 \ - crate://crates.io/inout/0.1.3 \ - crate://crates.io/instant/0.1.12 \ - crate://crates.io/libc/0.2.132 \ - crate://crates.io/lock_api/0.4.7 \ - crate://crates.io/once_cell/1.13.1 \ - crate://crates.io/parking_lot/0.11.2 \ - crate://crates.io/parking_lot_core/0.8.5 \ - crate://crates.io/paste/0.1.18 \ - crate://crates.io/paste-impl/0.1.18 \ - crate://crates.io/pbkdf2/0.10.1 \ - crate://crates.io/proc-macro-hack/0.5.19 \ - crate://crates.io/proc-macro2/1.0.43 \ - crate://crates.io/pyo3/0.15.2 \ - crate://crates.io/pyo3-build-config/0.15.2 \ - crate://crates.io/pyo3-macros/0.15.2 \ - crate://crates.io/pyo3-macros-backend/0.15.2 \ - crate://crates.io/quote/1.0.21 \ - crate://crates.io/redox_syscall/0.2.16 \ - crate://crates.io/scopeguard/1.1.0 \ - crate://crates.io/sha2/0.10.2 \ - crate://crates.io/smallvec/1.9.0 \ - crate://crates.io/subtle/2.4.1 \ - crate://crates.io/syn/1.0.99 \ - crate://crates.io/typenum/1.15.0 \ - crate://crates.io/unicode-ident/1.0.3 \ - crate://crates.io/unindent/0.1.10 \ - crate://crates.io/version_check/0.9.4 \ - crate://crates.io/wasi/0.11.0+wasi-snapshot-preview1 \ - crate://crates.io/winapi/0.3.9 \ - crate://crates.io/winapi-i686-pc-windows-gnu/0.4.0 \ - crate://crates.io/winapi-x86_64-pc-windows-gnu/0.4.0 \ - crate://crates.io/zeroize/1.5.7 \ +SRC_URI += " \ + crate://crates.io/autocfg/1.1.0 \ + crate://crates.io/base64/0.13.0 \ + crate://crates.io/bcrypt/0.13.0 \ + crate://crates.io/bcrypt-pbkdf/0.8.1 \ + crate://crates.io/bitflags/1.3.2 \ + crate://crates.io/block-buffer/0.10.3 \ + crate://crates.io/blowfish/0.9.1 \ + crate://crates.io/byteorder/1.4.3 \ + crate://crates.io/cfg-if/1.0.0 \ + crate://crates.io/cipher/0.4.3 \ + crate://crates.io/cpufeatures/0.2.5 \ + crate://crates.io/crypto-common/0.1.6 \ + crate://crates.io/digest/0.10.5 \ + crate://crates.io/generic-array/0.14.6 \ + crate://crates.io/getrandom/0.2.7 \ + crate://crates.io/indoc/0.3.6 \ + crate://crates.io/indoc-impl/0.3.6 \ + crate://crates.io/inout/0.1.3 \ + crate://crates.io/instant/0.1.12 \ + crate://crates.io/libc/0.2.134 \ + crate://crates.io/lock_api/0.4.9 \ + crate://crates.io/once_cell/1.15.0 \ + crate://crates.io/parking_lot/0.11.2 \ + crate://crates.io/parking_lot_core/0.8.5 \ + crate://crates.io/paste/0.1.18 \ + crate://crates.io/paste-impl/0.1.18 \ + crate://crates.io/pbkdf2/0.10.1 \ + crate://crates.io/proc-macro-hack/0.5.19 \ + crate://crates.io/proc-macro2/1.0.46 \ + crate://crates.io/pyo3/0.15.2 \ + crate://crates.io/pyo3-build-config/0.15.2 \ + crate://crates.io/pyo3-macros/0.15.2 \ + crate://crates.io/pyo3-macros-backend/0.15.2 \ + crate://crates.io/quote/1.0.21 \ + crate://crates.io/redox_syscall/0.2.16 \ + crate://crates.io/scopeguard/1.1.0 \ + crate://crates.io/sha2/0.10.6 \ + crate://crates.io/smallvec/1.10.0 \ + crate://crates.io/subtle/2.4.1 \ + crate://crates.io/syn/1.0.102 \ + crate://crates.io/typenum/1.15.0 \ + crate://crates.io/unicode-ident/1.0.4 \ + crate://crates.io/unindent/0.1.10 \ + crate://crates.io/version_check/0.9.4 \ + crate://crates.io/wasi/0.11.0+wasi-snapshot-preview1 \ + crate://crates.io/winapi/0.3.9 \ + crate://crates.io/winapi-i686-pc-windows-gnu/0.4.0 \ + crate://crates.io/winapi-x86_64-pc-windows-gnu/0.4.0 \ + crate://crates.io/zeroize/1.5.7 \ " diff --git a/meta/recipes-devtools/python/python3-bcrypt_4.0.0.bb b/meta/recipes-devtools/python/python3-bcrypt_4.0.1.bb similarity index 88% rename from meta/recipes-devtools/python/python3-bcrypt_4.0.0.bb rename to meta/recipes-devtools/python/python3-bcrypt_4.0.1.bb index 857b38df2ce..6ce45ca6ee1 100644 --- a/meta/recipes-devtools/python/python3-bcrypt_4.0.0.bb +++ b/meta/recipes-devtools/python/python3-bcrypt_4.0.1.bb @@ -5,7 +5,7 @@ HOMEPAGE = "https://pypi.org/project/bcrypt/" DEPENDS += "${PYTHON_PN}-cffi-native" -SRC_URI[sha256sum] = "c59c170fc9225faad04dde1ba61d85b413946e8ce2e5f5f5ff30dfd67283f319" +SRC_URI[sha256sum] = "27d375903ac8261cfe4047f6709d16f7d18d39b1ec92aaf72af989552a650ebd" inherit pypi python_setuptools3_rust ptest cargo-update-recipe-crates From patchwork Wed Nov 2 03:18:21 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Orling X-Patchwork-Id: 14674 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 37FD2C433FE for ; Wed, 2 Nov 2022 03:18:42 +0000 (UTC) Received: from mail-pl1-f169.google.com (mail-pl1-f169.google.com [209.85.214.169]) by mx.groups.io with SMTP id smtpd.web11.2219.1667359121493179645 for ; Tue, 01 Nov 2022 20:18:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=MQ5iCa3Y; spf=pass (domain: gmail.com, ip: 209.85.214.169, mailfrom: ticotimo@gmail.com) Received: by mail-pl1-f169.google.com with SMTP id p21so11489756plr.7 for ; Tue, 01 Nov 2022 20:18:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; 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=htEDE3GHltVs1USE9YeaE2TwzUtAZI70D8CteyLsbjg=; b=MQ5iCa3Y/XVbu7MiDu05wG6BH4stmpwVa51Y7MtpZwCj9TJhcY0RPOhbVHle/8fWPf 3JZZ/x59BgX/ZfiSncqacol2K42UBOffeFpp0VqpBwwbuJjWI4MydXxrbg79N494VH1B zXu9PobMyqVvmnbreomCknp0u78Yj15nDIyVOMIz21H2T7Mmpou431hfHqZDdfCmv0wP S1OdYEffuSVRApSYXERKDd4q1gQa3LSu5w5ceUnPNd5zOkINpRb/PNNQ/EV9lANZJJB8 yYOtKBozPB9SxZt2xxpqtaRKBLLzv6J1hOHqukd75nsw6hyxzRi+Q8TWIsvxNQowNhxk Cxkw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=htEDE3GHltVs1USE9YeaE2TwzUtAZI70D8CteyLsbjg=; b=t3vysV+Hni5xXBn68NoVyPSQfjxT5hU3wEFvnExpl1F+wtwJQ/9phrxuKMCIzVT5DG SkV+xWIdVknaJ+XswL4NnbAH7twHe81kaevOWgKonWcrZEFpoB0W+P2B+KGoCeYDwxJc EPZkkTfumQ/oSUCC5L8ogwqw8m3orzKa7HDM+c9tNYcSAdWDavZ6BV4DJY6UyriAOdTB as4PdSgQjOBD0vGXJ1yzJ61jlEBZDB9YJGClGM01FVpbjCDmCvKpumZtb7e4FRGm/Joo mttrp3LcNK6PI6eB9th+4XRRNEIa6fngp9Jh9Gs50BIz12GhtqIpuGqp+3a4KEWHJ7W4 p11w== X-Gm-Message-State: ACrzQf3k9/jUJvz2fcTuIalDZDCwagL0sVEkqCLVqRs265jNgA662hV/ X4W7wMyIGIRUrzVLMTCtTACR60gFW+RPhg== X-Google-Smtp-Source: AMsMyM5uPKQ/S4RKR2wm0kpV9F548Sv09JkUa4S+MWTzGYfTWZEVnKf3OgKiT5A0cKdbaG/u/fNAcQ== X-Received: by 2002:a17:90b:164d:b0:213:6a84:2529 with SMTP id il13-20020a17090b164d00b002136a842529mr23435426pjb.32.1667359120024; Tue, 01 Nov 2022 20:18:40 -0700 (PDT) Received: from chiron.hsd1.or.comcast.net ([2601:1c0:ca00:cea0:5e16:97a8:56b5:1576]) by smtp.gmail.com with ESMTPSA id y22-20020a17090a16d600b002139459e121sm269644pje.27.2022.11.01.20.18.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Nov 2022 20:18:39 -0700 (PDT) From: Tim Orling X-Google-Original-From: Tim Orling To: openembedded-core@lists.openembedded.org Cc: Tim Orling Subject: [PATCH 02/11] python3-cryptography{-vectors}: 38.0.1 -> 38.0.3 Date: Tue, 1 Nov 2022 20:18:21 -0700 Message-Id: <20221102031830.3606777-2-tim.orling@konsulko.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221102031830.3606777-1-tim.orling@konsulko.com> References: <20221102031830.3606777-1-tim.orling@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 ; Wed, 02 Nov 2022 03:18:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/172564 38.0.3 - 2022-11-01 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.7, which resolves CVE-2022-3602 and CVE-2022-3786. 38.0.2 - 2022-10-11 (YANKED) Attention! This release was subsequently yanked from PyPI due to a regression in OpenSSL. * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.6. https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst#3803---2022-11-01 Signed-off-by: Tim Orling --- ...vectors_38.0.1.bb => python3-cryptography-vectors_38.0.3.bb} | 2 +- ...n3-cryptography_38.0.1.bb => python3-cryptography_38.0.3.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-cryptography-vectors_38.0.1.bb => python3-cryptography-vectors_38.0.3.bb} (90%) rename meta/recipes-devtools/python/{python3-cryptography_38.0.1.bb => python3-cryptography_38.0.3.bb} (95%) diff --git a/meta/recipes-devtools/python/python3-cryptography-vectors_38.0.1.bb b/meta/recipes-devtools/python/python3-cryptography-vectors_38.0.3.bb similarity index 90% rename from meta/recipes-devtools/python/python3-cryptography-vectors_38.0.1.bb rename to meta/recipes-devtools/python/python3-cryptography-vectors_38.0.3.bb index 43e96b48448..9e4c40e0c4a 100644 --- a/meta/recipes-devtools/python/python3-cryptography-vectors_38.0.1.bb +++ b/meta/recipes-devtools/python/python3-cryptography-vectors_38.0.3.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4 \ # NOTE: Make sure to keep this recipe at the same version as python3-cryptography # Upgrade both recipes at the same time -SRC_URI[sha256sum] = "0431fd107c1fbad0377704a7051945b3b391169fddc4f6fa0bd4edc6b6e235dd" +SRC_URI[sha256sum] = "1cdafd42f5348d77e4e7e4791aefd1f62b16bd552a0274afc9346533fe32e925" PYPI_PACKAGE = "cryptography_vectors" diff --git a/meta/recipes-devtools/python/python3-cryptography_38.0.1.bb b/meta/recipes-devtools/python/python3-cryptography_38.0.3.bb similarity index 95% rename from meta/recipes-devtools/python/python3-cryptography_38.0.1.bb rename to meta/recipes-devtools/python/python3-cryptography_38.0.3.bb index 68679b745ad..14ad459c1b1 100644 --- a/meta/recipes-devtools/python/python3-cryptography_38.0.1.bb +++ b/meta/recipes-devtools/python/python3-cryptography_38.0.3.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=bf405a8056a6647e7d077b0e7bc36aba \ " LDSHARED += "-pthread" -SRC_URI[sha256sum] = "1db3d807a14931fa317f96435695d9ec386be7b84b618cc61cfa5d08b0ae33d7" +SRC_URI[sha256sum] = "bfbe6ee19615b07a98b1d2287d6a6073f734735b49ee45b11324d85efc4d5cbd" SRC_URI += "\ file://0002-Cargo.toml-edition-2018-2021.patch \ From patchwork Wed Nov 2 03:18:22 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Orling X-Patchwork-Id: 14678 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 2090AC43217 for ; Wed, 2 Nov 2022 03:18:52 +0000 (UTC) Received: from mail-pj1-f44.google.com (mail-pj1-f44.google.com [209.85.216.44]) by mx.groups.io with SMTP id smtpd.web09.2235.1667359125598366018 for ; Tue, 01 Nov 2022 20:18:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=aUjcAavY; spf=pass (domain: gmail.com, ip: 209.85.216.44, mailfrom: ticotimo@gmail.com) Received: by mail-pj1-f44.google.com with SMTP id o7so11816360pjj.1 for ; Tue, 01 Nov 2022 20:18:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; 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=YUu9sZJEATeSzilH61Fm4LARBv/Bp1WMmBbMY1nNyDE=; b=aUjcAavYQ3j2Z3rOLS51k7NtB4lNOckwa9RqdZvnHPEqwoWV9GtZm+tSVIVLmI6sdO mksldNOt08Dq/Qh5V4MXcuMM82BsFRJnEAMK/8DM2chEFpWuCqA7ysufZoorXGhHa+U9 Rd7I9Sy7d+ChPg6JgEogUh9HO0LyU8+mKzQ34wRFtF0VeNipSJ5j/sxXK6phFCtB8GH8 sehY6r1+0I4e4RwN6ynogDS2Ile1ujCJG0epPmM+qfnzPqmGfvwLTkbVLe6lidD9HueF di8EoVEhyvl6w5PgKwqmFYUciMsvbHDAZjTGElv+i/gLerL2cDlgmHSU0WFiagDpXQ9i VPZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=YUu9sZJEATeSzilH61Fm4LARBv/Bp1WMmBbMY1nNyDE=; b=Hja4k/MTPIUu5ozmTRO9CzQPX6e44ECRzD9+GQ+MsNd0j5UYtSbNKx9RC7FSAVbJif 5pP4pw4ooMDGDD4qZ5krpdBigaTHsSk3mmY1qGMr0FdOOgZBAULrz3Ssrm5a6sBuA5Fk 4WcjFDrq4DbrFmwjQC0ie0KZ10ogSZ3uz1lbuDW+12KzIH0/Ke3yGXHwT7GCECiPf6QN SxcHV4TmvD+N0c/FZTXJEVpsY7C9DKej1VLO95Ix//wCKjGli1+uKebZg6wk8w6ESqNp 1csJGMhx9Puo7VfqIKin2D9whnTg7pHfEhgClf/QexN95xQakMvZZubvSsKy5h0iuast UKsg== X-Gm-Message-State: ACrzQf0r56S7MdqHPSTOx/A6zRf6CabCLIF/sRKjmHd3po9pT9jIKf3s sFYu0Rj5gtZZBPVyRBqS+cmSdBOm0SVqMw== X-Google-Smtp-Source: AMsMyM4GCsA7z6uBC1FRKXBhcCHPPlZCLaapM6N85DgG57VMiOenV18xz2CDGNqn+947tUr2MGT0lg== X-Received: by 2002:a17:902:7294:b0:187:146c:316f with SMTP id d20-20020a170902729400b00187146c316fmr16931447pll.149.1667359124586; Tue, 01 Nov 2022 20:18:44 -0700 (PDT) Received: from chiron.hsd1.or.comcast.net ([2601:1c0:ca00:cea0:5e16:97a8:56b5:1576]) by smtp.gmail.com with ESMTPSA id y22-20020a17090a16d600b002139459e121sm269644pje.27.2022.11.01.20.18.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Nov 2022 20:18:44 -0700 (PDT) From: Tim Orling X-Google-Original-From: Tim Orling To: openembedded-core@lists.openembedded.org Cc: Tim Orling Subject: [PATCH 03/11] python3-psutil: upgrade 5.9.2 -> 5.9.3 Date: Tue, 1 Nov 2022 20:18:22 -0700 Message-Id: <20221102031830.3606777-3-tim.orling@konsulko.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221102031830.3606777-1-tim.orling@konsulko.com> References: <20221102031830.3606777-1-tim.orling@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 ; Wed, 02 Nov 2022 03:18:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/172565 https://github.com/giampaolo/psutil/blob/master/HISTORY.rst#593 2022-10-18 Enhancements * 2040, [macOS]: provide wheels for arm64 architecture. (patch by Matthieu Darbois) Bug fixes * 2116, [macOS], [critical]: `psutil.net_connections`_ fails with RuntimeError. * 2135, [macOS]: Process.environ() may contain garbage data. Fix out-of-bounds read around sysctl_procargs. (patch by Bernhard Urban-Forster) * 2138, [Linux], [critical]: can't compile psutil on Android due to undefined ethtool_cmd_speed symbol. * 2142, [POSIX]: net_if_stats() 's flags on Python 2 returned unicode instead of str. (patch by Matthieu Darbois) * 2147, [macOS] Fix disk usage report on macOS 12+. (patch by Matthieu Darbois) * 2150, [Linux] Process.threads() may raise NoSuchProcess. Fix race condition. (patch by Daniel Li) * 2153, [macOS] Fix race condition in test_posix.TestProcess.test_cmdline. (patch by Matthieu Darbois) Signed-off-by: Tim Orling --- .../python/{python3-psutil_5.9.2.bb => python3-psutil_5.9.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-psutil_5.9.2.bb => python3-psutil_5.9.3.bb} (87%) diff --git a/meta/recipes-devtools/python/python3-psutil_5.9.2.bb b/meta/recipes-devtools/python/python3-psutil_5.9.3.bb similarity index 87% rename from meta/recipes-devtools/python/python3-psutil_5.9.2.bb rename to meta/recipes-devtools/python/python3-psutil_5.9.3.bb index 5b31014657e..f0998031503 100644 --- a/meta/recipes-devtools/python/python3-psutil_5.9.2.bb +++ b/meta/recipes-devtools/python/python3-psutil_5.9.3.bb @@ -3,7 +3,7 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=e35fd9f271d19d5f742f20a9d1f8bb8b" HOMEPAGE = "https://pypi.org/project/psutil/" -SRC_URI[sha256sum] = "feb861a10b6c3bb00701063b37e4afc754f8217f0f09c42280586bd6ac712b5c" +SRC_URI[sha256sum] = "7ccfcdfea4fc4b0a02ca2c31de7fcd186beb9cff8207800e14ab66f79c773af6" inherit pypi setuptools3 From patchwork Wed Nov 2 03:18:23 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Orling X-Patchwork-Id: 14677 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 2093CC43219 for ; Wed, 2 Nov 2022 03:18:52 +0000 (UTC) Received: from mail-pj1-f49.google.com (mail-pj1-f49.google.com [209.85.216.49]) by mx.groups.io with SMTP id smtpd.web09.2237.1667359128408914540 for ; Tue, 01 Nov 2022 20:18:48 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=oolc2M/I; spf=pass (domain: gmail.com, ip: 209.85.216.49, mailfrom: ticotimo@gmail.com) Received: by mail-pj1-f49.google.com with SMTP id q1-20020a17090a750100b002139ec1e999so738598pjk.1 for ; Tue, 01 Nov 2022 20:18:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; 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=1KV38Hm/8NfqByv/8z+FDc2+HpcEQSey2/ciiH5NXl0=; b=oolc2M/IBS2TcLuvbmDFMc9mqWYqhBwHMtHufmNQfjfBY9gzNTwKtU9YfmtA9FOK2I 1BgjjSJF/LHsBbWz6gNnLL7Mga0TYmpUpGbuHMCwK1MP5w4calAEqCLIYxecKcLoO5F/ Jwt80EYBoSbkua2TgHQseMpPz+xj3uFpN8dDpup0Nx01smJlZ/jjB/voYh+wqgKRf+zS +Vzs0DgBnQh4R4Aoe1TROg7gpPSd/APFWeAVKZ7874782opJieBO/K9VeV4TdKDdMgOJ GTA4mr3L+cIIQUGGVj5tSa2j5yRs99p2+FoxUu5IjqrPYeSIDgc3BsKXU6p6mGIFVnxf Yqig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=1KV38Hm/8NfqByv/8z+FDc2+HpcEQSey2/ciiH5NXl0=; b=X3EaAzuTX0wjtzgI4/Vn83LBR3lw8tCHVEeqNHMB154wy3VbXrhmb/T+2BH/NjcP9W oTBlsv21TxMe/FiZPtxcDC1FSnMnvc1jMsAtPzZo/mlFSLfCSbwij7Nn6q189/bpg3Bt uVvZTCELX4byDho5Iqa9bfEp3GS9CRHmCecdCdCMqkQhK8vwYEEBsjL5+sFd9uP41M4m 9pLcTaN4J+ZiCLzyJVHujVWgUDWJxQgYcyD85UwHLq95MBtwI3+5o10mycbO2Oi/6NsP ++QmYVIdsVTtKjbeK+l1Znxbi3eo7Q1zzy3SN639dxMLOqVFfMSp514NCDfkyZGKMCfG EndQ== X-Gm-Message-State: ACrzQf27KBOamSWsMYKMdKdLqRSCjp3IgpCVwbyzlubuc9yzrZ/2F1aW qmWvrs8urXPTrrJcDLKxt64zVh+T+IxcXQ== X-Google-Smtp-Source: AMsMyM6CBqzo+TmeP+rgOY5/cUBxCYYpwfusx7a3BOuZM69uGDJuiPiV2paT1HwESp51znktGDN7lw== X-Received: by 2002:a17:90b:3b4c:b0:213:f05:6a8 with SMTP id ot12-20020a17090b3b4c00b002130f0506a8mr39669155pjb.108.1667359127394; Tue, 01 Nov 2022 20:18:47 -0700 (PDT) Received: from chiron.hsd1.or.comcast.net ([2601:1c0:ca00:cea0:5e16:97a8:56b5:1576]) by smtp.gmail.com with ESMTPSA id y22-20020a17090a16d600b002139459e121sm269644pje.27.2022.11.01.20.18.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Nov 2022 20:18:46 -0700 (PDT) From: Tim Orling X-Google-Original-From: Tim Orling To: openembedded-core@lists.openembedded.org Cc: Tim Orling Subject: [PATCH 04/11] python3-pytest: upgrade 7.1.3 -> 7.2.0 Date: Tue, 1 Nov 2022 20:18:23 -0700 Message-Id: <20221102031830.3606777-4-tim.orling@konsulko.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221102031830.3606777-1-tim.orling@konsulko.com> References: <20221102031830.3606777-1-tim.orling@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 ; Wed, 02 Nov 2022 03:18:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/172566 https://docs.pytest.org/en/stable/changelog.html#pytest-7-2-0-2022-10-23 Excerpt from upstream release notes: Deprecations * #10012: Update pytest.PytestUnhandledCoroutineWarning to a deprecation; it will raise an error in pytest 8. * #10396: pytest no longer depends on the py library. pytest provides a vendored copy of py.error and py.path modules but will use the py library if it is installed. If you need other py.* modules, continue to install the deprecated py library separately, otherwise it can usually be removed as a dependency. * #4562: Deprecate configuring hook specs/impls using attributes/marks. Instead use pytest.hookimpl() and pytest.hookspec(). For more details, see the docs. * #9886: The functionality for running tests written for nose has been officially deprecated. This includes: Plain setup and teardown functions and methods: this might catch users by surprise, as setup() and teardown() are not pytest idioms, but part of the nose support. Setup/teardown using the @with_setup decorator. For more details, consult the deprecation docs. Signed-off-by: Tim Orling --- .../python/{python3-pytest_7.1.3.bb => python3-pytest_7.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pytest_7.1.3.bb => python3-pytest_7.2.0.bb} (93%) diff --git a/meta/recipes-devtools/python/python3-pytest_7.1.3.bb b/meta/recipes-devtools/python/python3-pytest_7.2.0.bb similarity index 93% rename from meta/recipes-devtools/python/python3-pytest_7.1.3.bb rename to meta/recipes-devtools/python/python3-pytest_7.2.0.bb index 373f7f35fa6..02fc55fdb0b 100644 --- a/meta/recipes-devtools/python/python3-pytest_7.1.3.bb +++ b/meta/recipes-devtools/python/python3-pytest_7.2.0.bb @@ -5,7 +5,7 @@ DESCRIPTION = "The pytest framework makes it easy to write small tests, yet scal LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=bd27e41b6550fe0fc45356d1d81ee37c" -SRC_URI[sha256sum] = "4f365fec2dff9c1162f834d9f18af1ba13062db0c708bf7b946f8a5c76180c39" +SRC_URI[sha256sum] = "c4014eb40e10f11f355ad4e3c2fb2c6c6d1919c73f3b5a433de4708202cade59" DEPENDS += "python3-setuptools-scm-native" From patchwork Wed Nov 2 03:18:24 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Orling X-Patchwork-Id: 14676 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 1CE01C4332F for ; Wed, 2 Nov 2022 03:18:52 +0000 (UTC) Received: from mail-pl1-f169.google.com (mail-pl1-f169.google.com [209.85.214.169]) by mx.groups.io with SMTP id smtpd.web09.2238.1667359131141669183 for ; Tue, 01 Nov 2022 20:18:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=HDhNDIoj; spf=pass (domain: gmail.com, ip: 209.85.214.169, mailfrom: ticotimo@gmail.com) Received: by mail-pl1-f169.google.com with SMTP id v17so12336023plo.1 for ; Tue, 01 Nov 2022 20:18:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; 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=WLN0XRY3SwO1ZT3yJgEUl+wkhTl14dR28Kf2ZmeVFhI=; b=HDhNDIojk2xhE0tqjlNf4FOEx/CXUHcoLZDaEGpEGH0i16ZoUGoQ313Ac18hBHvgca Fa1rWnXMcf+bDBcGLHk6fhUDX5VGvGrpQAaUI5pwfRaZJcPb2VCn/6dcTAcDh44z9rhZ Sr/5cxUFa7NQTUvpDuRfe52z0dSu0fXALrrK/a8UeK8hpgZnJBYZo/d6icWzsPHscVHC agwB8Z3z9+f/Quf6JFTYnJlmeTnRUQQ9jSW/PmnMIzKRhk1lG+4Sihg4xUZBB4mFWq3M jOOPZyzh1+r/ZEXiFu/mSvWrvzbZtyJN1XkCY1jAuIsa+FlckVEfsGrYwQ5ICWsM31b8 t3dw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=WLN0XRY3SwO1ZT3yJgEUl+wkhTl14dR28Kf2ZmeVFhI=; b=vKNk8Z2XnvKYZRPCsJ4SIBLsGDyP3eU93DBka08ReOqF+nIyfNjWaIMOFYwkwaipt6 um2ptD74UefFBEw18ZiMBEXBe2vUODB61/ymU235ibrhYPS3cFXg9xmRvjGa0iQ2ZPMf 7MKcfgHmQ+xnBllwA92L+EUkXuU3RbyLzogMEHFqm1WpkLTClWJu3QebwFTXx9pLAMcR Q7fiwB3hndoKMHgwexiqmv3cEQ8fIQ6jYI5nIoP2kkPiLcvlC73ILkIpM4i9pbIu7gQE MfDskTBNw0IjWea2Y10iVhHG+rMQcEIfp9Cxp0DgPkdUehO4CNz+BJcBGsmjlQhgFKvx E2Yw== X-Gm-Message-State: ACrzQf0E3HtWCTYt45tIvXvMU9sQpRdRqvbE/3qczbwv7gx9yI/6uzk+ VDni/LR9nuThEGA+/61GhYqMOSU2aZuhHg== X-Google-Smtp-Source: AMsMyM7XcF2F3CTv3+920R1R/7yBvSQMcARGc7q6sSMZbco9JElDN7IykOcFyZjM/lrBhqy9/VMiJg== X-Received: by 2002:a17:903:1112:b0:179:ce23:dd57 with SMTP id n18-20020a170903111200b00179ce23dd57mr23212057plh.114.1667359130172; Tue, 01 Nov 2022 20:18:50 -0700 (PDT) Received: from chiron.hsd1.or.comcast.net ([2601:1c0:ca00:cea0:5e16:97a8:56b5:1576]) by smtp.gmail.com with ESMTPSA id y22-20020a17090a16d600b002139459e121sm269644pje.27.2022.11.01.20.18.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Nov 2022 20:18:49 -0700 (PDT) From: Tim Orling X-Google-Original-From: Tim Orling To: openembedded-core@lists.openembedded.org Cc: Tim Orling Subject: [PATCH 05/11] python3-pytest-subtests: upgrade 0.8.0 -> 0.9.0 Date: Tue, 1 Nov 2022 20:18:24 -0700 Message-Id: <20221102031830.3606777-5-tim.orling@konsulko.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221102031830.3606777-1-tim.orling@konsulko.com> References: <20221102031830.3606777-1-tim.orling@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 ; Wed, 02 Nov 2022 03:18:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/172567 https://github.com/pytest-dev/pytest-subtests/blob/main/CHANGELOG.rst#090-2022-10-28 0.9.0 (2022-10-28) * Python 3.11 is officially supported. * Dropped support for Python 3.6. Signed-off-by: Tim Orling --- ...ytest-subtests_0.8.0.bb => python3-pytest-subtests_0.9.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pytest-subtests_0.8.0.bb => python3-pytest-subtests_0.9.0.bb} (86%) diff --git a/meta/recipes-devtools/python/python3-pytest-subtests_0.8.0.bb b/meta/recipes-devtools/python/python3-pytest-subtests_0.9.0.bb similarity index 86% rename from meta/recipes-devtools/python/python3-pytest-subtests_0.8.0.bb rename to meta/recipes-devtools/python/python3-pytest-subtests_0.9.0.bb index b092912b32e..bfaff39077c 100644 --- a/meta/recipes-devtools/python/python3-pytest-subtests_0.8.0.bb +++ b/meta/recipes-devtools/python/python3-pytest-subtests_0.9.0.bb @@ -7,7 +7,7 @@ BUGTRACKER = "https://github.com/pytest-dev/pytest-subtests/issues" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=242b4e17fa287dcf7aef372f6bc3dcb1" -SRC_URI[sha256sum] = "46eb376022e926950816ccc23502de3277adcc1396652ddb3328ce0289052c4d" +SRC_URI[sha256sum] = "c0317cd5f6a5eb3e957e89dbe4fc3322a9afddba2db8414355ed2a2cb91a844e" inherit pypi setuptools3 From patchwork Wed Nov 2 03:18:25 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Tim Orling X-Patchwork-Id: 14679 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 220DCC4332F for ; Wed, 2 Nov 2022 03:19:02 +0000 (UTC) Received: from mail-pf1-f175.google.com (mail-pf1-f175.google.com [209.85.210.175]) by mx.groups.io with SMTP id smtpd.web09.2239.1667359133695696290 for ; Tue, 01 Nov 2022 20:18:53 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=lURwJg/K; spf=pass (domain: gmail.com, ip: 209.85.210.175, mailfrom: ticotimo@gmail.com) Received: by mail-pf1-f175.google.com with SMTP id i3so15225150pfc.11 for ; Tue, 01 Nov 2022 20:18:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; 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=OSzoMK6dpvFQI1Wr7/BHZYqNPyuAlEYsSEIjPYhBx2M=; b=lURwJg/Kz5u8/q3AqacMjqpo8AF5tKqxkd6kQpUhp+hogxv7YvW6I0MCbhMbULMkdH SANapMj9VUaPvnmHw1LiiLtCHFOhp3LoLuADJhEKA5/iLqM8QNc8TCJLAbtoS5MhRPo9 t6WmJZ0+EnvpfzFXJdXz+5yLqWRolaDU0pHIVceYx+wcSDEy8WHNQ+QdtRY5DBghQNc+ BYBeNgD0YqtcN6Q643VJp5eA7huN8C4KwQyw8LHuE3Z5N9EKek81iW6mxN++gOiGl2XK acewFVEQBhCIgaRzykGUZtlb4fKR5nIGhgY6AVx9qQiGCJ35F6ss4yyvST+hZtOODKw9 W4ZQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=OSzoMK6dpvFQI1Wr7/BHZYqNPyuAlEYsSEIjPYhBx2M=; b=P7LDqjnMLOgoDW0VVkkJWoyK/zc8Wk8Rbo6rru7fJgDoh2bnEYPueW+10UHqm8AEum PJKveEj5wtZcoKY5kVLIbdkUy4JlTPBeUmR/IHkOCkEp0EbulWQ8MWjJBEOvTrTc1+c2 uJylnCvFiquzaq1zNwgWr4gKTsm09GVP6vP0OMfRBemg6aTQaFrOZl+VFw7wTzQ//mi/ Cv2L9RalgaPbvHCaun0beYEuUwFEJcUqPEAN4MvkFCjZLd2wXLSn0Vue8bFjt5LHRFr7 IFH23nrzWGsf5r4MzjDUp8lWYCz3S+2IQkVgBrFcQqJip0qGn9F76rnrS58JINFkJobU 2kvQ== X-Gm-Message-State: ACrzQf33y3GEPa1sxETwfD4hKWB6Z5HB0QeGg8qP7P8P62ueDJYW6SAT 2CgYZYFA8o8Jcd1VLQTEUXtk4DcSCoM7SQ== X-Google-Smtp-Source: AMsMyM4Xmzc3Np8RoyfvcMvFTU9trgor3VPoreWqFoTN9eQqHkpF0pHHocyv74odn0S3zlic5MV8oA== X-Received: by 2002:a63:4a43:0:b0:46f:be5f:ac6d with SMTP id j3-20020a634a43000000b0046fbe5fac6dmr11640709pgl.540.1667359132724; Tue, 01 Nov 2022 20:18:52 -0700 (PDT) Received: from chiron.hsd1.or.comcast.net ([2601:1c0:ca00:cea0:5e16:97a8:56b5:1576]) by smtp.gmail.com with ESMTPSA id y22-20020a17090a16d600b002139459e121sm269644pje.27.2022.11.01.20.18.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Nov 2022 20:18:52 -0700 (PDT) From: Tim Orling X-Google-Original-From: Tim Orling To: openembedded-core@lists.openembedded.org Cc: Tim Orling Subject: [PATCH 06/11] python3-hypothesis: upgrade 6.56.1 -> 6.56.4 Date: Tue, 1 Nov 2022 20:18:25 -0700 Message-Id: <20221102031830.3606777-6-tim.orling@konsulko.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221102031830.3606777-1-tim.orling@konsulko.com> References: <20221102031830.3606777-1-tim.orling@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 ; Wed, 02 Nov 2022 03:19:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/172568 https://hypothesis.readthedocs.io/en/latest/changes.html#v6-56-4 6.56.4 - 2022-10-28 * This patch updates some docs, and depends on exceptiongroup 1.0.0 final to avoid a bug in the previous version. 6.56.3 - 2022-10-17 * This patch teaches text() to rewrite a few more filter predicates (issue #3134). You’re unlikely to notice any change. 6.56.2 - 2022-10-10 * This patch updates our vendored list of top-level domains, which is used by the provisional domains() strategy, and fixes some incorrect examples in the docs for mutually_broadcastable_shapes(). Signed-off-by: Tim Orling --- ...ython3-hypothesis_6.56.1.bb => python3-hypothesis_6.56.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6.56.1.bb => python3-hypothesis_6.56.4.bb} (91%) diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.56.1.bb b/meta/recipes-devtools/python/python3-hypothesis_6.56.4.bb similarity index 91% rename from meta/recipes-devtools/python/python3-hypothesis_6.56.1.bb rename to meta/recipes-devtools/python/python3-hypothesis_6.56.4.bb index c16daabeefa..040ecaff3eb 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.56.1.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.56.4.bb @@ -13,7 +13,7 @@ SRC_URI += " \ file://test_rle.py \ " -SRC_URI[sha256sum] = "cefdaf6143170f1aa28adf4816d12547ab60f93c143f7d5205507d9e4804fccd" +SRC_URI[sha256sum] = "313bc1c0f377ec6c98815d3237a69add7558eadee4effe4ed613d0ba36513a52" RDEPENDS:${PN} += " \ python3-attrs \ From patchwork Wed Nov 2 03:18:26 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Orling X-Patchwork-Id: 14682 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 2EE82C43219 for ; Wed, 2 Nov 2022 03:19:02 +0000 (UTC) Received: from mail-pl1-f178.google.com (mail-pl1-f178.google.com [209.85.214.178]) by mx.groups.io with SMTP id smtpd.web09.2242.1667359135724434779 for ; Tue, 01 Nov 2022 20:18:55 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=YHJSK/4O; spf=pass (domain: gmail.com, ip: 209.85.214.178, mailfrom: ticotimo@gmail.com) Received: by mail-pl1-f178.google.com with SMTP id j12so15359408plj.5 for ; Tue, 01 Nov 2022 20:18:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; 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=U02+38X4mpWzsJVql31/ytiILZwOmFRJCvHrtc4ooZs=; b=YHJSK/4OaznAU2HXWO5UGDshZSdhLQ+NFnG3tDplj6tz/aDftLnZwyizSwfUFdfCpv tS8PjmWUXzjVYjyzADds2a0+Hoc/yvMlc4KxG6L4CH+amCceoxGHQs40mQbMltZQIF6l 8lbRdNOTZP2LnpBbUiBiUF9nsRrXKDHaGdRdagfdNoow7s7At4X7MdVNtaMocbeeSDVC zNgs0KkjNhSchMlUZjyWg7jTC9iBgbzZrGYxPQo27J9ZL+6Vll3n8HXrLVXnzCow/krz HSAluFBkXD+TbPzAGQgj+94vQbIFWfjAr1c3qgXCyH7vhI7YuL8NSPULkL6es+sRq31G Vpww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=U02+38X4mpWzsJVql31/ytiILZwOmFRJCvHrtc4ooZs=; b=4rrrNyR8BBUmmMcAhsImzOgshmmGoSBWSFdadnSnrcJ37HJhAXkBwp7mIPtf1IK3x6 IwenR0b3tbwdRHTyT6plCWQGV5CH8OqtUkUW8C731zeH91+rD59iy0XmYzpuJ41yfDB0 NJITvSPthgLL8uuJ9YxYTGBsD8oMnr2eoieEHGuiyt/+Pn0plyHKv+ipLSyh4fsLfojB 77aSV1FwXdOEQwhttbDhLQNRrEVJtyWCGQpP+JXxstVa8/CWsW5cJiMClAnCuHy03pKf /a0dyI32ZitLwO6FcOKTgblWnitwW2Jeq/bOFysl+GnOAUNtLHvuCn6nwGinA7Wy4Cdu DZhQ== X-Gm-Message-State: ACrzQf358qPVUm80wnWC2ketyKy5S2M+euu6zFjeNx/CEA9QxjI/GIZf wt4hlRgZ+6hxfL+0RnuxqUjc4Amy2nm34w== X-Google-Smtp-Source: AMsMyM5RlxR6lfIGvcW5eTdXUOodIazXDv5W8vN1nc4SdMNQp5WDS0uW8uq3z2NjULsOABb2a1ZxbA== X-Received: by 2002:a17:902:c1c6:b0:186:994f:6e57 with SMTP id c6-20020a170902c1c600b00186994f6e57mr22411995plc.17.1667359134734; Tue, 01 Nov 2022 20:18:54 -0700 (PDT) Received: from chiron.hsd1.or.comcast.net ([2601:1c0:ca00:cea0:5e16:97a8:56b5:1576]) by smtp.gmail.com with ESMTPSA id y22-20020a17090a16d600b002139459e121sm269644pje.27.2022.11.01.20.18.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Nov 2022 20:18:54 -0700 (PDT) From: Tim Orling X-Google-Original-From: Tim Orling To: openembedded-core@lists.openembedded.org Cc: Tim Orling Subject: [PATCH 07/11] python3-more-itertools: upgrade 8.14.0 -> 9.0.0 Date: Tue, 1 Nov 2022 20:18:26 -0700 Message-Id: <20221102031830.3606777-7-tim.orling@konsulko.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221102031830.3606777-1-tim.orling@konsulko.com> References: <20221102031830.3606777-1-tim.orling@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 ; Wed, 02 Nov 2022 03:19:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/172569 https://github.com/more-itertools/more-itertools/blob/master/docs/versions.rst#900 9.0.0 * Potentially breaking changes - `grouper` no longer accepts an integer as its first argument. Previously this raised a DeprecationWarning. - `collate` has been removed. Use the built-in `heapq.merge` instead. - `windowed` now yields nothing when its iterable is empty. * This library now advertises support for Python 3.7+. * New functions - `constrained_batches` - `batched` (from the Python itertools docs) - `polynomial_from_roots` (from the Python itertools docs) -`sieve` (from the Python itertools docs) * Other changes - Some documentation issues were fixed (thanks to nanouasyn) Signed-off-by: Tim Orling --- ...more-itertools_8.14.0.bb => python3-more-itertools_9.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-more-itertools_8.14.0.bb => python3-more-itertools_9.0.0.bb} (86%) diff --git a/meta/recipes-devtools/python/python3-more-itertools_8.14.0.bb b/meta/recipes-devtools/python/python3-more-itertools_9.0.0.bb similarity index 86% rename from meta/recipes-devtools/python/python3-more-itertools_8.14.0.bb rename to meta/recipes-devtools/python/python3-more-itertools_9.0.0.bb index c955f93d9b2..fce3aea8977 100644 --- a/meta/recipes-devtools/python/python3-more-itertools_8.14.0.bb +++ b/meta/recipes-devtools/python/python3-more-itertools_9.0.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/erikrose/more-itertools" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5" -SRC_URI[sha256sum] = "c09443cd3d5438b8dafccd867a6bc1cb0894389e90cb53d227456b0b0bccb750" +SRC_URI[sha256sum] = "5a6257e40878ef0520b1803990e3e22303a41b5714006c32a3fd8304b26ea1ab" inherit pypi python_flit_core ptest From patchwork Wed Nov 2 03:18:27 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Orling X-Patchwork-Id: 14683 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 2EF00C4167B for ; Wed, 2 Nov 2022 03:19:02 +0000 (UTC) Received: from mail-pf1-f181.google.com (mail-pf1-f181.google.com [209.85.210.181]) by mx.groups.io with SMTP id smtpd.web09.2243.1667359137794589082 for ; Tue, 01 Nov 2022 20:18:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=SaI5GxbS; spf=pass (domain: gmail.com, ip: 209.85.210.181, mailfrom: ticotimo@gmail.com) Received: by mail-pf1-f181.google.com with SMTP id b29so15216056pfp.13 for ; Tue, 01 Nov 2022 20:18:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; 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=19kvxFicGVs4D2j7gXQNn0rvxFXztz6gvinoDiJAxUI=; b=SaI5GxbSuWZ5dGoYOAcM96aVeG88TlPRZXxrvyzJq6YG0Aab5sV1+8ffdEZsZ1Xa2V 65LNarHeJ5Vd4BSBZM+z6Dttids81o0gQpJ3p8tnXO+w4r1ZjCCzG6T8hQImzkkY0BVw Ie3Ds0rwnnBU8bv1sgiJOYFGN1dJ3+ijwFBnJQFQeKnBAIK2lcpgYU0PwPn3wYdDrue3 cwQKiDnTawhJR8zTy6LDv9ZMMLTkvgJnkHk0SpacyVNnKOFcb54U815zYEXlEXgRW7qw ZKsCECoIoG/g8vmgTQn7DqrjSLNbSicxUkCBLga3em6T8Bk7knCV7bqGT0K7b7K2zr59 AbAQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=19kvxFicGVs4D2j7gXQNn0rvxFXztz6gvinoDiJAxUI=; b=Skg42ffmdtLbMlGWR2QFMKAA9a6Vb9rFXj1wZQxh2GVwSvGFPlwzBgnmY1RxSIdWfL eRv+aSlrF5WurozkDv5s/uwVM6PVGeE+J/DnHIcT0ZObNmJxwtEfmjkIXYbYNQudX4AN n9pmm8YlgFj5f+OoMPyru/aBwWARTN2LTprxgx/VXrwoloo429Jq6uuEAQAddMgwToNK io5zOxi3PVg6PTlw00q2/74SQ8ziLJ+DiA5Zx5E8FSe5zim2w1kWP95f2ojv20CY+PMo vw49rRaW90kkqBLtZ3SXm9bKEzWtFR3Bz7WCMRMrzXQ4zdqHWlxSN/7dW0cAIU7olGnM cGCg== X-Gm-Message-State: ACrzQf3YF66Je1kmVFqzCaLqrPW6qX2IQsgAh6/GgNYNoJnwqvMyeJCz KWod13pGljQZHCOYCsae5Hk5RR3XQ8lbRw== X-Google-Smtp-Source: AMsMyM4bf7a1QaLa6t74G0TY8WrqEfurTlAmO0l1beniDiYdM371N11WoDppR0aFMJZBHvgdJX/hQw== X-Received: by 2002:a05:6a00:8c8:b0:52c:887d:fa25 with SMTP id s8-20020a056a0008c800b0052c887dfa25mr22741942pfu.86.1667359136678; Tue, 01 Nov 2022 20:18:56 -0700 (PDT) Received: from chiron.hsd1.or.comcast.net ([2601:1c0:ca00:cea0:5e16:97a8:56b5:1576]) by smtp.gmail.com with ESMTPSA id y22-20020a17090a16d600b002139459e121sm269644pje.27.2022.11.01.20.18.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Nov 2022 20:18:56 -0700 (PDT) From: Tim Orling X-Google-Original-From: Tim Orling To: openembedded-core@lists.openembedded.org Cc: Tim Orling Subject: [PATCH 08/11] python3-pytz: upgrade 2022.4 -> 2022.6 Date: Tue, 1 Nov 2022 20:18:27 -0700 Message-Id: <20221102031830.3606777-8-tim.orling@konsulko.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221102031830.3606777-1-tim.orling@konsulko.com> References: <20221102031830.3606777-1-tim.orling@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 ; Wed, 02 Nov 2022 03:19:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/172570 https://launchpad.net/pytz/+announcement/30743 pytz 2022.6, containing the 2022f IANA database, has been released. There are no code changes. https://launchpad.net/pytz/+announcement/30736 pytz 2022.5 has been released containing the IANA 2022e database release. There are no code changes. Signed-off-by: Tim Orling --- .../python/{python3-pytz_2022.4.bb => python3-pytz_2022.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pytz_2022.4.bb => python3-pytz_2022.6.bb} (89%) diff --git a/meta/recipes-devtools/python/python3-pytz_2022.4.bb b/meta/recipes-devtools/python/python3-pytz_2022.6.bb similarity index 89% rename from meta/recipes-devtools/python/python3-pytz_2022.4.bb rename to meta/recipes-devtools/python/python3-pytz_2022.6.bb index 330314f1bd7..9631f592883 100644 --- a/meta/recipes-devtools/python/python3-pytz_2022.4.bb +++ b/meta/recipes-devtools/python/python3-pytz_2022.6.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1a67fc46c1b596cce5d21209bbe75999" inherit pypi setuptools3 ptest -SRC_URI[sha256sum] = "48ce799d83b6f8aab2020e369b627446696619e79645419610b9facd909b3174" +SRC_URI[sha256sum] = "e89512406b793ca39f5971bc999cc538ce125c0e51c27941bef4568b460095e2" RDEPENDS:${PN}:class-target += "\ ${PYTHON_PN}-datetime \ From patchwork Wed Nov 2 03:18:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Orling X-Patchwork-Id: 14681 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 2302DC43217 for ; Wed, 2 Nov 2022 03:19:02 +0000 (UTC) Received: from mail-pf1-f174.google.com (mail-pf1-f174.google.com [209.85.210.174]) by mx.groups.io with SMTP id smtpd.web12.2288.1667359139443413516 for ; Tue, 01 Nov 2022 20:18:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=l02uW3bI; spf=pass (domain: gmail.com, ip: 209.85.210.174, mailfrom: ticotimo@gmail.com) Received: by mail-pf1-f174.google.com with SMTP id g62so15241909pfb.10 for ; Tue, 01 Nov 2022 20:18:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; 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=WoQzT/YYz0wszO+zzLEosPvt7/1HWUwIy9DpTdUu8Cc=; b=l02uW3bIo03He8P2kQwANd7CneXR8e9apTdtEu+dCZitcry1OOYVJMP9NMlkh5oFj2 Z/16IQgo5c7HORQbIS5+JCNLNb9mBgRfGl0ziFeQjOEg2/O4+IDJgwmvpizNh7LHyIrF UIpCuyAH8rZfxDnzWvvZqRbNqmoUHsTaJdCHb5wncYUfwe18nW3qawXy4bZ6/1eF9Nia bpIXP3rJU8X9pDeEko37itHELUmJmWMbxdM6c8xLrWXeFAP+fG/E+KNQvSMgHL/e89c3 ZZYA4+D6VlmWwbL3OmtT5ZC6B+oLqSh0fDH2If40/974xxC0egbLvveISafM0aGp7z71 NMiw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=WoQzT/YYz0wszO+zzLEosPvt7/1HWUwIy9DpTdUu8Cc=; b=DuoqLCsXHEp7aFF6HKu449Q98X7eZVzwSbg2JW3XOUWUsC8d7zVi83VEBzAjnECxrb qSzsmyBnBAQQxBQxEQpuu1xMrlGt5K4EJ+tY/CCJjPUoLugrvAws7u2yhfwgDb6B2gqH M1DNO15GlHMvHQ2aTOMRJOYbRdU5Ytw7YOigFFcMbwT3Kkvg8Qdd3JZSZvPfTvvKWEMx w9eS8BwTZwjYuqytIfa/i5j7PWyUfqsZJqO2ahFHOq34ltQNI1AxMRag9tY7kzi2osUf g5jMnuxGD16DwamYTPZUfrMgiafz7wHPD/b1tup9z1+6yFyxlIcY5j71j7T8l5l+l2Ru spMA== X-Gm-Message-State: ACrzQf34JCG4hoBtrdDgRFMUWE80A7CsDYLv1F5dLUclzo726EObfGWr DMnl/sO8ncOLcOPcezKCNJKB4ld9Os304Q== X-Google-Smtp-Source: AMsMyM7kDn1xPxtZw7TAqAL+8FL2/dHQwzR3pl8/RpMCXbJBHWBDDUEcMOPo1FfknNgIfsa6GgLxeQ== X-Received: by 2002:a05:6a00:1a04:b0:52a:d4dc:5653 with SMTP id g4-20020a056a001a0400b0052ad4dc5653mr23067188pfv.69.1667359138509; Tue, 01 Nov 2022 20:18:58 -0700 (PDT) Received: from chiron.hsd1.or.comcast.net ([2601:1c0:ca00:cea0:5e16:97a8:56b5:1576]) by smtp.gmail.com with ESMTPSA id y22-20020a17090a16d600b002139459e121sm269644pje.27.2022.11.01.20.18.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Nov 2022 20:18:58 -0700 (PDT) From: Tim Orling X-Google-Original-From: Tim Orling To: openembedded-core@lists.openembedded.org Cc: Tim Orling Subject: [PATCH 09/11] python3-zipp: upgrade 3.9.0 -> 3.10.0 Date: Tue, 1 Nov 2022 20:18:28 -0700 Message-Id: <20221102031830.3606777-9-tim.orling@konsulko.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221102031830.3606777-1-tim.orling@konsulko.com> References: <20221102031830.3606777-1-tim.orling@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 ; Wed, 02 Nov 2022 03:19:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/172571 https://github.com/jaraco/zipp/blob/main/CHANGES.rst#v3100 v3.10.0 * zipp is now a package. https://github.com/jaraco/zipp/blob/main/CHANGES.rst#v391 v3.9.1 * Removed 'print' expression in test_pickle. * bpo-43651: Apply io.text_encoding on Python 3.10 and later. Signed-off-by: Tim Orling --- .../python/{python3-zipp_3.9.0.bb => python3-zipp_3.10.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-zipp_3.9.0.bb => python3-zipp_3.10.0.bb} (85%) diff --git a/meta/recipes-devtools/python/python3-zipp_3.9.0.bb b/meta/recipes-devtools/python/python3-zipp_3.10.0.bb similarity index 85% rename from meta/recipes-devtools/python/python3-zipp_3.9.0.bb rename to meta/recipes-devtools/python/python3-zipp_3.10.0.bb index 00c55cbe7fe..56d8e706c8d 100644 --- a/meta/recipes-devtools/python/python3-zipp_3.9.0.bb +++ b/meta/recipes-devtools/python/python3-zipp_3.10.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jaraco/zipp" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6" -SRC_URI[sha256sum] = "3a7af91c3db40ec72dd9d154ae18e008c69efe8ca88dde4f9a731bb82fe2f9eb" +SRC_URI[sha256sum] = "7a7262fd930bd3e36c50b9a64897aec3fafff3dfdeec9623ae22b40e93f99bb8" DEPENDS += "${PYTHON_PN}-setuptools-scm-native" From patchwork Wed Nov 2 03:18:29 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Orling X-Patchwork-Id: 14680 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 27964C433FE for ; Wed, 2 Nov 2022 03:19:02 +0000 (UTC) Received: from mail-pj1-f46.google.com (mail-pj1-f46.google.com [209.85.216.46]) by mx.groups.io with SMTP id smtpd.web09.2246.1667359141624211872 for ; Tue, 01 Nov 2022 20:19:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=gRkwvsZT; spf=pass (domain: gmail.com, ip: 209.85.216.46, mailfrom: ticotimo@gmail.com) Received: by mail-pj1-f46.google.com with SMTP id l6so15047054pjj.0 for ; Tue, 01 Nov 2022 20:19:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; 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=VDkFeN3A7dN6ItcFngsJHkYnROqueznbuAq/TLpeiXM=; b=gRkwvsZTW4rkk4FCUdNnD9wV9PofCaQeeQRYId+ySd8CIi7h9WICcod5QhyaLuKuL4 EaYoJBw5jaWk9WiFpm5fKoDo2b542n9m9VC9c+yg3/nAvAoV+FT4SD4u4SzAzUIGJLK9 UbwXGunLk0Gmmll6vpq6q79T4wp/IpTAOBI5/TnmHAH8VZCEbdnCO6kLoauDxNChR7Sx C/5zNzQDLjL6NDX2NAwz2mftDOWFWZA5ScqpDDq9vZBuioRs80P6XCwANCYgVQZ3wIXe S4IXBSjnw9+86Dsobqaa80IzAkpQGtBlrqxye861VKOduNOTGMfc2uAXGlv/PnDm8yRv 4LFQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=VDkFeN3A7dN6ItcFngsJHkYnROqueznbuAq/TLpeiXM=; b=7h+bg3J65nGmUFT47Q2XdsaYHRWNe3zYsjHrC1jvXHG0lB0cTpVfiZy4g6k8dKMQkq 07fqQeW71CsXnn7sx5psRDTecLcTTAmWPRmETIuKwvwIvNMHNuc6/fHpKsyFDL16LWCQ Br6Y4cify5Js3QcmIBemVcGzTU6GZN8RuuK6BOFRnD4RRjHECD9PERIUWCmtpKfS+tC7 WzJ0Q1sYfJpu+YUxAcqCtvt2AfSJh2hGsQpzYz01F27DC3lSpShmeqcWXpTh4jJ+DEnb zWIWbWkUbi7J0kk13xcgF5VJNWjZ6KvkzM0skRQ0jXYQhNE+HGGpIyMmxFs6psvQuwgL tL6g== X-Gm-Message-State: ACrzQf1j3LcCTZeBWmgcGA3376L/vRw8y7gbz0csadhUSGRGEf8W/wpm 2ZXtaLW5qU5dCDH3o5wL61dY2mnJNJl0rg== X-Google-Smtp-Source: AMsMyM6jII1+BTn05F8YRrcmjpaqyGuxJgm77Oqfv5OduUy48ayQwKJyyVJM4fv2GOWlPJRBVBvP8A== X-Received: by 2002:a17:90a:6d22:b0:213:7e1e:9be0 with SMTP id z31-20020a17090a6d2200b002137e1e9be0mr23055970pjj.17.1667359140427; Tue, 01 Nov 2022 20:19:00 -0700 (PDT) Received: from chiron.hsd1.or.comcast.net ([2601:1c0:ca00:cea0:5e16:97a8:56b5:1576]) by smtp.gmail.com with ESMTPSA id y22-20020a17090a16d600b002139459e121sm269644pje.27.2022.11.01.20.18.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Nov 2022 20:18:59 -0700 (PDT) From: Tim Orling X-Google-Original-From: Tim Orling To: openembedded-core@lists.openembedded.org Cc: Tim Orling Subject: [PATCH 10/11] python3-typing-extensions: upgrade 4.3.0 -> 4.4.0 Date: Tue, 1 Nov 2022 20:18:29 -0700 Message-Id: <20221102031830.3606777-10-tim.orling@konsulko.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221102031830.3606777-1-tim.orling@konsulko.com> References: <20221102031830.3606777-1-tim.orling@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 ; Wed, 02 Nov 2022 03:19:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/172572 https://github.com/python/typing_extensions/blob/main/CHANGELOG.md#release-440-october-6-2022 Release 4.4.0 (October 6, 2022) * Add typing_extensions.Any a backport of python 3.11's Any class which is subclassable at runtime. (backport from python/cpython#31841, by Shantanu and Jelle Zijlstra). Patch by James Hilton-Balfe (@Gobot1234). * Add initial support for TypeVarLike default parameter, PEP 696. Patch by Marc Mueller (@cdce8p). * Runtime support for PEP 698, adding typing_extensions.override. Patch by Jelle Zijlstra. * Add the infer_variance parameter to TypeVar, as specified in PEP 695. Patch by Jelle Zijlstra. Signed-off-by: Tim Orling --- .../python/python3-typing-extensions_4.3.0.bb | 14 ---- .../python/python3-typing-extensions_4.4.0.bb | 69 +++++++++++++++++++ 2 files changed, 69 insertions(+), 14 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-typing-extensions_4.3.0.bb create mode 100644 meta/recipes-devtools/python/python3-typing-extensions_4.4.0.bb diff --git a/meta/recipes-devtools/python/python3-typing-extensions_4.3.0.bb b/meta/recipes-devtools/python/python3-typing-extensions_4.3.0.bb deleted file mode 100644 index 9638491eb44..00000000000 --- a/meta/recipes-devtools/python/python3-typing-extensions_4.3.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -HOMEPAGE = "https://github.com/python/typing" -LICENSE = "PSF-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=64fc2b30b67d0a8423c250e0386ed72f" - -# The name on PyPi is slightly different. -PYPI_PACKAGE = "typing_extensions" - -SRC_URI[sha256sum] = "e6d2677a32f47fc7eb2795db1dd15c1f34eff616bcaf2cfb5e997f854fa1c4a6" - -inherit pypi python_flit_core - -BBCLASSEXTEND = "native nativesdk" - -UPSTREAM_CHECK_REGEX = "/typing-extensions/(?P(\d+[\.\-_]*)+)/" diff --git a/meta/recipes-devtools/python/python3-typing-extensions_4.4.0.bb b/meta/recipes-devtools/python/python3-typing-extensions_4.4.0.bb new file mode 100644 index 00000000000..c8cbb215f04 --- /dev/null +++ b/meta/recipes-devtools/python/python3-typing-extensions_4.4.0.bb @@ -0,0 +1,69 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- LICENSE +# +++ LICENSE +# @@ -13,12 +13,11 @@ +# +# In May 2000, Guido and the Python core development team moved to +# BeOpen.com to form the BeOpen PythonLabs team. In October of the same +# -year, the PythonLabs team moved to Digital Creations (now Zope +# -Corporation, see http://www.zope.com). In 2001, the Python Software +# -Foundation (PSF, see http://www.python.org/psf/) was formed, a +# -non-profit organization created specifically to own Python-related +# -Intellectual Property. Zope Corporation is a sponsoring member of +# -the PSF. +# +year, the PythonLabs team moved to Digital Creations, which became +# +Zope Corporation. In 2001, the Python Software Foundation (PSF, see +# +https://www.python.org/psf/) was formed, a non-profit organization +# +created specifically to own Python-related Intellectual Property. +# +Zope Corporation was a sponsoring member of the PSF. +# +# All Python releases are Open Source (see http://www.opensource.org for +# the Open Source Definition). Historically, most, but not all, Python +# @@ -74,8 +73,9 @@ +# distribute, and otherwise use Python alone or in any derivative version, +# provided, however, that PSF's License Agreement and PSF's notice of copyright, +# i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +# -2011, 2012, 2013, 2014 Python Software Foundation; All Rights Reserved" are +# -retained in Python alone or in any derivative version prepared by Licensee. +# +2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Python Software Foundation; +# +All Rights Reserved" are retained in Python alone or in any derivative version +# +prepared by Licensee. +# +# 3. In the event Licensee prepares a derivative work that is based on +# or incorporates Python or any part thereof, and wants to make +# @@ -180,9 +180,9 @@ +# Agreement, Licensee may substitute the following text (omitting the +# quotes): "Python 1.6.1 is made available subject to the terms and +# conditions in CNRI's License Agreement. This Agreement together with +# -Python 1.6.1 may be located on the Internet using the following +# +Python 1.6.1 may be located on the internet using the following +# unique, persistent identifier (known as a handle): 1895.22/1013. This +# -Agreement may also be obtained from a proxy server on the Internet +# +Agreement may also be obtained from a proxy server on the internet +# using the following URL: http://hdl.handle.net/1895.22/1013". +# +# 3. In the event Licensee prepares a derivative work that is based on +# +# + +HOMEPAGE = "https://github.com/python/typing" +LICENSE = "PSF-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=f16b323917992e0f8a6f0071bc9913e2" + +# The name on PyPi is slightly different. +PYPI_PACKAGE = "typing_extensions" + +SRC_URI[sha256sum] = "1511434bb92bf8dd198c12b1cc812e800d4181cfcb867674e0f8279cc93087aa" + +inherit pypi python_flit_core + +BBCLASSEXTEND = "native nativesdk" + +UPSTREAM_CHECK_REGEX = "/typing-extensions/(?P(\d+[\.\-_]*)+)/" From patchwork Wed Nov 2 03:18:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Orling X-Patchwork-Id: 14684 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 21D6FC433FE for ; Wed, 2 Nov 2022 03:19:12 +0000 (UTC) Received: from mail-pg1-f179.google.com (mail-pg1-f179.google.com [209.85.215.179]) by mx.groups.io with SMTP id smtpd.web10.2211.1667359144727143617 for ; Tue, 01 Nov 2022 20:19:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=n6d/VSYp; spf=pass (domain: gmail.com, ip: 209.85.215.179, mailfrom: ticotimo@gmail.com) Received: by mail-pg1-f179.google.com with SMTP id g129so15124755pgc.7 for ; Tue, 01 Nov 2022 20:19:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; 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=wVH/+AfNLUN0iTIwOJtZNxsuecFi3yizFjiH/Rl6cvY=; b=n6d/VSYp3cjhavOkoFQ3b9fQgvZUIT0OOJc1R5EM79iWFK5Fc9/bwXF1QzV+SWU3DB KjfdUreJnZUNG31qX/oCvGNelggeKhD5dFwZ/VU3VMDzO/EyHojsVfumWwzpHdHsoeyU UDQXVHMuk7w1gY3gXxUWPj0C91i81maGQkWlAPDzOsoYBovYPu+hecS5jUkDlCZfFj77 WvGn/hsTRLG8bukoVLjIrkuKPJK3NYixcUZBXwB0NspxwHPWlnOv3quXgr3iYtO2gPY3 WFRoJzaE053voNUFK8iqxRw0KxCgCLABZ+v9hFLfNaZ84YB+BqADvzWI/iok6aIzdztv ey7A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=wVH/+AfNLUN0iTIwOJtZNxsuecFi3yizFjiH/Rl6cvY=; b=EGpg00Rnk2dOClH3Fl+DSRUzfCa5s4K+yxUEFIg0Iu74SnxDRJ9pUMrhA8Fy231xr4 RqUSilfmlHPoku5fYmV4QqqWVSUtlO3F3lc8iyf9Lu//qCocEFOgLLIelOtohHCERMAD 7R0gO97D6mZkGjo1Ik5D6z/56LOOgc5QGpUNM2XnCQ+Swh9NwUJsUIV5Fi+gglHf0H1D zqPk+oxLxSwVaCMcjurN8b3+kjAsFLvRWZO+cYh2mKyiYG/LsBvRcvtGeaXf0OJ+L7TO wylHg506mLsxGEDE65JDLRFbiFVPyrR1EkUtm7UeloVd6ersY9U2VEz3pXZ3zUa3QCef UQTg== X-Gm-Message-State: ACrzQf2LAyQi5HhVUG55f/PbaxWEWSrn03ET6MyTqBDiqelsKWa8hMZ3 pjiv1Cc8nQ92NKXYqLtk3soWdE5Q/H5Dsg== X-Google-Smtp-Source: AMsMyM7OPr7HgTymV8Z7Y+zqA2g2JHArEMpCGrxsino5bGEWalab1lOh39/DCe/feaAtM9cv++GViw== X-Received: by 2002:a63:106:0:b0:460:64ce:51c4 with SMTP id 6-20020a630106000000b0046064ce51c4mr19624302pgb.17.1667359143586; Tue, 01 Nov 2022 20:19:03 -0700 (PDT) Received: from chiron.hsd1.or.comcast.net ([2601:1c0:ca00:cea0:5e16:97a8:56b5:1576]) by smtp.gmail.com with ESMTPSA id y22-20020a17090a16d600b002139459e121sm269644pje.27.2022.11.01.20.19.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Nov 2022 20:19:03 -0700 (PDT) From: Tim Orling X-Google-Original-From: Tim Orling To: openembedded-core@lists.openembedded.org Cc: Tim Orling Subject: [PATCH 11/11] python3-sphinx: upgrade 5.2.3 -> 5.3.0 Date: Tue, 1 Nov 2022 20:18:30 -0700 Message-Id: <20221102031830.3606777-11-tim.orling@konsulko.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221102031830.3606777-1-tim.orling@konsulko.com> References: <20221102031830.3606777-1-tim.orling@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 ; Wed, 02 Nov 2022 03:19:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/172573 https://www.sphinx-doc.org/en/master/changes.html#release-5-3-0-released-oct-16-2022 Release 5.3.0 (released Oct 16, 2022) * #10759: LaTeX: add latex_table_style and support the 'booktabs', 'borderless', and 'colorrows' styles. (thanks to Stefan Wiehler for initial pull requests #6666, #6671) * #10840: One can cross-reference including an option value like `--module=foobar`, `--module[=foobar]` or `--module foobar`. Patch by Martin Liska. * #10881: autosectionlabel: Record the generated section label to the debug log. * #10268: Correctly URI-escape image filenames. * #10887: domains: Allow sections in all the content of all object description directives (e.g. py:function). Patch by Adam Turner Signed-off-by: Tim Orling --- .../python/{python3-sphinx_5.2.3.bb => python3-sphinx_5.3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-sphinx_5.2.3.bb => python3-sphinx_5.3.0.bb} (91%) diff --git a/meta/recipes-devtools/python/python3-sphinx_5.2.3.bb b/meta/recipes-devtools/python/python3-sphinx_5.3.0.bb similarity index 91% rename from meta/recipes-devtools/python/python3-sphinx_5.2.3.bb rename to meta/recipes-devtools/python/python3-sphinx_5.3.0.bb index 957bd17fc07..70b4e23def1 100644 --- a/meta/recipes-devtools/python/python3-sphinx_5.2.3.bb +++ b/meta/recipes-devtools/python/python3-sphinx_5.3.0.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=72c536e78c21c567311b193fe00cd253" PYPI_PACKAGE = "Sphinx" -SRC_URI[sha256sum] = "5b10cb1022dac8c035f75767799c39217a05fc0fe2d6fe5597560d38e44f0363" +SRC_URI[sha256sum] = "51026de0a9ff9fc13c05d74913ad66047e104f56a129ff73e174eb5c3ee794b5" inherit python_flit_core pypi