From patchwork Wed Nov 9 18:57:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6120 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 4N6vQ75h25z3wgZ for ; Wed, 9 Nov 2022 18:58:55 +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 4N6vPc3NzPz2vJ; Wed, 9 Nov 2022 18:58:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4N6vPc3CpZz2xNS; Wed, 9 Nov 2022 18:58:28 +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 4N6vPX6l2Sz301x for ; Wed, 9 Nov 2022 18:58:24 +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 4N6vPW01nQz2qm; Wed, 9 Nov 2022 18:58:22 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1668020303; 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=z7YlnopN2JJS7UHkxEgzDWPdIlGEWNqjdDbVFs6lPk0=; b=faA0kvh53bxUaUgD6AJj1wqSrLZV8WPrliL8sci1ojP57XRPBEiu5Wx08PuRv8X4YVKxfD dqv1K0k5yNB/Q7Ag== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1668020303; 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=z7YlnopN2JJS7UHkxEgzDWPdIlGEWNqjdDbVFs6lPk0=; b=WBgUGaAV59r5iXK3qGGmf6dFV2CrMWpPGhvqK+MmuGlusbIOJYozAShkEkZ8ArLgxVuna0 Jyu3bCGvE40bhJKVThbAVKWSO8spmisnoky+GuiiNldXYnD3t9M3cPkid+uFBcBYIIaV2c QLL4lw44aTVtX0Fwy6qTsomFl2TaoLmG3KtUXUXlIRCHgrumL6tuuo1WU9DpAMo5518T2P NegM8iqUeHTEJOONBwA5p70y9WtE2XYpkUBlfTDmopdldggI7u5drEGillqaMnZySyoX4t 4rXwG5mkgcFmueaeg1CHN7ac8IkeJebXYVifpJoIBkUaY/9asry4dJqmVLmm3w== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 42/48] python3-sniffio:Update to version 1.3.0 and to work with python-3.10.8 Date: Wed, 9 Nov 2022 19:57:28 +0100 Message-Id: <20221109185734.3920-42-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 1.2.0 to 1.3.0 - 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-sniffio | 12 ++++++------ lfs/python3-sniffio | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/rootfiles/packages/python3-sniffio b/config/rootfiles/packages/python3-sniffio index 3d0b6d399..7440b4e95 100644 --- a/config/rootfiles/packages/python3-sniffio +++ b/config/rootfiles/packages/python3-sniffio @@ -1,10 +1,10 @@ #usr/lib/python3.10/site-packages/sniffio -#usr/lib/python3.10/site-packages/sniffio-1.2.0-py3.10.egg-info -#usr/lib/python3.10/site-packages/sniffio-1.2.0-py3.10.egg-info/PKG-INFO -#usr/lib/python3.10/site-packages/sniffio-1.2.0-py3.10.egg-info/SOURCES.txt -#usr/lib/python3.10/site-packages/sniffio-1.2.0-py3.10.egg-info/dependency_links.txt -#usr/lib/python3.10/site-packages/sniffio-1.2.0-py3.10.egg-info/requires.txt -#usr/lib/python3.10/site-packages/sniffio-1.2.0-py3.10.egg-info/top_level.txt +#usr/lib/python3.10/site-packages/sniffio-1.3.0-py3.10.egg-info +#usr/lib/python3.10/site-packages/sniffio-1.3.0-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/sniffio-1.3.0-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/sniffio-1.3.0-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/sniffio-1.3.0-py3.10.egg-info/requires.txt +#usr/lib/python3.10/site-packages/sniffio-1.3.0-py3.10.egg-info/top_level.txt usr/lib/python3.10/site-packages/sniffio/__init__.py usr/lib/python3.10/site-packages/sniffio/_impl.py usr/lib/python3.10/site-packages/sniffio/_tests diff --git a/lfs/python3-sniffio b/lfs/python3-sniffio index 0b381fca9..8060047b9 100644 --- a/lfs/python3-sniffio +++ b/lfs/python3-sniffio @@ -24,7 +24,7 @@ include Config -VER = 1.2.0 +VER = 1.3.0 SUMMARY = Sniff out which async library your code is running under THISAPP = sniffio-$(VER) @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = python3-sniffio -PAK_VER = 1 +PAK_VER = 2 DEPS = @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = d42442a231c07834803e8552812dc177defbc0d062418fa576e7368a973eaa1ea20e4933e145a26178a707da72fb00529b19d44ea850f0a14c78bb2b5dab0d9a +$(DL_FILE)_BLAKE2 = f6b0e360449e23bd66f59d2bf12a1b945def1320430c739be564889cc09d1da7176aae4506a296ed6b4338d6ac9eed08b781d1d0067a437447f0eb39991a15e4 install : $(TARGET)