From patchwork Wed Nov 9 18:57:10 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6101 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 4N6vPm4NPzz3xjm for ; Wed, 9 Nov 2022 18:58:36 +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 4N6vPL6sRgz2rK; Wed, 9 Nov 2022 18:58:14 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4N6vPL6CGDz2yyP; Wed, 9 Nov 2022 18:58:14 +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 4N6vPK3kNJz2ytv for ; Wed, 9 Nov 2022 18:58:13 +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 4N6vPG4523z2tY; Wed, 9 Nov 2022 18:58:10 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1668020290; 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=zY7ChE8fOTgtjPGUdcaBhj8FMWMRNPZOMYbbpYIzmHk=; b=4WY8g4bJVjf11CAdoVUHoZV3bAUHq/jPhetkklijj/PHorcI0wt+8CxRmrseGJrZgROrxA JnRDfc8GY1HEBtAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1668020290; 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=zY7ChE8fOTgtjPGUdcaBhj8FMWMRNPZOMYbbpYIzmHk=; b=cL3oh2r9ZHFUWNQnPntL8BE3YxvnTt29xcsf78af9T95j5dKuM3ZQAKzcvTcc4PiN6asxH 2cplgS750bLTgeCW7V2lUR/qqQDl4oEOwDCOg9wLC92jUuLJ4BID0uEnjDTpfOmB0J5Tek YXcDMmb4eIshW2ItV4DnxSbktZEVRKeRI4YP/k/saME8lvlE/JZcCqz9mzXxzP1KDOg7h6 lfQOUsWSUKevhGibeJa2LabkIsmPGlaVO7iZKMZyEStclcZukICUYzkdVurcJhXivoTeD7 fgz/i2f+anDy2Q0Ck/0qVfAkflv7xx/8A8DRY0qmCnxqBFvA+LE2Z4EKVZhVqA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 24/48] python3-certifi:Update to version 2022.9.4 and to work with python-3.10.8 Date: Wed, 9 Nov 2022 19:57:10 +0100 Message-Id: <20221109185734.3920-24-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 2021.10.8 to 2022.9.4 - Update of rootfile - No changelog found in source tarball or other location Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/packages/python3-certifi | 13 +++++++------ lfs/python3-certifi | 6 +++--- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/config/rootfiles/packages/python3-certifi b/config/rootfiles/packages/python3-certifi index 2f7e4eb90..b6184c251 100644 --- a/config/rootfiles/packages/python3-certifi +++ b/config/rootfiles/packages/python3-certifi @@ -1,11 +1,12 @@ usr/lib/python3.10/site-packages/certifi -#usr/lib/python3.10/site-packages/certifi-2021.10.8-py3.10.egg-info -#usr/lib/python3.10/site-packages/certifi-2021.10.8-py3.10.egg-info/PKG-INFO -#usr/lib/python3.10/site-packages/certifi-2021.10.8-py3.10.egg-info/SOURCES.txt -#usr/lib/python3.10/site-packages/certifi-2021.10.8-py3.10.egg-info/dependency_links.txt -#usr/lib/python3.10/site-packages/certifi-2021.10.8-py3.10.egg-info/not-zip-safe -#usr/lib/python3.10/site-packages/certifi-2021.10.8-py3.10.egg-info/top_level.txt +#usr/lib/python3.10/site-packages/certifi-2022.9.24-py3.10.egg-info +#usr/lib/python3.10/site-packages/certifi-2022.9.24-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/certifi-2022.9.24-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/certifi-2022.9.24-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/certifi-2022.9.24-py3.10.egg-info/not-zip-safe +#usr/lib/python3.10/site-packages/certifi-2022.9.24-py3.10.egg-info/top_level.txt usr/lib/python3.10/site-packages/certifi/__init__.py usr/lib/python3.10/site-packages/certifi/__main__.py usr/lib/python3.10/site-packages/certifi/cacert.pem usr/lib/python3.10/site-packages/certifi/core.py +usr/lib/python3.10/site-packages/certifi/py.typed diff --git a/lfs/python3-certifi b/lfs/python3-certifi index 9d64c3c38..39ad01f51 100644 --- a/lfs/python3-certifi +++ b/lfs/python3-certifi @@ -24,7 +24,7 @@ include Config -VER = 2021.10.8 +VER = 2022.9.24 THISAPP = certifi-$(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-certifi -PAK_VER = 1 +PAK_VER = 2 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = dc44c9f971a47589a2b758d750910787d2688a780eb95598839533fc335d6815a0777d81bf7529106c0b44e6af4d029baabf80ad65c74656cc541f5fb8df31ff +$(DL_FILE)_BLAKE2 = 89b93aefe6e36a979fde84d194bbe9c29e9f2b2e3eb51979e8efb15fe19f1c98ebc72cf882f9845543b5fcd921d6a71ea2c75d82e645f7ac7d853bf7ee63cca8 install : $(TARGET)