From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::228]) by sourceware.org (Postfix) with ESMTPS id 02377385840C for ; Thu, 6 Jan 2022 14:44:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 02377385840C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=seketeli.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=seketeli.org Received: (Authenticated sender: dodji@seketeli.org) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 00FF71BF207; Thu, 6 Jan 2022 14:44:56 +0000 (UTC) Received: by localhost (Postfix, from userid 1000) id 4F874581C30; Thu, 6 Jan 2022 15:44:56 +0100 (CET) From: Dodji Seketeli To: Thomas Schwinge Cc: libabigail@sourceware.org, Mark Wielaard Subject: Re: [PATCH] Handle several variants of Python 'imp', 'importlib' modules Organization: Me, myself and I References: <87ee5oeq3p.fsf@seketeli.org> <20220105153252.744786-1-thomas@codesourcery.com> X-Operating-System: Fedora 36 X-URL: http://www.seketeli.net/~dodji Date: Thu, 06 Jan 2022 15:44:56 +0100 In-Reply-To: <20220105153252.744786-1-thomas@codesourcery.com> (Thomas Schwinge's message of "Wed, 5 Jan 2022 16:32:52 +0100") Message-ID: <875yqwexef.fsf@seketeli.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libabigail@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Mailing list of the Libabigail project List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2022 14:45:01 -0000 Thomas Schwinge a =C3=A9crit: > Fix-up for recent commit f0582fdbf1267f0f34bf3c3b6698b60026410146 > "Replace use of deprecated Python 'imp' module with 'importlib'", and > commit cc1f38ffedb8d456d43fb52c369409037c5ca4a > "Replace Python 'import importlib' with 'import importlib.machinery'", > because compatibility... > > * tests/mockfedabipkgdiff.in: Handle several variants of Python > 'imp', 'importlib' modules. > > Signed-off-by: Thomas Schwinge > Tested-by: Mark Wielaard (CentOS 7) Applied to master, thanks! [...] Cheers, --=20 Dodji