From patchwork Mon Jan 24 16:16:50 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5009 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 4JjFpl3qh0z3wsf for ; Mon, 24 Jan 2022 16:30: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 4JjFpk6wjkz4RG; Mon, 24 Jan 2022 16:30:54 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JjFpk6Vrwz2ysy; Mon, 24 Jan 2022 16:30:54 +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 4JjFpj2SBdz2yBP for ; Mon, 24 Jan 2022 16:30:53 +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 4JjFpj12q1z2RJ; Mon, 24 Jan 2022 16:30:53 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1643041853; 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=iPC/k0liX9fIG/hFbtMnLviv632RbIZ8zgjvh7swxRA=; b=MwbIQELrYV76iIbbe4fM6C7sagaNZ4lWOUBMcv7+bpbHseF93cRyIs+d/9vmK5LXdkAX0n h+OLKI9w40uiTuAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1643041853; 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=iPC/k0liX9fIG/hFbtMnLviv632RbIZ8zgjvh7swxRA=; b=eOswTyWrJd9h4bMZf5JhYU/nqGQ7Rn6nX5I5r55AnriXOPkEngG9VSj3ciQsaiuzq4v1Ve KDECEu4Ol9eAjtUGslqPe+LVvZPPpCNp5yHqsbLODQlbquiYUiHtAfeFckH9MmJSYtZcd/ y9hxx92pAyiE0Li8+P32bnzt9j+YDutBtHskQbexXmnqfJwZe4aNDGCTMu51gKsLlUUly6 JzmoEnynvraC1tLgWSCzcgJ6vB64hWW4IsMSeG/Uw8cD78tuIYv2zW4c6bJPaJ+ouVTHnH YS902bDRWbx3gVaZe+/4FLaPG5cqAYfFljinV7/+OHbCS4o75zN9AKvd7UbaMQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 30/35] iotop: Update to python-3.10 Date: Mon, 24 Jan 2022 17:16:50 +0100 Message-Id: <20220124161656.71960-30-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 lfs PAK_VER from 2 to 3 - Update of rootfile Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/packages/iotop | 20 ++++++++++---------- lfs/iotop | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/config/rootfiles/packages/iotop b/config/rootfiles/packages/iotop index 541d6b3ee..c2a2813a7 100644 --- a/config/rootfiles/packages/iotop +++ b/config/rootfiles/packages/iotop @@ -1,12 +1,12 @@ -usr/lib/python3.8/site-packages/iotop -#usr/lib/python3.8/site-packages/iotop-0.6-py3.8.egg-info -#usr/lib/python3.8/site-packages/iotop/__init__.py -#usr/lib/python3.8/site-packages/iotop/data.py -#usr/lib/python3.8/site-packages/iotop/genetlink.py -#usr/lib/python3.8/site-packages/iotop/ioprio.py -#usr/lib/python3.8/site-packages/iotop/netlink.py -#usr/lib/python3.8/site-packages/iotop/ui.py -#usr/lib/python3.8/site-packages/iotop/version.py -#usr/lib/python3.8/site-packages/iotop/vmstat.py +usr/lib/python3.10/site-packages/iotop +#usr/lib/python3.10/site-packages/iotop-0.6-py3.10.egg-info +#usr/lib/python3.10/site-packages/iotop/__init__.py +#usr/lib/python3.10/site-packages/iotop/data.py +#usr/lib/python3.10/site-packages/iotop/genetlink.py +#usr/lib/python3.10/site-packages/iotop/ioprio.py +#usr/lib/python3.10/site-packages/iotop/netlink.py +#usr/lib/python3.10/site-packages/iotop/ui.py +#usr/lib/python3.10/site-packages/iotop/version.py +#usr/lib/python3.10/site-packages/iotop/vmstat.py usr/sbin/iotop #usr/share/man/man8/iotop.8 diff --git a/lfs/iotop b/lfs/iotop index 02f027e5c..8a1625b65 100644 --- a/lfs/iotop +++ b/lfs/iotop @@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = iotop -PAK_VER = 2 +PAK_VER = 3 DEPS = ###############################################################################