From patchwork Mon Jan 24 16:16:46 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5005 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 4JjFn46ydVz3wcx for ; Mon, 24 Jan 2022 16:29:28 +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 4JjFn43gGLz28g; Mon, 24 Jan 2022 16:29:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JjFn43Fy2z2yDs; Mon, 24 Jan 2022 16:29: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 4JjFn32gcVz2xdR for ; Mon, 24 Jan 2022 16:29:27 +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 4JjFn24VYJzMG; Mon, 24 Jan 2022 16:29:26 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1643041766; 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=EACWuCVyuJctvlQ3kpN0wo3SA4ctuOirjcu1857+GMY=; b=AZuBTmVEY6AWaqgwQTqsenjXJci+/bAHViRuhH9NK/0M4WCVQyuT4HGx9kT5inMIJwo7pw ytSVgKxOMb0V6SAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1643041766; 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=EACWuCVyuJctvlQ3kpN0wo3SA4ctuOirjcu1857+GMY=; b=OmEFReuxM6qs9tuKFYr7d8rEvxfccLeVMPBNCWJ7uI3N/+HFkx/8sIu0CrbD8au5YuI1Qt +cxqTCWSp8llc8JQiTNju/+6zBRkHhfImQq18Lj+ZZguPn/j8SuHJ59LHfQr3fj9oOttpN iK98IyypgiE0Pen4MoayqYIsuk8BD/OE/uZM+CoryqxSzBQav8xneWw5TijicGHXO0fsE4 hQaeBSWfdD2UjtXnSRN74kRQwHQddTyD4qqBl/BHAliT6wOMaavQJusE/68YNOcRoOTbEP e3rX1PQ1LMKYoero1ru0QGmdJjlFUFy2c5TzziaElUpUitqEAv+qWsJzFkVF+w== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 26/35] ddns: Update to python-3.10 Date: Mon, 24 Jan 2022 17:16:46 +0100 Message-Id: <20220124161656.71960-26-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 of rootfile Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/common/ddns | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config/rootfiles/common/ddns b/config/rootfiles/common/ddns index 899c0ba98..975723171 100644 --- a/config/rootfiles/common/ddns +++ b/config/rootfiles/common/ddns @@ -1,12 +1,12 @@ usr/bin/ddns -#usr/lib/python3.8/site-packages/ddns -usr/lib/python3.8/site-packages/ddns/__init__.py -usr/lib/python3.8/site-packages/ddns/__version__.py -usr/lib/python3.8/site-packages/ddns/database.py -usr/lib/python3.8/site-packages/ddns/errors.py -usr/lib/python3.8/site-packages/ddns/i18n.py -usr/lib/python3.8/site-packages/ddns/providers.py -usr/lib/python3.8/site-packages/ddns/system.py +#usr/lib/python3.10/site-packages/ddns +usr/lib/python3.10/site-packages/ddns/__init__.py +usr/lib/python3.10/site-packages/ddns/__version__.py +usr/lib/python3.10/site-packages/ddns/database.py +usr/lib/python3.10/site-packages/ddns/errors.py +usr/lib/python3.10/site-packages/ddns/i18n.py +usr/lib/python3.10/site-packages/ddns/providers.py +usr/lib/python3.10/site-packages/ddns/system.py #usr/share/doc/ddns #usr/share/doc/ddns/COPYING #usr/share/locale/ar/LC_MESSAGES/ddns.mo