From patchwork Thu Dec 21 15:44:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 36805 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 B58D5C35274 for ; Thu, 21 Dec 2023 15:44:50 +0000 (UTC) Received: from mail-il1-f178.google.com (mail-il1-f178.google.com [209.85.166.178]) by mx.groups.io with SMTP id smtpd.web11.53654.1703173489615565126 for ; Thu, 21 Dec 2023 07:44:49 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.178, mailfrom: straka.derek@gmail.com) Received: by mail-il1-f178.google.com with SMTP id e9e14a558f8ab-35fb0dcec7aso3686585ab.3 for ; Thu, 21 Dec 2023 07:44:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1703173488; x=1703778288; 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=bvppOSZw1rnLiM7LRdWEvqIqDd/qE7z5A+bi1f2l0Vs=; b=BqbYpYL0SWIDJL3N2o9qjkCgVkGmjpFX3m9KwlmZbnTybbFnAwyvWcIQ1Ik/S3Rqug nhbOu2Vj5H/aBe1gx1NHDTHZ6e30aY47QfYUvVdvMWMQ29PS9kzehHj3WyW4r2AFjjRJ pPhjgaALznslw8Mi93V3g9v6ele9XSUdFtfEr3L+Ho0JS1rTS6YGvOMRDdYiKeUCN4Wi XuyqtjrfHsU0b0QWdTeAoNmdudFxFIjNMF5TdWrFeCYgsdd778eLXQfV2i2tXxXpXbTq 0vsSpTMuFXBEq0xyhIxZE7A8m4rRsh84lfRcGpQ98wlNNXRax4Bj8OWdEhBrk8Y8MYns 4PWg== X-Gm-Message-State: AOJu0YwZOF1amfbiAVo9kV7xywWB/VLakwvMrQtStcZBGTz2a/7Y/LB1 PBPkBp4gnUCHyRKcoeTIuKzuAfRNn/Rjpw== X-Google-Smtp-Source: AGHT+IGLDVcpHoYzH7Dx5SNe+Qmo8HaqTPerx1W9KlaqspUtJnuE2yOYPFm7I5f8pz1P1xxVMscH4A== X-Received: by 2002:a05:6e02:18ce:b0:35f:d9e4:9c7c with SMTP id s14-20020a056e0218ce00b0035fd9e49c7cmr441853ilu.62.1703173487751; Thu, 21 Dec 2023 07:44:47 -0800 (PST) Received: from sparta.internal.asterius.io (c-73-228-213-122.hsd1.mn.comcast.net. [73.228.213.122]) by smtp.gmail.com with ESMTPSA id k28-20020a02ccdc000000b00469328386c8sm530578jaq.162.2023.12.21.07.44.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Dec 2023 07:44:47 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [meta-python][PATCH 1/5] python3-rapidjson: update to version 1.14 Date: Thu, 21 Dec 2023 15:44:31 +0000 Message-Id: <20231221154435.3874910-1-derek@asterius.io> 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 ; Thu, 21 Dec 2023 15:44:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/107715 Signed-off-by: Derek Straka --- ...thon3-rapidjson_1.13.bb => python3-rapidjson_1.14.bb} | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) rename meta-python/recipes-devtools/python/{python3-rapidjson_1.13.bb => python3-rapidjson_1.14.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-rapidjson_1.13.bb b/meta-python/recipes-devtools/python/python3-rapidjson_1.14.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-rapidjson_1.13.bb rename to meta-python/recipes-devtools/python/python3-rapidjson_1.14.bb index 1623f721f..8b76397bf 100644 --- a/meta-python/recipes-devtools/python/python3-rapidjson_1.13.bb +++ b/meta-python/recipes-devtools/python/python3-rapidjson_1.14.bb @@ -4,13 +4,12 @@ HOMEPAGE = "https://github.com/python-rapidjson/python-rapidjson" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=4daf3929156304df67003c33274a98bd" -SRC_URI = "git://github.com/python-rapidjson/python-rapidjson.git;protocol=https;branch=master" -SRCREV = "a87053d9b97750afddb504da05bd1cd9f4b94654" - -S = "${WORKDIR}/git" +SRC_URI[sha256sum] = "26806f0a658c34b48d2951d8d3f846ca9deb93a34e664ef436db632a188b6779" # Inheriting ptest provides functionality for packaging and installing runtime tests for this recipe -inherit setuptools3 ptest +inherit setuptools3 pypi ptest + +PYPI_PACKAGE = "python-rapidjson" SETUPTOOLS_BUILD_ARGS += " --rj-include-dir=${RECIPE_SYSROOT}${includedir}" From patchwork Thu Dec 21 15:44:32 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 36806 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 B6765C46CCD for ; Thu, 21 Dec 2023 15:44:50 +0000 (UTC) Received: from mail-il1-f176.google.com (mail-il1-f176.google.com [209.85.166.176]) by mx.groups.io with SMTP id smtpd.web10.54215.1703173490303121199 for ; Thu, 21 Dec 2023 07:44:50 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.176, mailfrom: straka.derek@gmail.com) Received: by mail-il1-f176.google.com with SMTP id e9e14a558f8ab-35fd04ede25so3773755ab.0 for ; Thu, 21 Dec 2023 07:44:50 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1703173488; x=1703778288; 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=Zr1ht9TmJiuAWbg11T/CZkdTrQ95HfCpxuSsVyFrt3k=; b=nglfrXFSodCqdq0IE6uvdCAFqVBr8FClEms5WiM4Y4HJ5qoFNz6O3FvVFqXHIFzdUL CqYgttOdlBiysTsMZwGk2zmkJpVvkZ+QPIrGjeZ912wofKZDbvzJkOk5m0dbFo66FoB7 lWJBX9DzfGSbJaj6+YcuWj1sMALxw78thZYsPu8CE764JDQgA6T84sdz/RPDxeERNLcd 6kARoq9tCRMcstjZMgBcjhBeXcGr3bj75AGryXWFUtIdCk9ISpKDqO2wz/sqelg4yKxa iK4+X2I5Ta8b1iF+YC0vUF23+RlDUKuiMfuf2uIj61TZKmwwkHs4/7vjgpFoGcioxvxz /cdg== X-Gm-Message-State: AOJu0YxA5I8I4EcT6QGipMv52Yo4kKlgEENBWl6EQONTELmrGRHP1wZi Z1Zc9hV5yz3y9ge1ECy1ceN+qiQ8h7Bp7w== X-Google-Smtp-Source: AGHT+IEwL3MlMBcaT1YbvYrF9HsBrWt4ma9+L1HcOEzkRS/4+8yUIOWH5fSjghsQBjCJA3hVAl/vog== X-Received: by 2002:a05:6e02:180c:b0:35f:d00b:236b with SMTP id a12-20020a056e02180c00b0035fd00b236bmr2388433ilv.49.1703173488524; Thu, 21 Dec 2023 07:44:48 -0800 (PST) Received: from sparta.internal.asterius.io (c-73-228-213-122.hsd1.mn.comcast.net. [73.228.213.122]) by smtp.gmail.com with ESMTPSA id k28-20020a02ccdc000000b00469328386c8sm530578jaq.162.2023.12.21.07.44.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Dec 2023 07:44:48 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [meta-python][PATCH 2/5] python3-bitarray: update to version 2.9.0 Date: Thu, 21 Dec 2023 15:44:32 +0000 Message-Id: <20231221154435.3874910-2-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20231221154435.3874910-1-derek@asterius.io> References: <20231221154435.3874910-1-derek@asterius.io> 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 ; Thu, 21 Dec 2023 15:44:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/107716 Signed-off-by: Derek Straka --- .../{python3-bitarray_2.8.5.bb => python3-bitarray_2.9.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-bitarray_2.8.5.bb => python3-bitarray_2.9.0.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.8.5.bb b/meta-python/recipes-devtools/python/python3-bitarray_2.9.0.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-bitarray_2.8.5.bb rename to meta-python/recipes-devtools/python/python3-bitarray_2.9.0.bb index 5047784ab..e899c800b 100644 --- a/meta-python/recipes-devtools/python/python3-bitarray_2.8.5.bb +++ b/meta-python/recipes-devtools/python/python3-bitarray_2.9.0.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/ilanschnell/bitarray" LICENSE = "PSF-2.0" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d" -SRC_URI[sha256sum] = "b7564fd218cc4479f7f0106d341e096f78907b47865aeeff702c807df1927c01" +SRC_URI[sha256sum] = "41f6b46f01bc59abfc38653d203565113b6e7dd04d0ec688774ed28e6d9755db" inherit setuptools3 pypi From patchwork Thu Dec 21 15:44:33 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 36807 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 A0656C46CD2 for ; Thu, 21 Dec 2023 15:45:00 +0000 (UTC) Received: from mail-il1-f169.google.com (mail-il1-f169.google.com [209.85.166.169]) by mx.groups.io with SMTP id smtpd.web10.54217.1703173491750646032 for ; Thu, 21 Dec 2023 07:44:51 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.169, mailfrom: straka.derek@gmail.com) Received: by mail-il1-f169.google.com with SMTP id e9e14a558f8ab-35f89f18daeso3218545ab.3 for ; Thu, 21 Dec 2023 07:44:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1703173490; x=1703778290; 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=I3FOfDAUK+VLsE6sSaTugLgq6OIAqj+rFt8x+E/bo7I=; b=jurEnasMLvX4juVydXDfi9tcwNvCDdOr2B0rOearKJ2auRB6yPL8m753TvuuBqs5uq Me9o88ypK5xkW3rDgJxDsb5cEazTKWHW5WUdy83fsSLn3IaargQqs34l5+tRVKfC6nGw Rpj51nWM/GUepGi0fnRw6B7TThWMnHxCwNeQk6eUWuYlhoYwoPoAyZpwZPK0YnKEFj/r HiDXHpKtqvxzIUWzSd7TzozUZwLAfpDSjtiI1ddY6Tuz2mmqI3v39D1zmY+1StRnvg6s ZGdxy9PrSqL8fudFufVt2p4qFIcxf6XeGolcw1BHCz/p+Lb2zfyioHmBK9kBA0LHnQz0 8Kyg== X-Gm-Message-State: AOJu0YzVgXHadPEfD05bMPO8vdVVOuBdUBdd65EmZKZoa74dqLLFSXv8 ALfz01hau6B2HghbLUL4ap1Y9Y4xTHhTSg== X-Google-Smtp-Source: AGHT+IFywSmgzkXYWzMb03ZqYD3zprtzRfSY9JrmhJbvXf1nCKYgr7ETyXwSMpDYX0GjWfO9c9PKKA== X-Received: by 2002:a05:6e02:170f:b0:35e:6bf2:3090 with SMTP id u15-20020a056e02170f00b0035e6bf23090mr26553514ill.31.1703173490177; Thu, 21 Dec 2023 07:44:50 -0800 (PST) Received: from sparta.internal.asterius.io (c-73-228-213-122.hsd1.mn.comcast.net. [73.228.213.122]) by smtp.gmail.com with ESMTPSA id k28-20020a02ccdc000000b00469328386c8sm530578jaq.162.2023.12.21.07.44.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Dec 2023 07:44:48 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [meta-python][PATCH 3/5] python3-pyfanotify: update to version 0.2.2 Date: Thu, 21 Dec 2023 15:44:33 +0000 Message-Id: <20231221154435.3874910-3-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20231221154435.3874910-1-derek@asterius.io> References: <20231221154435.3874910-1-derek@asterius.io> 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 ; Thu, 21 Dec 2023 15:45:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/107717 Signed-off-by: Derek Straka --- ...ine-FNM_EXTMATCH-if-not-already-defined.patch | 16 +++++++--------- ...tify_0.2.1.bb => python3-pyfanotify_0.2.2.bb} | 2 +- 2 files changed, 8 insertions(+), 10 deletions(-) rename meta-python/recipes-devtools/python/{python3-pyfanotify_0.2.1.bb => python3-pyfanotify_0.2.2.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-pyfanotify/0001-ext-define-FNM_EXTMATCH-if-not-already-defined.patch b/meta-python/recipes-devtools/python/python3-pyfanotify/0001-ext-define-FNM_EXTMATCH-if-not-already-defined.patch index 2fa3cb05d..4c279bbcd 100644 --- a/meta-python/recipes-devtools/python/python3-pyfanotify/0001-ext-define-FNM_EXTMATCH-if-not-already-defined.patch +++ b/meta-python/recipes-devtools/python/python3-pyfanotify/0001-ext-define-FNM_EXTMATCH-if-not-already-defined.patch @@ -1,19 +1,20 @@ -From 9e7894b97ae7afe43a9901b774de5aef401549ac Mon Sep 17 00:00:00 2001 +From 87f1bf7d1e0ca2a841706d1c41d14382f11264db Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Thu, 28 Apr 2022 16:32:06 +0200 Subject: [PATCH] ext: define FNM_EXTMATCH if not already defined On musl this constant is not defined. Define it locally if not present. -Signed-off-by: Bartosz Golaszewski ---- Upstream-Status: Inappropriate +Signed-off-by: Bartosz Golaszewski + +--- src/ext.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ext.c b/src/ext.c -index e0bbe21..7d979d3 100644 +index fb33de1..fa01a81 100644 --- a/src/ext.c +++ b/src/ext.c @@ -19,6 +19,9 @@ @@ -24,8 +25,5 @@ index e0bbe21..7d979d3 100644 +#define FNM_EXTMATCH 0 +#endif - PyDoc_STRVAR(ext__doc__, - "Wrapper for fanotify.\n" --- -2.34.1 - + #define FUNUSED __attribute__((unused)) + diff --git a/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.1.bb b/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.2.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-pyfanotify_0.2.1.bb rename to meta-python/recipes-devtools/python/python3-pyfanotify_0.2.2.bb index c9fd07144..292ceab2e 100644 --- a/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.2.bb @@ -5,7 +5,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=636a36c9df04efcfacf839b8866d9a37" SRC_URI += "file://0001-ext-define-FNM_EXTMATCH-if-not-already-defined.patch" -SRC_URI[sha256sum] = "fd62dccdf3c17ca117e3279f0cbc65c639e53c9dec8a459d44ed6a35c1a18e60" +SRC_URI[sha256sum] = "90219aa9f8b78fa732f24aa7b21c7bb6ac97a6eb47f1763c899b8194e23af1df" inherit pypi setuptools3 From patchwork Thu Dec 21 15:44:34 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 36808 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 9D9B0C35274 for ; Thu, 21 Dec 2023 15:45:00 +0000 (UTC) Received: from mail-io1-f41.google.com (mail-io1-f41.google.com [209.85.166.41]) by mx.groups.io with SMTP id smtpd.web10.54218.1703173493475568081 for ; Thu, 21 Dec 2023 07:44:53 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.41, mailfrom: straka.derek@gmail.com) Received: by mail-io1-f41.google.com with SMTP id ca18e2360f4ac-7b71d65021dso22442639f.1 for ; Thu, 21 Dec 2023 07:44:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1703173492; x=1703778292; 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=Wpg7URWARhwJIEDHgYNG2gIxtBQFyoO5udBqTXC6JAA=; b=kwEFtw+gX6ub6i6so/9K4ichID7RItb3FaUETM6lQxKNp7QO29/rHWwqfLu6x9VpIQ PPS+B6St3UDYAwTLJ/uMLSokVIBfNfeo+O31R6SaXfEC0wkBxVRE0hE99GJAqkdNU6Zn Eqy6M9JQ6u+0RmToKsNXsEjWu1J1gu4njpbOOwtuc4USSm+7OUSqfSktRLyDxMnn7yIH 3OMO9pGH6yKoqKMXZB2GWxxlk2QEBKBn7udJnE/JTSUs5XZ31xELUo0OnJumdlcDv3od f3/EpK6xpBOu6I4/ds4Lk+vuFvUMfhPS68asHOfakxl8LsvYGX46gxKkkzr8wz3sl+rd RNTQ== X-Gm-Message-State: AOJu0Yw+twgOOPvrA+7jnkt7GS9j22GDZ5biYeKqxkKEMzhAxWFE9+uR 2K8OXuin0q1TSGg8AAaV0HJHaKhG5+uKKA== X-Google-Smtp-Source: AGHT+IH3UYfinXJBFK04VK+isyfHolFnentpKZHjIykAMRg1lGnhMHOPuBdoORQhCCcgPgyo6N6Log== X-Received: by 2002:a05:6602:2433:b0:7b7:ea95:3d8e with SMTP id g19-20020a056602243300b007b7ea953d8emr766134iob.19.1703173491711; Thu, 21 Dec 2023 07:44:51 -0800 (PST) Received: from sparta.internal.asterius.io (c-73-228-213-122.hsd1.mn.comcast.net. [73.228.213.122]) by smtp.gmail.com with ESMTPSA id k28-20020a02ccdc000000b00469328386c8sm530578jaq.162.2023.12.21.07.44.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Dec 2023 07:44:50 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [meta-python][PATCH 4/5] python3-eventlet: update to version 0.34.1 Date: Thu, 21 Dec 2023 15:44:34 +0000 Message-Id: <20231221154435.3874910-4-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20231221154435.3874910-1-derek@asterius.io> References: <20231221154435.3874910-1-derek@asterius.io> 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 ; Thu, 21 Dec 2023 15:45:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/107718 Remove patch incorporated in the upstream release Signed-off-by: Derek Straka --- ...o-host-0-is-not-supported-on-OpenInd.patch | 78 ------------------- ...t_0.33.3.bb => python3-eventlet_0.34.1.bb} | 3 +- 2 files changed, 1 insertion(+), 80 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-eventlet/0001-tests-getaddrinfo-host-0-is-not-supported-on-OpenInd.patch rename meta-python/recipes-devtools/python/{python3-eventlet_0.33.3.bb => python3-eventlet_0.34.1.bb} (66%) diff --git a/meta-python/recipes-devtools/python/python3-eventlet/0001-tests-getaddrinfo-host-0-is-not-supported-on-OpenInd.patch b/meta-python/recipes-devtools/python/python3-eventlet/0001-tests-getaddrinfo-host-0-is-not-supported-on-OpenInd.patch deleted file mode 100644 index 61a37d94e..000000000 --- a/meta-python/recipes-devtools/python/python3-eventlet/0001-tests-getaddrinfo-host-0-is-not-supported-on-OpenInd.patch +++ /dev/null @@ -1,78 +0,0 @@ -From ac2f960a50710bb257e87bed4e3c95a746f2a0fe Mon Sep 17 00:00:00 2001 -From: Sergey Shepelev -Date: Mon, 27 Mar 2023 22:07:15 +0300 -Subject: [PATCH] tests: getaddrinfo(host, 0) is not supported on OpenIndiana - platform - -https://github.com/eventlet/eventlet/issues/791 - -Upstream-Status: Backport -Signed-off-by: Alexander Kanavin ---- - tests/greendns_test.py | 14 +++++++------- - 1 file changed, 7 insertions(+), 7 deletions(-) - -diff --git a/tests/greendns_test.py b/tests/greendns_test.py -index feab2b6..3802f44 100644 ---- a/tests/greendns_test.py -+++ b/tests/greendns_test.py -@@ -613,14 +613,14 @@ class TestGetaddrinfo(tests.LimitedTestCase): - def test_getaddrinfo_only_a_ans(self): - greendns.resolve = _make_mock_resolve() - greendns.resolve.add('example.com', '1.2.3.4') -- res = greendns.getaddrinfo('example.com', 0) -+ res = greendns.getaddrinfo('example.com', None) - addr = [('1.2.3.4', 0)] * len(res) - assert addr == [ai[-1] for ai in res] - - def test_getaddrinfo_only_aaaa_ans(self): - greendns.resolve = _make_mock_resolve() - greendns.resolve.add('example.com', 'dead:beef::1') -- res = greendns.getaddrinfo('example.com', 0) -+ res = greendns.getaddrinfo('example.com', None) - addr = [('dead:beef::1', 0, 0, 0)] * len(res) - assert addr == [ai[-1] for ai in res] - -@@ -637,7 +637,7 @@ class TestGetaddrinfo(tests.LimitedTestCase): - res.raises = greendns.dns.exception.Timeout - greendns.resolver._resolver = res() - -- result = greendns.getaddrinfo('example.com', 0, 0) -+ result = greendns.getaddrinfo('example.com', None, 0) - addr = [('1.2.3.4', 0)] * len(result) - assert addr == [ai[-1] for ai in result] - -@@ -654,7 +654,7 @@ class TestGetaddrinfo(tests.LimitedTestCase): - res.raises = greendns.dns.exception.DNSException - greendns.resolver._resolver = res() - -- result = greendns.getaddrinfo('example.com', 0, 0) -+ result = greendns.getaddrinfo('example.com', None, 0) - addr = [('1.2.3.4', 0)] * len(result) - assert addr == [ai[-1] for ai in result] - -@@ -667,7 +667,7 @@ class TestGetaddrinfo(tests.LimitedTestCase): - greendns.resolver._resolver = res() - - with tests.assert_raises(socket.gaierror): -- greendns.getaddrinfo('example.com', 0, 0) -+ greendns.getaddrinfo('example.com', None, 0) - - def test_getaddrinfo_hosts_only_dns_error(self): - hostsres = _make_mock_base_resolver() -@@ -678,13 +678,13 @@ class TestGetaddrinfo(tests.LimitedTestCase): - greendns.resolver._resolver = res() - - with tests.assert_raises(socket.gaierror): -- greendns.getaddrinfo('example.com', 0, 0) -+ greendns.getaddrinfo('example.com', None, 0) - - def test_canonname(self): - greendns.resolve = _make_mock_resolve() - greendns.resolve.add('host.example.com', '1.2.3.4') - greendns.resolve_cname = self._make_mock_resolve_cname() -- res = greendns.getaddrinfo('host.example.com', 0, -+ res = greendns.getaddrinfo('host.example.com', None, - 0, 0, 0, socket.AI_CANONNAME) - assert res[0][3] == 'cname.example.com' - diff --git a/meta-python/recipes-devtools/python/python3-eventlet_0.33.3.bb b/meta-python/recipes-devtools/python/python3-eventlet_0.34.1.bb similarity index 66% rename from meta-python/recipes-devtools/python/python3-eventlet_0.33.3.bb rename to meta-python/recipes-devtools/python/python3-eventlet_0.34.1.bb index fe4d4f020..cd6d2b25e 100644 --- a/meta-python/recipes-devtools/python/python3-eventlet_0.33.3.bb +++ b/meta-python/recipes-devtools/python/python3-eventlet_0.34.1.bb @@ -4,8 +4,7 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" -SRC_URI += "file://0001-tests-getaddrinfo-host-0-is-not-supported-on-OpenInd.patch" -SRC_URI[sha256sum] = "722803e7eadff295347539da363d68ae155b8b26ae6a634474d0a920be73cfda" +SRC_URI[sha256sum] = "0087763f3ae18a571a5cc60fdd06ceb02fdb9f006693e9ee1e8e8044ae3b470b" inherit pypi setuptools3 From patchwork Thu Dec 21 15:44:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derek Straka X-Patchwork-Id: 36809 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 A9E4DC46CCD for ; Thu, 21 Dec 2023 15:45:00 +0000 (UTC) Received: from mail-io1-f46.google.com (mail-io1-f46.google.com [209.85.166.46]) by mx.groups.io with SMTP id smtpd.web10.54219.1703173494838220083 for ; Thu, 21 Dec 2023 07:44:54 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: gmail.com, ip: 209.85.166.46, mailfrom: straka.derek@gmail.com) Received: by mail-io1-f46.google.com with SMTP id ca18e2360f4ac-7b7d65d4eecso35909139f.0 for ; Thu, 21 Dec 2023 07:44:54 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1703173493; x=1703778293; 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=ZSVxfgzOYbD2QOBYwurqInPCrx7JjT3KYxwzv4inAVk=; b=g8fZ5rzvmDnKscu6p7PQIhu66L41973kUCU4HzT48LsAtkvl9A138SW11eNbAo+eBJ deXgX0rgkLKDGPk8igp+82kebA8iwU6cmQQUWBWlyZ0QCuoGVoJQ2GxFw1FGzH77i79P oVrafA7TS5aMXRKjxFoI/3B9PcRxpNlZlOWAkhw7UPH9JbNTGx/6vuxKY/6/Ha7K4Ekg f+NuPAbXkjIWGzdxk9Vw9/13H7AHAmD/OWnFe0ue0bbau+jutXZGrEDhNfQgtn+/pX7M 0ylj05e8cMCNA615rmsPm6s5P+P2h30mlA1nKna6AZ1ioQsJEjQ+U1Yh2IgkT33kWWV8 clTw== X-Gm-Message-State: AOJu0YzGzvfgvaCjzbjXGb9JR9lgNzYH2jMu9Ldl2EquTLkU7otcUBsw 1WXxaDu8X8cZwdb1nsXnJRLLyR8BErRTwA== X-Google-Smtp-Source: AGHT+IGhuwe2FN5y/9oU8a58y5z/kaXJo04HQ58C5/E1TGVA2Y5dOyN+Ozh7Yf2iI7h+iYCfRvqOXw== X-Received: by 2002:a05:6602:73b:b0:7ba:95fc:5dd0 with SMTP id g27-20020a056602073b00b007ba95fc5dd0mr321197iox.18.1703173493290; Thu, 21 Dec 2023 07:44:53 -0800 (PST) Received: from sparta.internal.asterius.io (c-73-228-213-122.hsd1.mn.comcast.net. [73.228.213.122]) by smtp.gmail.com with ESMTPSA id k28-20020a02ccdc000000b00469328386c8sm530578jaq.162.2023.12.21.07.44.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Dec 2023 07:44:52 -0800 (PST) From: Derek Straka To: openembedded-devel@lists.openembedded.org Cc: Derek Straka Subject: [meta-python][PATCH 5/5] python3-flask-wtf: update to version 1.2.1 Date: Thu, 21 Dec 2023 15:44:35 +0000 Message-Id: <20231221154435.3874910-5-derek@asterius.io> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20231221154435.3874910-1-derek@asterius.io> References: <20231221154435.3874910-1-derek@asterius.io> 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 ; Thu, 21 Dec 2023 15:45:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/107719 Signed-off-by: Derek Straka --- ...ython3-flask-wtf_1.1.1.bb => python3-flask-wtf_1.2.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-flask-wtf_1.1.1.bb => python3-flask-wtf_1.2.1.bb} (66%) diff --git a/meta-python/recipes-devtools/python/python3-flask-wtf_1.1.1.bb b/meta-python/recipes-devtools/python/python3-flask-wtf_1.2.1.bb similarity index 66% rename from meta-python/recipes-devtools/python/python3-flask-wtf_1.1.1.bb rename to meta-python/recipes-devtools/python/python3-flask-wtf_1.2.1.bb index ec47fcac2..54d7bd637 100644 --- a/meta-python/recipes-devtools/python/python3-flask-wtf_1.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask-wtf_1.2.1.bb @@ -2,11 +2,11 @@ DESCRIPTION = "Simple integration of Flask and WTForms." LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=d98d089889e14b227732d45dac3aacc4" -SRC_URI[sha256sum] = "41c4244e9ae626d63bed42ae4785b90667b885b1535d5a4095e1f63060d12aa9" +SRC_URI[sha256sum] = "8bb269eb9bb46b87e7c8233d7e7debdf1f8b74bf90cc1789988c29b37a97b695" -PYPI_PACKAGE = "Flask-WTF" +PYPI_PACKAGE = "flask_wtf" -inherit pypi setuptools3 +inherit pypi python_hatchling RDEPENDS:${PN} = "\ ${PYTHON_PN}-flask \