From patchwork Fri Jan 21 13:05:29 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 2759 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 5D034C433EF for ; Fri, 21 Jan 2022 13:05:46 +0000 (UTC) Received: from voyager.superhosting.bg (voyager.superhosting.bg [79.124.30.14]) by mx.groups.io with SMTP id smtpd.web09.11464.1642770344452064449 for ; Fri, 21 Jan 2022 05:05:45 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@anavi.org header.s=default header.b=mDfgIXfd; spf=permerror, err=parse error for token &{10 18 spf.securedserverspace.com}: parse error for token &{10 18 _netblocks4.securedserverspace.com}: limit exceeded (domain: konsulko.com, ip: 79.124.30.14, mailfrom: leon.anavi@konsulko.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=anavi.org; s=default; h=Content-Transfer-Encoding:MIME-Version:Message-Id:Date:Subject: Cc:To:From:Sender:Reply-To:Content-Type:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=WoO5x2LYKuid2fm2EpMjtCOnSzxfjtEN4GNMECM6FM0=; b=mDfgIXfdhAAPYp6/ZSNhJJMHH6 RdpOVr4KEmlLPPfpz8DsifwPjXM2l77lydatesomKIkMdLDCCbO/9L7QV2HOu+RTZAT/R4Y0od41X 6l0hxhHqG1euENyTqVYflBZqNwwj4WO0H89km5WQSiZeriCyyF9NFzrnamgvkqaEzyPBZFvaPx2qf RoYufgw0JPQJ/P6fRDGwMWihxf88wdpgb0TYtxE3gDsKiY+dG2iaKD0prbHlOMmglRrJuX6C7GIiT OmpeBhNLzSo00X/wBmUivk9uuzlfxwTLSaL13TPHr17D8ubf2InPWSCFHie+nqnZgl4D1Qgthyoyq YWh9NngA==; Received: from lan.nucleusys.com ([92.247.61.126]:50940 helo=tone.k.g) by voyager.superhosting.bg with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1nAtbt-0003GN-3k; Fri, 21 Jan 2022 15:05:43 +0200 From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 1/5] python3-pillow: Upgrade 8.3.2 -> 9.0.0 Date: Fri, 21 Jan 2022 15:05:29 +0200 Message-Id: <20220121130533.3973579-1-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-OutGoing-Spam-Status: No, score=-0.5 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - voyager.superhosting.bg X-AntiAbuse: Original Domain - lists.openembedded.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - konsulko.com X-Get-Message-Sender-Via: voyager.superhosting.bg: authenticated_id: leon@anavi.org X-Authenticated-Sender: voyager.superhosting.bg: leon@anavi.org X-Source: X-Source-Args: X-Source-Dir: 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 Jan 2022 13:05:46 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/94966 Upgrade to release 9.0.0: - Restrict builtins for ImageMath.eval() - Ensure JpegImagePlugin stops at the end of a truncated file - Fixed ImagePath.Path array handling - Remove consecutive duplicate tiles that only differ by their offset - Removed redundant part of condition - Explicitly enable strip chopping for large uncompressed TIFFs - Use the Windows method to get TCL functions on Cygwin - Changed error type to allow for incremental WebP parsing - Improved I;16 operations on big endian - Ensure that BMP pixel data offset does not ignore palette - Limit quantized palette to number of colors - Use latin1 encoding to decode bytes - Fixed palette index for zeroed color in FASTOCTREE quantize - When saving RGBA to GIF, make use of first transparent palette entry - Pass SAMPLEFORMAT to libtiff - Added rounding when converting P and PA - Improved putdata() documentation and data handling - Exclude carriage return in PDF regex to help prevent ReDoS - Image.NONE is only used for resampling and dithers - Fixed freeing pointer in ImageDraw.Outline.transform - Add Tidelift alignment action and badge - Replaced further direct invocations of setup.py - Added ImageShow support for xdg-open - Switched from deprecated "setup.py install" to "pip install ." - Support 16-bit grayscale ImageQt conversion - Fixed raising OSError in _safe_read when size is greater than SAFEBLOCK - Convert subsequent GIF frames to RGB or RGBA - WebP: Fix memory leak during decoding on failure - Do not prematurely return in ImageFile when saving to stdout - Added support for top right and bottom right TGA orientations - Corrected ICNS file length in header - Block tile TIFF tags when saving - Added line width argument to ImageDraw polygon - Do not redeclare class each time when converting to NumPy - Only prevent repeated polygon pixels when drawing with transparency - Fix pushes_fd method signature - Add support for pickling TrueType fonts - Only prefer command line tools SDK on macOS over default MacOSX SDK - Fix compilation on 64-bit Termux - Replace 'setup.py sdist' with '-m build --sdist' - Use declarative package configuration - Use title for display in ImageShow - Fix for PyQt6 - Rename master to main Signed-off-by: Leon Anavi --- .../{python3-pillow_8.3.2.bb => python3-pillow_9.0.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-pillow_8.3.2.bb => python3-pillow_9.0.0.bb} (78%) diff --git a/meta-python/recipes-devtools/python/python3-pillow_8.3.2.bb b/meta-python/recipes-devtools/python/python3-pillow_9.0.0.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-pillow_8.3.2.bb rename to meta-python/recipes-devtools/python/python3-pillow_9.0.0.bb index bc6c801c3..de3c92c3d 100644 --- a/meta-python/recipes-devtools/python/python3-pillow_8.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-pillow_9.0.0.bb @@ -3,13 +3,13 @@ Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and \ Contributors." HOMEPAGE = "https://pillow.readthedocs.io" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=0337b116233da4616ae9fdb130bf6f1a" +LIC_FILES_CHKSUM = "file://LICENSE;md5=ad081a0aede51e89f8da13333a8fb849" -SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=8.3.x;protocol=https \ +SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=9.0.x;protocol=https \ file://0001-support-cross-compiling.patch \ file://0001-explicitly-set-compile-options.patch \ " -SRCREV ?= "8013f130a5077b238a4346b73e149432b180a8ea" +SRCREV ?= "82541b6dec8452cb612067fcebba1c5a1a2bfdc8" inherit setuptools3 From patchwork Fri Jan 21 13:05:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 2760 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 3FA83C433F5 for ; Fri, 21 Jan 2022 13:05:49 +0000 (UTC) Received: from voyager.superhosting.bg (voyager.superhosting.bg [79.124.30.14]) by mx.groups.io with SMTP id smtpd.web11.11638.1642770346733223440 for ; Fri, 21 Jan 2022 05:05:48 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@anavi.org header.s=default header.b=qJDmktC5; spf=permerror, err=parse error for token &{10 18 spf.securedserverspace.com}: parse error for token &{10 18 _netblocks4.securedserverspace.com}: limit exceeded (domain: konsulko.com, ip: 79.124.30.14, mailfrom: leon.anavi@konsulko.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=anavi.org; s=default; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=J2rdiyWP4ZaHDCI9xc149l14WVJktQQShvNS/k5Usz0=; b=qJDmktC5MODLKuo8rav+PbQNfq i/DD9MxogQiFHxN+K0zGwyiaK7mcT0dE6rSW+jmzNfQ8gd+X2UoU1EqWPa5SY//fgiwtFWC+aR4/o BPXNeDLoh8kd/H6QkhvOsaQUASQ0shVOU8hkOVHiHBWBCjOmOSVNgPtHs/la9+Bx8TzzAiT+dwZpW qQlEFoLzvAk8bDGovON2r/T69ZuNxrM3vqDMNYUE9fcUpglA4ERn9DSWRjcPMLvIJGz7F6nJI2nK8 Zn5iXfu2QMJ0dO8MWnNFOZV/98C47V9WfB79IDxDCXj9V76mCrVro22XI+lgErMjzX1KTOBptkb6U Xf5Y0W6Q==; Received: from lan.nucleusys.com ([92.247.61.126]:50940 helo=tone.k.g) by voyager.superhosting.bg with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1nAtbv-0003GN-P4; Fri, 21 Jan 2022 15:05:45 +0200 From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 2/5] imageio: Upgrade 2.13.5 -> 2.14.0 Date: Fri, 21 Jan 2022 15:05:30 +0200 Message-Id: <20220121130533.3973579-2-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220121130533.3973579-1-leon.anavi@konsulko.com> References: <20220121130533.3973579-1-leon.anavi@konsulko.com> MIME-Version: 1.0 X-OutGoing-Spam-Status: No, score=-0.5 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - voyager.superhosting.bg X-AntiAbuse: Original Domain - lists.openembedded.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - konsulko.com X-Get-Message-Sender-Via: voyager.superhosting.bg: authenticated_id: leon@anavi.org X-Authenticated-Sender: voyager.superhosting.bg: leon@anavi.org X-Source: X-Source-Args: X-Source-Dir: 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 Jan 2022 13:05:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/94967 Upgrade to release 2.14.0: - Handle pillow9 GIFs - Allow mode=None when writing with pillow - Add repo to PYTHONPATH in should_release? - Reorganize commit tags - Reduce release frequency to weekly Signed-off-by: Leon Anavi --- .../{python3-imageio_2.13.5.bb => python3-imageio_2.14.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-imageio_2.13.5.bb => python3-imageio_2.14.0.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.13.5.bb b/meta-python/recipes-devtools/python/python3-imageio_2.14.0.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-imageio_2.13.5.bb rename to meta-python/recipes-devtools/python/python3-imageio_2.14.0.bb index 72d10f70f..f0ac37026 100644 --- a/meta-python/recipes-devtools/python/python3-imageio_2.13.5.bb +++ b/meta-python/recipes-devtools/python/python3-imageio_2.14.0.bb @@ -5,7 +5,7 @@ SECTION = "devel/python" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=7b9bbbb543b6af3e6b53f9b7fb68f71d" -SRC_URI[sha256sum] = "c7ec2be58e401b6eaa838f8eaf8368ed54b2de4a1b001fe6551644f1a30a843d" +SRC_URI[sha256sum] = "1a612b46c24805115701ed7c4e1f2d7feb53bb615d52bfef9713a6836e997bb1" inherit pypi setuptools3 From patchwork Fri Jan 21 13:05:31 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 2761 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 405F7C433FE for ; Fri, 21 Jan 2022 13:05:49 +0000 (UTC) Received: from voyager.superhosting.bg (voyager.superhosting.bg [79.124.30.14]) by mx.groups.io with SMTP id smtpd.web10.11666.1642770348371144001 for ; Fri, 21 Jan 2022 05:05:48 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@anavi.org header.s=default header.b=WG+yVduF; spf=permerror, err=parse error for token &{10 18 spf.securedserverspace.com}: parse error for token &{10 18 _netblocks4.securedserverspace.com}: limit exceeded (domain: konsulko.com, ip: 79.124.30.14, mailfrom: leon.anavi@konsulko.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=anavi.org; s=default; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=s+iDCdvnNh/7RwnSly4GakoiUsIG+o9hBoYZlo9ud4Y=; b=WG+yVduFzdlKBArdhr4X3r4+fd SNb7QLNMUCwT4P5q+nL/kbtOeJFGLlvZKA4Ol584K1PyGrD8a2Ukvnls/MnkfTpkSwW+HtuoD5F9j a9HmpnO/5xeiQ3WSrAZ92+jQfjzQBILgz170AQojvNaA2dZ82C1yIXf+JqfzNur5T/JTi/B8505fZ XmVitFxPL5yQuNUhKg4kn+AkhT350DIl8Iku2045g+8Jd+hRrL2lZ03yswPA8RBMPpvHATb9HwgzV V8Fkt9f52/OCHGW8SFh4gYJemLJytdSsnMI+XiYj++iBE6F6PNdLzqOi9yzYLFxivjoLFfROHW58g getdWtvw==; Received: from lan.nucleusys.com ([92.247.61.126]:50940 helo=tone.k.g) by voyager.superhosting.bg with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1nAtby-0003GN-1Y; Fri, 21 Jan 2022 15:05:47 +0200 From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 3/5] python3-pycocotools: Upgrade 2.0.2 -> 2.0.4 Date: Fri, 21 Jan 2022 15:05:31 +0200 Message-Id: <20220121130533.3973579-3-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220121130533.3973579-1-leon.anavi@konsulko.com> References: <20220121130533.3973579-1-leon.anavi@konsulko.com> MIME-Version: 1.0 X-OutGoing-Spam-Status: No, score=-0.5 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - voyager.superhosting.bg X-AntiAbuse: Original Domain - lists.openembedded.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - konsulko.com X-Get-Message-Sender-Via: voyager.superhosting.bg: authenticated_id: leon@anavi.org X-Authenticated-Sender: voyager.superhosting.bg: leon@anavi.org X-Source: X-Source-Args: X-Source-Dir: 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 Jan 2022 13:05:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/94968 Upgrade to release 2.0.4: - Revamp Python build system to fix multiple build problems - Update config.yml Signed-off-by: Leon Anavi --- ...thon3-pycocotools_2.0.2.bb => python3-pycocotools_2.0.4.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pycocotools_2.0.2.bb => python3-pycocotools_2.0.4.bb} (76%) diff --git a/meta-python/recipes-devtools/python/python3-pycocotools_2.0.2.bb b/meta-python/recipes-devtools/python/python3-pycocotools_2.0.4.bb similarity index 76% rename from meta-python/recipes-devtools/python/python3-pycocotools_2.0.2.bb rename to meta-python/recipes-devtools/python/python3-pycocotools_2.0.4.bb index d47b7b563..ec8585e61 100644 --- a/meta-python/recipes-devtools/python/python3-pycocotools_2.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-pycocotools_2.0.4.bb @@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://pycocotools/coco.py;beginline=45;endline=45;md5=12cb5 inherit setuptools3 pypi -SRC_URI[md5sum] = "33858f23c8b99ce8116b70c32f6b6dd9" -SRC_URI[sha256sum] = "24717a12799b4471c2e54aa210d642e6cd4028826a1d49fcc2b0e3497e041f1a" +SRC_URI[sha256sum] = "2ab586aa389b9657b6d73c2b9a827a3681f8d00f36490c2e8ab05902e3fd9e93" DEPENDS = "python3-cython-native python3-numpy-native virtual/crypt" RDEPENDS:${PN} = "python3-matplotlib python3-pillow python3-profile" From patchwork Fri Jan 21 13:05:32 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 2762 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 4B745C433EF for ; Fri, 21 Jan 2022 13:05:52 +0000 (UTC) Received: from voyager.superhosting.bg (voyager.superhosting.bg [79.124.30.14]) by mx.groups.io with SMTP id smtpd.web12.11466.1642770350626254980 for ; Fri, 21 Jan 2022 05:05:51 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@anavi.org header.s=default header.b=kl94X5fj; spf=permerror, err=parse error for token &{10 18 spf.securedserverspace.com}: parse error for token &{10 18 _netblocks4.securedserverspace.com}: limit exceeded (domain: konsulko.com, ip: 79.124.30.14, mailfrom: leon.anavi@konsulko.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=anavi.org; s=default; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=NChA5M26+9uj3E7l1hlLJquJSALzGzu8Asph5cXD8IM=; b=kl94X5fj3WZbNLeVjRuqABmpqa Qv+jBDlZtw4qCZ+lTLOaka6Iul5QlQso4pxhOccsw6plTdFtLmljwBtGQKq6f1m1HjJaQymIbg0Uq mt/nEFZiLWewR8RWnf14TPjXtEkcoNNOyBh0F1E+7vAvOZuAAG8qgOXWcQUD2iLn7br+/P4uAIo4X fmMhlXWY4tki7pHFvsmP0/mgBAydORlfn8f3EyLwnMt4Ft5446g17V+TdP0/U3vvjrwXZs2DEnNBM Fhh1Yg1OUQUEePTaVuFybCaeunYLEUiOA23drO5FNJb7OkHJgrRnzQ49JEfsNg74a8++XTu78U6xM UdEc7Rjg==; Received: from lan.nucleusys.com ([92.247.61.126]:50940 helo=tone.k.g) by voyager.superhosting.bg with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1nAtc0-0003GN-4J; Fri, 21 Jan 2022 15:05:50 +0200 From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 4/5] python3-paramiko: Upgrade 2.9.1 -> 2.9.2 Date: Fri, 21 Jan 2022 15:05:32 +0200 Message-Id: <20220121130533.3973579-4-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220121130533.3973579-1-leon.anavi@konsulko.com> References: <20220121130533.3973579-1-leon.anavi@konsulko.com> MIME-Version: 1.0 X-OutGoing-Spam-Status: No, score=-0.5 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - voyager.superhosting.bg X-AntiAbuse: Original Domain - lists.openembedded.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - konsulko.com X-Get-Message-Sender-Via: voyager.superhosting.bg: authenticated_id: leon@anavi.org X-Authenticated-Sender: voyager.superhosting.bg: leon@anavi.org X-Source: X-Source-Args: X-Source-Dir: 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 Jan 2022 13:05:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/94969 Upgrade to release 2.9.2: - Enhanced log output when connecting to servers that do not support server-sig-algs extensions, making the new-as-of-2.9 defaulting to SHA2 pubkey algorithms more obvious when it kicks in. - Connecting to servers which support server-sig-algs but which have no overlap between that list and what a Paramiko client supports, now raise an exception instead of defaulting to rsa-sha2-512 (since the use of server-sig-algs allows us to know what the server supports). Signed-off-by: Leon Anavi --- .../{python3-paramiko_2.9.1.bb => python3-paramiko_2.9.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-paramiko_2.9.1.bb => python3-paramiko_2.9.2.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-paramiko_2.9.1.bb b/meta-python/recipes-devtools/python/python3-paramiko_2.9.2.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-paramiko_2.9.1.bb rename to meta-python/recipes-devtools/python/python3-paramiko_2.9.2.bb index 8cf004aa3..0a54efde8 100644 --- a/meta-python/recipes-devtools/python/python3-paramiko_2.9.1.bb +++ b/meta-python/recipes-devtools/python/python3-paramiko_2.9.2.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/paramiko/paramiko/" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://LICENSE;md5=fd0120fc2e9f841c73ac707a30389af5" -SRC_URI[sha256sum] = "a1fdded3b55f61d23389e4fe52d9ae428960ac958d2edf50373faa5d8926edd0" +SRC_URI[sha256sum] = "944a9e5dbdd413ab6c7951ea46b0ab40713235a9c4c5ca81cfe45c6f14fa677b" PYPI_PACKAGE = "paramiko" From patchwork Fri Jan 21 13:05:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 2763 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 3BEF3C433FE for ; Fri, 21 Jan 2022 13:05:53 +0000 (UTC) Received: from voyager.superhosting.bg (voyager.superhosting.bg [79.124.30.14]) by mx.groups.io with SMTP id smtpd.web12.11467.1642770352653161025 for ; Fri, 21 Jan 2022 05:05:53 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@anavi.org header.s=default header.b=dA+vJHxO; spf=permerror, err=parse error for token &{10 18 spf.securedserverspace.com}: parse error for token &{10 18 _netblocks4.securedserverspace.com}: limit exceeded (domain: konsulko.com, ip: 79.124.30.14, mailfrom: leon.anavi@konsulko.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=anavi.org; s=default; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=6JJPAEjhnsR784jV/3hRbUqeMSo+v3pqVA7sHhvOMZo=; b=dA+vJHxOztQlApN5ByHcik/9gg +Ye62tm9EUpV7CzdPYRfQX1F7clxbllVQ7JT0y+I8Sk77dhA6ERGbcci+PFqN2HYMuh6yQEUCbRmd C5sZD2QDsCJNAYKfH6uJ2kJXb/Xzm7JPy8iDIEIy8hvnCg3IfFTY41Q8k05nFiZ4wiRna8iO3eb4L qo1z9r3eUbsnTMmppaDRd+DvruKiDjg1x6E8cGmpuyiwoxcH64/Rn43qo1VFgC+1/KnIXCsoFd9YK mODvvRyiBwBaHT6URYPQtOkffNzQlIi85DnGIOxwu43Pr0cJnuAZsOazzJWQyQ72zWnMiuiQv90Nh rFRrLx5Q==; Received: from lan.nucleusys.com ([92.247.61.126]:50940 helo=tone.k.g) by voyager.superhosting.bg with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1nAtc2-0003GN-O2; Fri, 21 Jan 2022 15:05:52 +0200 From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 5/5] python3-sentry-sdk: Upgrade 1.5.2 -> 1.5.3 Date: Fri, 21 Jan 2022 15:05:33 +0200 Message-Id: <20220121130533.3973579-5-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220121130533.3973579-1-leon.anavi@konsulko.com> References: <20220121130533.3973579-1-leon.anavi@konsulko.com> MIME-Version: 1.0 X-OutGoing-Spam-Status: No, score=-0.5 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - voyager.superhosting.bg X-AntiAbuse: Original Domain - lists.openembedded.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - konsulko.com X-Get-Message-Sender-Via: voyager.superhosting.bg: authenticated_id: leon@anavi.org X-Authenticated-Sender: voyager.superhosting.bg: leon@anavi.org X-Source: X-Source-Args: X-Source-Dir: 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 Jan 2022 13:05:53 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/94970 Upgrade to release 1.5.3: - Pick up custom urlconf set by Django middlewares from request if any Signed-off-by: Leon Anavi --- ...{python3-sentry-sdk_1.5.2.bb => python3-sentry-sdk_1.5.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sentry-sdk_1.5.2.bb => python3-sentry-sdk_1.5.3.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.5.2.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.5.3.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-sentry-sdk_1.5.2.bb rename to meta-python/recipes-devtools/python/python3-sentry-sdk_1.5.3.bb index d1ea76b8a..9822b41b1 100644 --- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.5.2.bb +++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.5.3.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0c79f8d3c91fc847350efd28bfe0a341" RDEPENDS:${PN} += "python3-urllib3" -SRC_URI[sha256sum] = "7bbaa32bba806ec629962f207b597e86831c7ee2c1f287c21ba7de7fea9a9c46" +SRC_URI[sha256sum] = "141da032f0fa4c56f9af6b361fda57360af1789576285bd1944561f9c274f9c0" PYPI_PACKAGE = "sentry-sdk"