From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id D2B09385BF9E for ; Thu, 20 Jan 2022 10:04:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D2B09385BF9E Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-641-c0L0zYcQMAao7sJzTZXLzw-1; Thu, 20 Jan 2022 05:04:51 -0500 X-MC-Unique: c0L0zYcQMAao7sJzTZXLzw-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id D59D11006AA7; Thu, 20 Jan 2022 10:04:49 +0000 (UTC) Received: from calimero.vinschen.de (ovpn-112-9.ams2.redhat.com [10.36.112.9]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 487287A23A; Thu, 20 Jan 2022 10:04:49 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id AD204A80D06; Thu, 20 Jan 2022 11:04:47 +0100 (CET) Date: Thu, 20 Jan 2022 11:04:47 +0100 From: Corinna Vinschen To: Joel Brobecker via Overseers Cc: Joel Brobecker , Ivo Raisr , Carlos O'Donell , Joseph Myers , Jeff Johnston Subject: Re: transition git-hooks on sourceware.org to Python 3.x Message-ID: Reply-To: overseers@sourceware.org Mail-Followup-To: Joel Brobecker via Overseers , Joel Brobecker , Ivo Raisr , Carlos O'Donell , Joseph Myers , Jeff Johnston References: MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: overseers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Overseers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2022 10:04:55 -0000 On Jan 20 09:27, Joel Brobecker via Overseers wrote: > > > For binutils-gdb, the transition has been made a few weeks ago, > > > and so far so good :). So I'm inviting you all to transition > > > this new version at your convenience. > > > > > > Remember that, if your project's configuration calls some Python > > > hooks, you'll probably want to double-check that they are compatible > > > with Python 3.x! > > > > I did the same for newlib-cygwin.git just a couple of minutes ago. > > Hopefully this works as nicely as for biunutils-gdb :} > > No news must be good news. Well done, Corinna :). Actually, looks good so far. We only had a single, local python2 script which I 2to3-d and appears to work as well.. Thanks for a smooth transition! Corinna