From patchwork Wed Nov 9 18:57:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6106 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4N6vPr5h55z3xkS for ; Wed, 9 Nov 2022 18:58:40 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4N6vPQ5YNfz2wX; Wed, 9 Nov 2022 18:58:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4N6vPQ2XN4z301b; Wed, 9 Nov 2022 18:58:18 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4N6vPN1tCMz2xKs for ; Wed, 9 Nov 2022 18:58:16 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4N6vPL3bQhz2tL; Wed, 9 Nov 2022 18:58:14 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1668020294; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IUmliz0vLt1f1Y1ve4fLfLYZBsg6MeOkgdjjJVPP7B0=; b=APXL+lh+RUf0LUfDgr9veq6zIxUra74sFc0HGhkq9p6DvnxvfdIjYGxTni87MPyGQPIth0 DK9gNCTi6srKISAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1668020294; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IUmliz0vLt1f1Y1ve4fLfLYZBsg6MeOkgdjjJVPP7B0=; b=j8Wm7EQ9vDOBvoqcS2ax5sBiwuoOvs6STuKNbi0ikAOmgUmk8+rrrF37PA88UPkpMU4MfW qVkycOPbEZScAQncCLnFD1yNCSRsXVTr8ietNVECkSWAJBsJu4ij9pMHrRji7DoV3AeHrt 2Bmpv+NmcKyaffoD+QL1rolC8OlTaEJtbeI+ENtSdaavdKbcDSwGzwEsGIDrMJKQFjlErh euDyDB2MhmlBeQCcpTeB/P9N+ZhOm3/CdNfWrJej1FEkzm8TnRBaV2QPtJjzqm8mqiT41Q mAENwe082t5rCjWH9GX7q63v8FyyuAfUfxnxNpmxOe6qBO/ViWOLrnXYtN9QCw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 29/48] python3-colorama:Update to version 0.4.5 and to work with python-3.10.8 Date: Wed, 9 Nov 2022 19:57:15 +0100 Message-Id: <20221109185734.3920-29-adolf.belka@ipfire.org> In-Reply-To: <20221109185734.3920-1-adolf.belka@ipfire.org> References: <20221109185734.3920-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Updated from version 0.4.4 to 0.4.5 - Update of rootfile - Changelog 0.4.5 * Catch a racy ValueError that could occur on exit. * Create README-hacking.md, for Colorama contributors. * Tweak some README unicode characters that don't render correctly on PyPI. * Fix some tests that were failing on some operating systems. * Add support for Python 3.9. * Add support for PyPy3. * Add support for pickling with the ``dill`` module. Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/packages/python3-colorama | 10 +++++----- lfs/python3-colorama | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/rootfiles/packages/python3-colorama b/config/rootfiles/packages/python3-colorama index ce669143c..f39c9fa68 100644 --- a/config/rootfiles/packages/python3-colorama +++ b/config/rootfiles/packages/python3-colorama @@ -1,9 +1,9 @@ #usr/lib/python3.10/site-packages/colorama -#usr/lib/python3.10/site-packages/colorama-0.4.4-py3.10.egg-info -#usr/lib/python3.10/site-packages/colorama-0.4.4-py3.10.egg-info/PKG-INFO -#usr/lib/python3.10/site-packages/colorama-0.4.4-py3.10.egg-info/SOURCES.txt -#usr/lib/python3.10/site-packages/colorama-0.4.4-py3.10.egg-info/dependency_links.txt -#usr/lib/python3.10/site-packages/colorama-0.4.4-py3.10.egg-info/top_level.txt +#usr/lib/python3.10/site-packages/colorama-0.4.5-py3.10.egg-info +#usr/lib/python3.10/site-packages/colorama-0.4.5-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/colorama-0.4.5-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/colorama-0.4.5-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/colorama-0.4.5-py3.10.egg-info/top_level.txt usr/lib/python3.10/site-packages/colorama/__init__.py usr/lib/python3.10/site-packages/colorama/ansi.py usr/lib/python3.10/site-packages/colorama/ansitowin32.py diff --git a/lfs/python3-colorama b/lfs/python3-colorama index bb9a30c77..f0eb6a437 100644 --- a/lfs/python3-colorama +++ b/lfs/python3-colorama @@ -24,7 +24,7 @@ include Config -VER = 0.4.4 +VER = 0.4.5 SUMMARY = Cross-platform colored terminal text THISAPP = colorama-$(VER) @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = python3-colorama -PAK_VER = 4 +PAK_VER = 5 DEPS = @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 12506a360adaa4d5df6c32a75333d3fa26ab8b9bfe83c292d60e53301ce8d07f9aafac2da33ec5fbfe70221808b281cadc856d008f409670316827133bc89e10 +$(DL_FILE)_BLAKE2 = 373e080e45092a106e1c9c58961a1742ceb3a409f8f40c9ea313cb6be1a36878c1000c0b7b6d7a3eb67a842f558d395f343938de2a98bb3fab3fc16c62fa80f6 install : $(TARGET)