From patchwork Fri Jun 21 11:34:55 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 45474 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 DE017C27C4F for ; Fri, 21 Jun 2024 11:35:09 +0000 (UTC) Received: from mail-wr1-f54.google.com (mail-wr1-f54.google.com [209.85.221.54]) by mx.groups.io with SMTP id smtpd.web11.70781.1718969704371294531 for ; Fri, 21 Jun 2024 04:35:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=qIRHRTqi; spf=pass (domain: konsulko.com, ip: 209.85.221.54, mailfrom: leon.anavi@konsulko.com) Received: by mail-wr1-f54.google.com with SMTP id ffacd0b85a97d-366dcd21604so84136f8f.1 for ; Fri, 21 Jun 2024 04:35:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1718969702; x=1719574502; 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=EzCAGGR0W5hsimtdzZwUCIHqtRjkngusuJFqxyCWQ9k=; b=qIRHRTqiN9XMEHulMmM+G9Ibcu7tYxW+mG65yJDwgKQu/0NXQ2fCoeaJ4bVDsQEhlY NkXUNIADhI3uVXALlVyEkkoTQCFV72AH4qdeJcp+7HhFXUtruhftNzcOT5+p39V7UhM1 cUAtZgfH3Mh+Ca9YE/n4nO3Y64XbyP5j716aA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1718969702; x=1719574502; 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=EzCAGGR0W5hsimtdzZwUCIHqtRjkngusuJFqxyCWQ9k=; b=MpoGJNiVo715P7vHhfXljzH+sKCUyCgdtNxYIx0B7bmkaama0AnJFL7QtPPhbNu9kY 7uzBiUH1yuKecqjtb1ORgjq9lW04hhhS9E7fIJeaMtbQvrEuqbpu7vtaQshrrD5/X+wc 6SytKqdmk9dx+0kkP48tWQ/xZfQ5m4FIOxPhcKj3xPsIq6imz33Fq9cHfilCxwQIv86Z gxuAbb4EHXhdJybiVoxQevasRpcDqcnNYXnGvAxuDimpqD/MBYwkB+AwqTLNX3OlZGNK GudRKlYevUbPzZiwkwfwiqIaE0nTHuMuoGICPhng/j9EKOPOznlPSdRPUq1NrUDZWYO9 2zvQ== X-Gm-Message-State: AOJu0Yy0wua5nT7a5dDtKLXzlqhjZ0ADHWCjtlYyUllu6LJdy8H2ldcD PNEjjQc6mXaV4nDehoTVGDINYopRvdFUviAeMllRKMV+gcjUfNRFVwBS2/yv+WsIbC/mlK+hF60 G X-Google-Smtp-Source: AGHT+IHCT7fk3Dt4UHWIuvoZXB49srWVzmrsrb5zkFGFNOhElsoPtjZODkX38OTcvzxBJF4JxIA/kA== X-Received: by 2002:a05:6000:4028:b0:366:ab84:9c5b with SMTP id ffacd0b85a97d-366ab849d17mr1016049f8f.64.1718969702344; Fri, 21 Jun 2024 04:35:02 -0700 (PDT) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-3663a2f6d02sm1470662f8f.85.2024.06.21.04.35.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 21 Jun 2024 04:35:01 -0700 (PDT) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 1/5] python3-pyperclip: Upgrade 1.8.2 -> 1.9.0 Date: Fri, 21 Jun 2024 14:34:55 +0300 Message-Id: <20240621113459.2188274-1-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.2 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, 21 Jun 2024 11:35:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/110988 Upgrade to release 1.9.0: - Automatically cast the copy() argument to a string for all data types. - Fix _py3_executable_exists and _py2_executable_exists that had swapped names. - Pyperclip now "stringifies" all data types by passing it to str() (or globals()['__builtins__'].unicode on Python 2), so passing [1, 2, 3] would put '[1, 2, 3]' on the clipboard. - shutil.which() replaces the custom code (except in 2.7 and below which doesn't have shutil.which()). - Remove waitForPaste() and waitForNewPaste() functions, these aren't something the core library should have. - Reordered so that xclip is chosen before xsel since xclip is more popular. Signed-off-by: Leon Anavi --- .../{python3-pyperclip_1.8.2.bb => python3-pyperclip_1.9.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pyperclip_1.8.2.bb => python3-pyperclip_1.9.0.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-pyperclip_1.8.2.bb b/meta-python/recipes-devtools/python/python3-pyperclip_1.9.0.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-pyperclip_1.8.2.bb rename to meta-python/recipes-devtools/python/python3-pyperclip_1.9.0.bb index dcf0015c5..80af514fa 100644 --- a/meta-python/recipes-devtools/python/python3-pyperclip_1.8.2.bb +++ b/meta-python/recipes-devtools/python/python3-pyperclip_1.9.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/asweigart/pyperclip" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=d7dd4b0d1f7153322a546e89b5a0a632" -SRC_URI[sha256sum] = "105254a8b04934f0bc84e9c24eb360a591aaf6535c9def5f29d92af107a9bf57" +SRC_URI[sha256sum] = "b7de0142ddc81bfc5c7507eea19da920b92252b548b96186caf94a5e2527d310" inherit pypi setuptools3 From patchwork Fri Jun 21 11:34:56 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 45473 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 DF949C41513 for ; Fri, 21 Jun 2024 11:35:09 +0000 (UTC) Received: from mail-wr1-f51.google.com (mail-wr1-f51.google.com [209.85.221.51]) by mx.groups.io with SMTP id smtpd.web10.70846.1718969704787476730 for ; Fri, 21 Jun 2024 04:35:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=oMhXS7LS; spf=pass (domain: konsulko.com, ip: 209.85.221.51, mailfrom: leon.anavi@konsulko.com) Received: by mail-wr1-f51.google.com with SMTP id ffacd0b85a97d-3651ee582cfso935685f8f.2 for ; Fri, 21 Jun 2024 04:35:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1718969703; x=1719574503; 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=81LM5bO8/XMZ2Z3wy13+xPBuf/OwJnOqnNBgHVdARfc=; b=oMhXS7LSZu4LKTzeymyEbnimED+xbYsYuAEbhmtKG4Lt4eZNPcaB2snpUt3BznroPm Daqa7CktDlkq114Q3NWvReuSh29xNPicowmjivzoE2PeaLZ2J7g8Kgz2OD6tC4Oqdp8X OWVr6jmRAHaE7U8GNHl4AfRExOgiD0NZL82ms= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1718969703; x=1719574503; 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=81LM5bO8/XMZ2Z3wy13+xPBuf/OwJnOqnNBgHVdARfc=; b=OkGstWNMmDatUsiNapZu1/el8AucPI7/3z5r8B1uxKIHLq5W3MXJz0/4RVWwe18gmP mcIMeFd0aeOz4BAfSWd9m/QL1JSKvYYhrd1KL+S1lK60R1uBubZkPdobmP1eXNPGCb6K dmrDu9UkTPAtxKDx36Lrto5K/znv0U56WJFddJIudSLqfvrw2K6NEY/oyU1aCAVrTW1i t5BAAjU8JUgXRrAzqP5q0P7mvvqEdyX6aYBI4+oOdY6/tA+Avt6AfVV1QkOU2IB2c+9y 2g9AyUz1X4/RdVTxLRyh5Bm7Tjhum5yqrexfKq4dBQ2CzsLxdY9jTGW5kHjEMTZkDqLI jOcg== X-Gm-Message-State: AOJu0YyJzIQmspjo8cLq5pszZr5fAoHX9w9yuYmiBSKX+KzJA4CSjE0+ kQnjPwzcX/jV+gOwWGgkXiSQVyXPjMmCHhlFhMGqF+Neyj0Suy3vy2gdpuXqTf/R8Fryo0n63mw 3 X-Google-Smtp-Source: AGHT+IFQf2Pwctsv5SPcbc5+u/3xPAaoQ5/LPeXgDCp6LDu0g4nZLFxJhwiwsKrPF/HEIUp8i5BWCw== X-Received: by 2002:adf:a1c3:0:b0:35f:22e3:1e0c with SMTP id ffacd0b85a97d-36319d686cbmr5536242f8f.69.1718969703058; Fri, 21 Jun 2024 04:35:03 -0700 (PDT) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-3663a2f6d02sm1470662f8f.85.2024.06.21.04.35.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 21 Jun 2024 04:35:02 -0700 (PDT) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 2/5] python3-whitenoise: Upgrade 6.6.0 -> 6.7.0 Date: Fri, 21 Jun 2024 14:34:56 +0300 Message-Id: <20240621113459.2188274-2-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240621113459.2188274-1-leon.anavi@konsulko.com> References: <20240621113459.2188274-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, 21 Jun 2024 11:35:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/110989 Upgrade to version 6.7.0: - Support Django 5.1. Signed-off-by: Leon Anavi --- ...{python3-whitenoise_6.6.0.bb => python3-whitenoise_6.7.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-whitenoise_6.6.0.bb => python3-whitenoise_6.7.0.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-whitenoise_6.6.0.bb b/meta-python/recipes-devtools/python/python3-whitenoise_6.7.0.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-whitenoise_6.6.0.bb rename to meta-python/recipes-devtools/python/python3-whitenoise_6.7.0.bb index 2dc64af57..48d5a925c 100644 --- a/meta-python/recipes-devtools/python/python3-whitenoise_6.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-whitenoise_6.7.0.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=aba4901cc64e401cea5a267eac2a2e1e" PYPI_PACKAGE = "whitenoise" -SRC_URI[sha256sum] = "8998f7370973447fac1e8ef6e8ded2c5209a7b1f67c1012866dbcd09681c3251" +SRC_URI[sha256sum] = "58c7a6cd811e275a6c91af22e96e87da0b1109e9a53bb7464116ef4c963bf636" inherit pypi python_setuptools_build_meta From patchwork Fri Jun 21 11:34:57 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 45475 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 14B85C2BBCA for ; Fri, 21 Jun 2024 11:35:10 +0000 (UTC) Received: from mail-wr1-f48.google.com (mail-wr1-f48.google.com [209.85.221.48]) by mx.groups.io with SMTP id smtpd.web10.70848.1718969705798947626 for ; Fri, 21 Jun 2024 04:35:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=eYSyV0kr; spf=pass (domain: konsulko.com, ip: 209.85.221.48, mailfrom: leon.anavi@konsulko.com) Received: by mail-wr1-f48.google.com with SMTP id ffacd0b85a97d-361785bfa71so1620169f8f.2 for ; Fri, 21 Jun 2024 04:35:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1718969704; x=1719574504; 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=21X1Ewq6O3KOM3Y/QP3hB3mWqaWMfKIC9qqPEBuXWzg=; b=eYSyV0krgNnuRMFvsmhPFMbf9DM+uMqlBQT7onKvjQCy8r3srZaKxc3L+oHGW05weV qaHdsmbIRjtb4vwmRkQf/BEExuSf9+xSvlIuGg+n7IeTv4O34SZhoKOIrYwxwJq6u13H TANGzEEk2/SIAIRZmDpeMz8uHYj8SB7BUM9jA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1718969704; x=1719574504; 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=21X1Ewq6O3KOM3Y/QP3hB3mWqaWMfKIC9qqPEBuXWzg=; b=s21YF9hd4ByHw6D0d8b/3DBhzDBdrl3bmpbmatMMX5JaZNlX5VTkU9RInjI+gCzWxg zQ9b2Onh8v/bzIXgW2QOn7FqT2+/xLAUv9AtjPLBIaQVFiIvBCw9zUD3YRXDAvBSaRY/ dlLGDK7XgbS5ZGw+BR6jYubY0PzOGZRWeXKa9jnmbqEZXC6CGVeHGmlXpUeLLlIfcwnr X5azqcxw3zo1n/XjP45Dl7YNgUlG0QaJok/z1sHj3ClDRBjqyDt+CweoyK7eQ2WL0drq 99WxeU8DVIncogL1Jw92BYRQjELmCxCwfxgmyckDEVHCZMDV1/OCxQkYPzy1SvRDU5mU b6Ig== X-Gm-Message-State: AOJu0YyapL8RKoFFoQ5f7u36ZmfyCMSY49gx9qjMAnbysl3iOcN5s7P6 w9MbS4rDVBcQZfLCwOsdfGZNA0Kd/LuCwUY7m8JSGVc6dDM2UecFhFIR3mmx72Oe8N7IEixQo2R N X-Google-Smtp-Source: AGHT+IHYE4mhlOOlr5lwlxjMryjVX5wJIz8dhQeQjntcREh0QVk92AHP484aycmRMoFKHa5S4IB7ag== X-Received: by 2002:a05:6000:e46:b0:364:94d6:f650 with SMTP id ffacd0b85a97d-36494e63de2mr3585764f8f.2.1718969703898; Fri, 21 Jun 2024 04:35:03 -0700 (PDT) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-3663a2f6d02sm1470662f8f.85.2024.06.21.04.35.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 21 Jun 2024 04:35:03 -0700 (PDT) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 3/5] python3-pycocotools: Upgrade 2.0.7 -> 2.0.8 Date: Fri, 21 Jun 2024 14:34:57 +0300 Message-Id: <20240621113459.2188274-3-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240621113459.2188274-1-leon.anavi@konsulko.com> References: <20240621113459.2188274-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, 21 Jun 2024 11:35:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/110990 Upgrade to version 2.0.8: - Wheel files that support numpy 2.0 Signed-off-by: Leon Anavi --- ...ython3-pycocotools_2.0.7.bb => python3-pycocotools_2.0.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pycocotools_2.0.7.bb => python3-pycocotools_2.0.8.bb} (84%) diff --git a/meta-python/recipes-devtools/python/python3-pycocotools_2.0.7.bb b/meta-python/recipes-devtools/python/python3-pycocotools_2.0.8.bb similarity index 84% rename from meta-python/recipes-devtools/python/python3-pycocotools_2.0.7.bb rename to meta-python/recipes-devtools/python/python3-pycocotools_2.0.8.bb index bebfb128f..c9968ae37 100644 --- a/meta-python/recipes-devtools/python/python3-pycocotools_2.0.7.bb +++ b/meta-python/recipes-devtools/python/python3-pycocotools_2.0.8.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://pycocotools/coco.py;beginline=45;endline=45;md5=12cb5 inherit setuptools3 pypi -SRC_URI[sha256sum] = "da8b7815196eebf0adabf67fcc459126cbc6498bbc6ab1fd144c371465d86879" +SRC_URI[sha256sum] = "8f2bcedb786ba26c367a3680f9c4eb5b2ad9dccb2b34eaeb205e0a021e1dfb8d" DEPENDS = "python3-cython-native python3-numpy-native virtual/crypt" RDEPENDS:${PN} = "python3-matplotlib python3-pillow python3-profile" From patchwork Fri Jun 21 11:34:58 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 45477 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 2E832C2BA1A for ; Fri, 21 Jun 2024 11:35:10 +0000 (UTC) Received: from mail-wr1-f50.google.com (mail-wr1-f50.google.com [209.85.221.50]) by mx.groups.io with SMTP id smtpd.web11.70784.1718969706542100462 for ; Fri, 21 Jun 2024 04:35:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=U12QrlwB; spf=pass (domain: konsulko.com, ip: 209.85.221.50, mailfrom: leon.anavi@konsulko.com) Received: by mail-wr1-f50.google.com with SMTP id ffacd0b85a97d-35f2c9e23d3so1921586f8f.0 for ; Fri, 21 Jun 2024 04:35:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1718969705; x=1719574505; 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=z9jpSYCsfStI+M71P/DwM+Hx3bQYXftoK0XcxH2V5po=; b=U12QrlwBaIT6vmuX4EmW6ATnmNYujeNTl3AyoaYeol7PXpXP0BYg40VaqQCVmzYubs y3e5e3HreY+KgY3b0FNG/QTXv2kwBueZhatxUR58UBji5gPAH6U2f7cl7Zc0ka+wW3NB 7+HmSGiUs8JmLKkYMsUvEvcJZqMywljbvxcaI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1718969705; x=1719574505; 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=z9jpSYCsfStI+M71P/DwM+Hx3bQYXftoK0XcxH2V5po=; b=aaLJfloPDO7x47s34hUc++TLH8VWZGJMDSTeKj0/OQO+HmV0jCKoNds1oJydCtlVi7 FeW8Rf8tcujIWT0JFlOy1Gb7+4UV7mVB4DWUVDuIJISPMU15uH0JPNkcUb9r9K+WCKhl tEOo96QRctLC+AK9eZi2b/Gc6j9Z3UjZKgFFN0dzrTBgd96w3bh+xWTLu+DPvVdKEVpp VCJW2VO1YcrRH9HULMf3udrYJKQyLTGwuP+YRfmOQPJOY1ntwOPNMwJzGkImsw5AkcHQ ocSQxSamAXhdPgGgK/RZek1ZLsQNC6hBcKs6Z5qf2eN06ZdXvsDmojOvsREpe2W142A0 cOqA== X-Gm-Message-State: AOJu0YzD3nv322G0ciVVwow2gqGTv23HLYUIzTDh44FR7sBqsi3e6gQu vix18PkJtA+to6I0yDSjZl5NwHcl4H5TMFSrsJD4cJ+UAezP4U2/q4SkTCi51zCwrW3XBt3mAbD E X-Google-Smtp-Source: AGHT+IHpI9FceaqL+SSrFy7gpmkeX7emiFxyTlkyN/FCtib8g3GfGh5WU+PHKUSdDvzhVROGsCjnwA== X-Received: by 2002:adf:8b5a:0:b0:362:e10f:5d58 with SMTP id ffacd0b85a97d-362e11ea05emr7595612f8f.27.1718969704764; Fri, 21 Jun 2024 04:35:04 -0700 (PDT) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-3663a2f6d02sm1470662f8f.85.2024.06.21.04.35.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 21 Jun 2024 04:35:04 -0700 (PDT) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 4/5] python3-cbor2: Upgrade 5.6.3 -> 5.6.4 Date: Fri, 21 Jun 2024 14:34:58 +0300 Message-Id: <20240621113459.2188274-4-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240621113459.2188274-1-leon.anavi@konsulko.com> References: <20240621113459.2188274-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, 21 Jun 2024 11:35:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/110991 Upgrade to release 5.6.4: - Fixed compilation of C extension failing on GCC 14 - Fixed compiler warnings when building C extension Signed-off-by: Leon Anavi --- .../python/{python3-cbor2_5.6.3.bb => python3-cbor2_5.6.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cbor2_5.6.3.bb => python3-cbor2_5.6.4.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.6.3.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.6.4.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-cbor2_5.6.3.bb rename to meta-python/recipes-devtools/python/python3-cbor2_5.6.4.bb index c9c98b6fb..4033b985a 100644 --- a/meta-python/recipes-devtools/python/python3-cbor2_5.6.3.bb +++ b/meta-python/recipes-devtools/python/python3-cbor2_5.6.4.bb @@ -4,7 +4,7 @@ DEPENDS +="python3-setuptools-scm-native" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" -SRC_URI[sha256sum] = "e6f0ae2751c2d333a960e0807c0611494eb1245631a167965acbc100509455d3" +SRC_URI[sha256sum] = "1c533c50dde86bef1c6950602054a0ffa3c376e8b0e20c7b8f5b108793f6983e" inherit pypi python_setuptools_build_meta ptest From patchwork Fri Jun 21 11:34:59 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 45476 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 3BD22C2BD09 for ; Fri, 21 Jun 2024 11:35:10 +0000 (UTC) Received: from mail-wr1-f44.google.com (mail-wr1-f44.google.com [209.85.221.44]) by mx.groups.io with SMTP id smtpd.web10.70849.1718969707116414375 for ; Fri, 21 Jun 2024 04:35:07 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=DGG34Gjo; spf=pass (domain: konsulko.com, ip: 209.85.221.44, mailfrom: leon.anavi@konsulko.com) Received: by mail-wr1-f44.google.com with SMTP id ffacd0b85a97d-3620ee2cdf7so1211968f8f.3 for ; Fri, 21 Jun 2024 04:35:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1718969705; x=1719574505; 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=8Sry1M7bd7yIhZoqPtSIZMeIUVMlHXo8BnXB9e6h5fI=; b=DGG34GjocfZiAZDKmez0jhJHhKlW6sNrItk+IErk3CKg60oimgXposYf5NBQSOmUGh mTCBfPW3FKwT2RdSOqZvqYVy8WVBvjlwSCNC1LOgJYH36OjjwGEefn422g3sXJmqLChf Asg+LsOGqHzPOKUDA1hLGsbLIK78cX+V0VWms= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1718969705; x=1719574505; 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=8Sry1M7bd7yIhZoqPtSIZMeIUVMlHXo8BnXB9e6h5fI=; b=ErptfLxKq8YiaIr6Yf00B1PgHf60h6kSOEXgFAIGSZD//zG2LfnUpUMsa8dwFYXE4v WZabyYoIC3Gutqb/NJl1IQPJw0VBJlOF0TXCMIoI2n4PBqYuze38H8OEgTph5yPz1mxG 9vXir2EAp/IwM2n1nyx16CjiJBk6bApSXAE6VddIVHUbnu5vZtQPTwO5dp0xsMEBsQ3C xrVRKGK/45MrjLUIhUp66kI2yKG2/Al1fdSTqQSBsti/xbW8+tkvN39ryNDkhZhnEnlM SmRa7BWlABkrHCImD0qpWS3aR7X1fp8/xx8fxqxhLu8g5gLUrEcYI7pN7SI5HJHCq3Nz Kghw== X-Gm-Message-State: AOJu0YzXzy+aPLVR+31nKTkBtbG9v8yt/aFHODZ61hvv1Z+/PPlUbmTR YgD3m/0qDWCTxubSSGa/8sXH0Y2nGEO/FRQkmDdxvr1ahhu7rQqNqDgt6sXyhjs3R8J1c29cWMY r X-Google-Smtp-Source: AGHT+IExGjZKGz7Rq+YaukMl9ygNf4+QofJzVzQHfP5IN5orJm4Z13Ihs4k9fSsq7rEMDvoAbMiUhg== X-Received: by 2002:adf:e501:0:b0:360:709c:505a with SMTP id ffacd0b85a97d-363192ce42amr5748184f8f.51.1718969705428; Fri, 21 Jun 2024 04:35:05 -0700 (PDT) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-3663a2f6d02sm1470662f8f.85.2024.06.21.04.35.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 21 Jun 2024 04:35:05 -0700 (PDT) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 5/5] python3-gunicorn: Upgrade 21.2.0 -> 22.0.0 Date: Fri, 21 Jun 2024 14:34:59 +0300 Message-Id: <20240621113459.2188274-5-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240621113459.2188274-1-leon.anavi@konsulko.com> References: <20240621113459.2188274-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, 21 Jun 2024 11:35:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/110992 - use utime to notify workers liveness - migrate setup to pyproject.toml - fix numerous security vulnerabilities in HTTP parser (closing some request smuggling vectors) - parsing additional requests is no longer attempted past unsupported request framing - on HTTP versions < 1.1 support for chunked transfer is refused (only used in exploits) - requests conflicting configured or passed SCRIPT_NAME now produce a verbose error - Trailer fields are no longer inspected for headers indicating secure scheme - support Python 3.12 License-Update: Update license year Signed-off-by: Leon Anavi --- ...ython3-gunicorn_21.2.0.bb => python3-gunicorn_22.0.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-gunicorn_21.2.0.bb => python3-gunicorn_22.0.0.bb} (65%) diff --git a/meta-python/recipes-devtools/python/python3-gunicorn_21.2.0.bb b/meta-python/recipes-devtools/python/python3-gunicorn_22.0.0.bb similarity index 65% rename from meta-python/recipes-devtools/python/python3-gunicorn_21.2.0.bb rename to meta-python/recipes-devtools/python/python3-gunicorn_22.0.0.bb index 9fd601c99..e9ad084d4 100644 --- a/meta-python/recipes-devtools/python/python3-gunicorn_21.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-gunicorn_22.0.0.bb @@ -1,11 +1,11 @@ SUMMARY = "WSGI HTTP Server for UNIX" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=302423eeae97079c633da81b6a5fe35e" +LIC_FILES_CHKSUM = "file://LICENSE;md5=5b70a8b30792a916f50dc96123e61ddf" -SRC_URI[sha256sum] = "88ec8bff1d634f98e61b9f65bc4bf3cd918a90806c6f5c48bc5603849ec81033" +SRC_URI[sha256sum] = "4a0b436239ff76fb33f11c07a16482c521a7e09c1ce3cc293c2330afe01bec63" -inherit pypi setuptools3 ptest +inherit pypi python_setuptools_build_meta ptest SRC_URI += " \ file://run-ptest \