From patchwork Wed Aug 14 11:54:33 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 47767 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 A6D5CC3DA4A for ; Wed, 14 Aug 2024 11:54:40 +0000 (UTC) Received: from mail-wm1-f42.google.com (mail-wm1-f42.google.com [209.85.128.42]) by mx.groups.io with SMTP id smtpd.web10.96047.1723636479930102080 for ; Wed, 14 Aug 2024 04:54:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=EDI4FIPc; spf=pass (domain: konsulko.com, ip: 209.85.128.42, mailfrom: leon.anavi@konsulko.com) Received: by mail-wm1-f42.google.com with SMTP id 5b1f17b1804b1-427fc97a88cso50059375e9.0 for ; Wed, 14 Aug 2024 04:54:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1723636478; x=1724241278; 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=5pxty/6gg9WUJ/uUTqZt3eyQHT7MbMz56TZ3UH6l3oU=; b=EDI4FIPca72L1I2X9BrPso5gSy62x06hOD0uf9ymrFSOcJy74hCQjEiDLHvXI565iQ 2h5mFe1j1JPbVER/+pTs0+BvCH4xk0pKGILIF8pL4SX4/+7MygtDi6DGrxab4PcsPMdo EBeuWda4gI9clMbGdai2/qNrkG9reG6MFXiVQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1723636478; x=1724241278; 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=5pxty/6gg9WUJ/uUTqZt3eyQHT7MbMz56TZ3UH6l3oU=; b=uCUex5geqSX5E4P8iJcaGL23iYfBh9T/UfHjLF6jljq9hYPaUewbywu9YqZexCl67b hWQtx+hEbbbcq4DHErFhJ8hmk+EIc4VWJ07dwZKuiDUZwTMVi8xE/HEUsMoGYxYhFfX3 vRmkrWUicye5P7kfYcIEp5LpKd06JhXc640ojLoiCnfR7ibdcyYdJBCIv1GdmYV9INb5 Uq48ZOyhzejU0ymMqW/NKiZEdfeMEsHjlQMOsFy5+nY5IE0a09DdUbh+mG/0HumAh74H VVzfIix5tusosb8VCu6sgbR3pkmI9F2ejDZ1jrPZ2WXjhzv5OA/kovW01PI7kcRzhK/Q j5SA== X-Gm-Message-State: AOJu0YyjNfOr9IimmsjJ0Wo334sjLs1NIdG4HWhk0D1VUd+SB4ZICTDR eRyAXks+0JjnOrl4YQEkgOhnu/InzJAYNmScC7lZun+1KuFoAzY1nIgYc2U0tB7AnZ9hhKLlX+n J X-Google-Smtp-Source: AGHT+IHwO50g5inpIsm77fsZlLg6gHkTd16HWLrtCvOSa5CtE5fPBQewyHEarxDOH0YsWKazw/j3CA== X-Received: by 2002:a5d:453a:0:b0:371:6fdc:1264 with SMTP id ffacd0b85a97d-37177827b35mr2062383f8f.60.1723636477704; Wed, 14 Aug 2024 04:54:37 -0700 (PDT) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-36e4cfeeb09sm12700620f8f.51.2024.08.14.04.54.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 14 Aug 2024 04:54:37 -0700 (PDT) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 1/3] python3-watchdog: Upgrade 4.0.1 -> 4.0.2 Date: Wed, 14 Aug 2024 14:54:33 +0300 Message-Id: <20240814115435.808089-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 ; Wed, 14 Aug 2024 11:54:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/111801 Upgrade to release 4.0.2: - Add support for Python 3.13 - [core] Run ruff, apply several fixes - [core] Remove execution rights from events.py - [documentation] Update PatternMatchingEventHandler docstrings - [documentation] Simplify the quickstart example - [fsevents] Add missing event_filter keyword-argument to FSEventsObserver.schedule() - [utils] Fix a possible race condition in AutoRestartTrick - [watchmedo] Remove execution rights from watchmedo.py Signed-off-by: Leon Anavi --- .../{python3-watchdog_4.0.1.bb => python3-watchdog_4.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-watchdog_4.0.1.bb => python3-watchdog_4.0.2.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-watchdog_4.0.1.bb b/meta-python/recipes-devtools/python/python3-watchdog_4.0.2.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-watchdog_4.0.1.bb rename to meta-python/recipes-devtools/python/python3-watchdog_4.0.2.bb index 4d0a626c4..ffe5cfad1 100644 --- a/meta-python/recipes-devtools/python/python3-watchdog_4.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-watchdog_4.0.2.bb @@ -4,7 +4,7 @@ DEPENDS = "python3-argh" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI[sha256sum] = "eebaacf674fa25511e8867028d281e602ee6500045b57f43b08778082f7f8b44" +SRC_URI[sha256sum] = "b4dfbb6c49221be4535623ea4474a4d6ee0a9cef4a80b20c28db4d858b64e270" inherit pypi setuptools3 From patchwork Wed Aug 14 11:54:34 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 47769 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 7FE3FC52D7D for ; Wed, 14 Aug 2024 11:54:50 +0000 (UTC) Received: from mail-wr1-f45.google.com (mail-wr1-f45.google.com [209.85.221.45]) by mx.groups.io with SMTP id smtpd.web11.96161.1723636480369818441 for ; Wed, 14 Aug 2024 04:54:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=gX0rWq8G; spf=pass (domain: konsulko.com, ip: 209.85.221.45, mailfrom: leon.anavi@konsulko.com) Received: by mail-wr1-f45.google.com with SMTP id ffacd0b85a97d-3685b3dbcdcso3939869f8f.3 for ; Wed, 14 Aug 2024 04:54:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1723636478; x=1724241278; 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=PjENT9EfAHwAvzNDyI4ba4OFZvtIQrGGTn6lG/HlQRk=; b=gX0rWq8Gqr226mbASg8MARFJXmPmX09nUCAl7tH56AzZW0F9gM+b3JtZu5tQJ8/z/g rN/bySaeuPU+jAK/PAY1WWmPGwhoPloyCC+fg3CpKgpfmeb2Urh3ww3dFSwKhyZdZokv zir+RZEr0zyVnahnXZdr7dvVPPaek8AG8OIJ4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1723636478; x=1724241278; 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=PjENT9EfAHwAvzNDyI4ba4OFZvtIQrGGTn6lG/HlQRk=; b=Wjnf1r2sZCVtBN3bbAv2Gx+CoeMM9VS/psojn6DYbnR4U77waZrO6rpKW7kgwgpOgL 3+aXBceIhPv8Qa6+clO4Obb4nHM0dX0Vq7ZZxz0bwDZ5VogB882GF0nWE81Z+QCybBws YHjFW75/tP2PXiKCswacTl5psmAKNzvp95Jf2DZRJYFOjOgJExfI2X0yMiSnlXrH1VUO p33UDVwyMnmIyz2NIoyk72vMUuE6aoJ8el2L9neaHRPTrWGEB/YRhuF/fOziWEpIm5z2 FHn0VTWuVJFpZNmkqEPbpo3AKVuEz+2jLtPWNA2rb9GfN9g53j9YhXnW31FEba06YGa3 +2gQ== X-Gm-Message-State: AOJu0Yzah1GOqc2jJg5sG2jrFQc2q0ya/ybqEgVJVvUb9PiIxXXxdM7x s3yjbCoVe+eU1iXodkeqmVD3QqTUULYsRLurS/E1EBBpfn7jxIDqcr/PHSI+4yRJAaQUS2B04sH P X-Google-Smtp-Source: AGHT+IE/2sJfuS0JWrAaWCPT+WqU5B958wJv5ldE2oEWdRADrbYkAlERPj4V7m7AboB8zf9vfi53HQ== X-Received: by 2002:adf:fd08:0:b0:367:9614:fb99 with SMTP id ffacd0b85a97d-37177756e49mr2031605f8f.10.1723636478434; Wed, 14 Aug 2024 04:54:38 -0700 (PDT) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-36e4cfeeb09sm12700620f8f.51.2024.08.14.04.54.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 14 Aug 2024 04:54:38 -0700 (PDT) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 2/3] python3-soupsieve: Upgrade 2.5 -> 2.6 Date: Wed, 14 Aug 2024 14:54:34 +0300 Message-Id: <20240814115435.808089-2-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240814115435.808089-1-leon.anavi@konsulko.com> References: <20240814115435.808089-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 ; Wed, 14 Aug 2024 11:54:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/111802 Upgrade to release 2.6: - Add official support for Python 3.13. - Add support for & as scoping root per the CSS Nesting Module, Level 1. When & is used outside the context of nesting, it is treated as the scoping root (equivalent to :scope). - Improve error message when an unrecognized pseudo-class is used. License-Update: Update years. Signed-off-by: Leon Anavi --- ...python3-soupsieve_2.5.bb => python3-soupsieve_2.6.bb} | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-soupsieve_2.5.bb => python3-soupsieve_2.6.bb} (66%) diff --git a/meta-python/recipes-devtools/python/python3-soupsieve_2.5.bb b/meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb similarity index 66% rename from meta-python/recipes-devtools/python/python3-soupsieve_2.5.bb rename to meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb index d26a13dfb..6572a6845 100644 --- a/meta-python/recipes-devtools/python/python3-soupsieve_2.5.bb +++ b/meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb @@ -2,15 +2,20 @@ SUMMARY = "CSS selector library for python-beautifulsoup4" HOMEPAGE = "https://github.com/facelessuser/soupsieve" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.md;md5=520586fa71ed2cbda50b4a8c89621e09" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=1bdfa4c8e8b6830bcf8e78cba1669e4d" -SRC_URI[sha256sum] = "5663d5a7b3bfaeee0bc4372e7fc48f9cff4940b3eec54a6451cc5299f1097690" +SRC_URI[sha256sum] = "e2e68417777af359ec65daac1057404a3c8a5455bb8abc36f1a9866ab1a51abb" inherit pypi python_hatchling python_setuptools_build_meta ptest SRC_URI += " \ file://run-ptest \ " +RDEPENDS:${PN} += " \ + python3-core \ + python3-datetime \ + python3-beautifulsoup4 \ +" RDEPENDS:${PN}-ptest += " \ python3-beautifulsoup4 \ From patchwork Wed Aug 14 11:54: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: 47768 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 7EF22C52D7B for ; Wed, 14 Aug 2024 11:54:50 +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.96048.1723636481272426713 for ; Wed, 14 Aug 2024 04:54:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@konsulko.com header.s=google header.b=LVmCV6Jq; 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-369f68f63b1so3778570f8f.2 for ; Wed, 14 Aug 2024 04:54:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1723636479; x=1724241279; 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=ToV1onxbOkVWmUUN+4n8qHTVtY8/fyXJNAYFrKrq+lg=; b=LVmCV6JqE8X9kUtIuBmCcA/lZsb8vzuVM8Y4iX6QwnBqjoiFh2NxroK1wE3K2pUnLf 0Om72qdGeDa9GkYs5WmHOPbRG/zagmDvWvwKwnKnQGYM0EYX9tEbJaVjhpioyJJofMLx l1hEK4g6Pudt8u6BjOEnBqM1ZVlO31qAK4G/w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1723636479; x=1724241279; 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=ToV1onxbOkVWmUUN+4n8qHTVtY8/fyXJNAYFrKrq+lg=; b=Go6yIbmIlfg4CyY9+9qVFRLJslGhp048wQlW5Q3Y3oc+p3RAkcO3z36Ffk/83/L+7O xEvFXGozxNvwGr7f/DO5zRATegRXwxU/00096UCexk37tWa7ySK461mbsynxl8GAm/EF C4LmJdMMpwsJeZopLVUMqVQ7WQNfd1SPu+vFr7JQM3VDO+++/TnqgqkAesq2XgRbvLcK C18hODBVKd9g/hNpNRRfAku2QZIGiE3llQU1HebgNMpjdMjjipgd1P1O4aLbd5K8DMJT up85dqUwPaC0tRWaL0ugL6UE4JvUrO95Oi+ynLREKjkzQkuG1OuSEP1LSIjyNOJ6yqB0 TVMQ== X-Gm-Message-State: AOJu0Yy3RAZSsY7QM8Y60lTOBoXAxskLmc2/foWXWecV7S6041zijoUv EMqJGnf+Ce/NKFszbaTVewgQgYr+JXRRKnvpNVx23Q42NYK+CQFFfUAhw+FimxKjrX49KMemw2c A X-Google-Smtp-Source: AGHT+IHEP4+Bj4xIkUSDpdXyM3dVogcudqctYcoCrKE+K0qigEMihh7V66i38xMQHCKfjctCdEFx5A== X-Received: by 2002:adf:fc11:0:b0:368:31c7:19d3 with SMTP id ffacd0b85a97d-3717774a3e8mr1925837f8f.9.1723636479469; Wed, 14 Aug 2024 04:54:39 -0700 (PDT) Received: from tone.k.g (lan.nucleusys.com. [92.247.61.126]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-36e4cfeeb09sm12700620f8f.51.2024.08.14.04.54.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 14 Aug 2024 04:54:38 -0700 (PDT) From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 3/3] python3-fastjsonschema: Upgrade 2.18.0 -> 2.20.0 Date: Wed, 14 Aug 2024 14:54:35 +0300 Message-Id: <20240814115435.808089-3-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240814115435.808089-1-leon.anavi@konsulko.com> References: <20240814115435.808089-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 ; Wed, 14 Aug 2024 11:54:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/111803 Upgrade to release 2.20.0. Added validations at compile time: - required must have unique items - checking if schema is not allowing required items (item is required, but is not listed in properties) Signed-off-by: Leon Anavi --- ...jsonschema_2.18.0.bb => python3-fastjsonschema_2.20.0.bb} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) rename meta-python/recipes-devtools/python/{python3-fastjsonschema_2.18.0.bb => python3-fastjsonschema_2.20.0.bb} (84%) diff --git a/meta-python/recipes-devtools/python/python3-fastjsonschema_2.18.0.bb b/meta-python/recipes-devtools/python/python3-fastjsonschema_2.20.0.bb similarity index 84% rename from meta-python/recipes-devtools/python/python3-fastjsonschema_2.18.0.bb rename to meta-python/recipes-devtools/python/python3-fastjsonschema_2.20.0.bb index b2e969c5c..0524a73b6 100644 --- a/meta-python/recipes-devtools/python/python3-fastjsonschema_2.18.0.bb +++ b/meta-python/recipes-devtools/python/python3-fastjsonschema_2.20.0.bb @@ -6,15 +6,12 @@ HOMEPAGE = "https://github.com/seznam/python-fastjsonschema" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=18950e8362b69c0c617b42b8bd8e7532" -SRCREV = "756540088687cda351390f687b92e602feaa7dc6" -PYPI_SRC_URI = "git://github.com/horejsek/python-fastjsonschema;protocol=https;branch=master" +SRC_URI[sha256sum] = "3d48fc5300ee96f5d116f10fe6f28d938e6008f59a6a025c2649475b87f76a23" SRC_URI += "file://run-ptest" inherit ptest pypi setuptools3 -S = "${WORKDIR}/git" - do_install_ptest() { install -d ${D}${PTEST_PATH}/tests cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/