From patchwork Mon Jan 24 16:16:32 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4991 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 4JjFgM5mqyz3wsf for ; Mon, 24 Jan 2022 16:24:31 +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 4JjFgM1hJ8z13k; Mon, 24 Jan 2022 16:24:31 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JjFgM0xwFz2yx2; Mon, 24 Jan 2022 16:24:31 +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 4JjFgK4dcFz2xFK for ; Mon, 24 Jan 2022 16:24:29 +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 4JjFgK1Nt5z13k; Mon, 24 Jan 2022 16:24:29 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1643041469; 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=Wlyl4LxdswEX0a8ajGcOj40ua/m2Q4hX2IBEIeuspTg=; b=9csMp1RMZD8Zg2L7PH3ifclxMRY34VYUKPalawN2hSyBV8gznb29ueon9xtZK7X+SghNCF Stnf4ZYInexcinDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1643041469; 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=Wlyl4LxdswEX0a8ajGcOj40ua/m2Q4hX2IBEIeuspTg=; b=Uy+IvyIWRPZF0+3KaAEsxcvPVNOL15uLnF7GEbgOJytEHT89AOOOaQ8KqhLw8SKc6H+0ju hIyqjRKH7iLcU6DDF4fonFiAmBL8tWqFsIEZR+2ZDD6q1xxpZrSSEwIL/wqNaNqB4enBJk WOSGQCIXvFz9f+d4ihQwB3pbNXC1AyKRT2GCPX7BGmnQvjTMH78E3Jo2hH6Y4y+Kvk1awv DJeXRf9ezHq5SPZnwqnHBb6eoRTNIiybuxqBrCoUwAaBPxvhV3IUREgoVwTUEjNXwcrV1I ByGmGdV+zAah3pCUVZa6FOaKRYHcDEYvu41ENCY+7sjaVjb+p6ylS76WAA4hBg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 12/35] python3-colorama: Update to version 0.4.4 and python-3.10 Date: Mon, 24 Jan 2022 17:16:32 +0100 Message-Id: <20220124161656.71960-12-adolf.belka@ipfire.org> In-Reply-To: <20220124161656.71960-1-adolf.belka@ipfire.org> References: <20220124161656.71960-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" - Update from 0.4.3 to 0.4.4 - Update of rootfile - Changelog 0.4.4: Automate release workflow on Windows too. I initially hoped to have a single Makefile or script that worked on Linux and Windows, but was unable to make it work without massive over-complication. So now we have makefile targets for Linux, and powershell scripts for Windows. Documented in the README. Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/packages/python3-colorama | 24 +++++++++++----------- lfs/python3-colorama | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/config/rootfiles/packages/python3-colorama b/config/rootfiles/packages/python3-colorama index 3621f5214..ce669143c 100644 --- a/config/rootfiles/packages/python3-colorama +++ b/config/rootfiles/packages/python3-colorama @@ -1,12 +1,12 @@ -#usr/lib/python3.8/site-packages/colorama -#usr/lib/python3.8/site-packages/colorama-0.4.3-py3.8.egg-info -#usr/lib/python3.8/site-packages/colorama-0.4.3-py3.8.egg-info/PKG-INFO -#usr/lib/python3.8/site-packages/colorama-0.4.3-py3.8.egg-info/SOURCES.txt -#usr/lib/python3.8/site-packages/colorama-0.4.3-py3.8.egg-info/dependency_links.txt -#usr/lib/python3.8/site-packages/colorama-0.4.3-py3.8.egg-info/top_level.txt -usr/lib/python3.8/site-packages/colorama/__init__.py -usr/lib/python3.8/site-packages/colorama/ansi.py -usr/lib/python3.8/site-packages/colorama/ansitowin32.py -usr/lib/python3.8/site-packages/colorama/initialise.py -usr/lib/python3.8/site-packages/colorama/win32.py -usr/lib/python3.8/site-packages/colorama/winterm.py +#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/__init__.py +usr/lib/python3.10/site-packages/colorama/ansi.py +usr/lib/python3.10/site-packages/colorama/ansitowin32.py +usr/lib/python3.10/site-packages/colorama/initialise.py +usr/lib/python3.10/site-packages/colorama/win32.py +usr/lib/python3.10/site-packages/colorama/winterm.py diff --git a/lfs/python3-colorama b/lfs/python3-colorama index 3dcef17d2..1eb66584a 100644 --- a/lfs/python3-colorama +++ b/lfs/python3-colorama @@ -24,7 +24,7 @@ include Config -VER = 0.4.3 +VER = 0.4.4 THISAPP = colorama-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = python3-colorama -PAK_VER = 3 +PAK_VER = 4 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 02daee502863d24112a8c05a5d69a612 +$(DL_FILE)_MD5 = 57b22f2597f63df051b69906fbf310cc install : $(TARGET)