From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x335.google.com (mail-wm1-x335.google.com [IPv6:2a00:1450:4864:20::335]) by sourceware.org (Postfix) with ESMTPS id D20AD3858D35 for ; Thu, 20 Jan 2022 05:27:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D20AD3858D35 Received: by mail-wm1-x335.google.com with SMTP id e9-20020a05600c4e4900b0034d23cae3f0so10924725wmq.2 for ; Wed, 19 Jan 2022 21:27:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=ckSIeDKcezkghLiULqgOt4plOgV+NLA5Tcpkp1oiz+o=; b=n2262ux+wWiQIC5yzqm/saXoy1byklwUi6dmFVu8C8eDVbx0fI1+gLckD3vmRLEkfR gv0iFY/texXGvIbOd2OrbZvmOI2CaGkJHPhTaaqg9jBuI0adsOrECuDw4rxal/u77UPP 5iZwyPrWoBWJ/RXbkUffDyoGBNvNAFBLWd7PxcaqJJKg8P0Ilw2l67yfsgaaqEjR5kDb xCG70iCx7pbQADWOZgKMCld2nTufj4u8jivnPRyxnToOv1I7SJ3LG98N/7BcRsAQPHik 2LlnQSxp0iZWz43vENYJOx+fzGbq6Ac2po9BGq34+x+DS0aVQppNHj+Ih22PIUwjKYba uY4w== X-Gm-Message-State: AOAM532aThbYlbQeXEnQPkC1DCZe2EDw++5kDhsHsQn7n91nI1Za1hTX PeFoNwqBcivLJPqa0pOZgPHy61SQ+3Dt X-Google-Smtp-Source: ABdhPJzQ25fRYP07tQcf9lMfTYKzHITQqfiBSpItno43VHz0mt2EJ/dvXIrE7AzvPulPxuGfGgX8jA== X-Received: by 2002:adf:ebd2:: with SMTP id v18mr31159961wrn.502.1642656446716; Wed, 19 Jan 2022 21:27:26 -0800 (PST) Received: from takamaka.home (lfbn-reu-1-503-119.w92-130.abo.wanadoo.fr. [92.130.90.119]) by smtp.gmail.com with ESMTPSA id m12sm2038491wrp.55.2022.01.19.21.27.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 19 Jan 2022 21:27:26 -0800 (PST) Received: by takamaka.home (Postfix, from userid 1000) id 5F53FA4AD0; Thu, 20 Jan 2022 09:27:23 +0400 (+04) Date: Thu, 20 Jan 2022 09:27:23 +0400 From: Joel Brobecker To: Joel Brobecker via Overseers , 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: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_MANYTO, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, 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 05:27:29 -0000 > > 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 :). -- Joel