From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sender11-op-o11.zoho.eu (sender11-op-o11.zoho.eu [31.186.226.225]) by sourceware.org (Postfix) with ESMTPS id 73182384602A for ; Wed, 29 Jun 2022 18:35:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 73182384602A Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=hamishmb.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=hamishmb.com ARC-Seal: i=1; a=rsa-sha256; t=1656527711; cv=none; d=zohomail.eu; s=zohoarc; b=kfk+Fcnr+uABOA6wNlc56Gxe6VzK8PcRe8oljdRuFkHgZmyqhfd6owYvtS/CUZmxG7zvFqwUh+Mn/QSuUiKUnoVERZJEyM5C6rcX0C9Ql9wnzoybsyWxXuSOe3yXgQwKCXNWieIdDvGZOeH6FCPi1JBo8NpTMwMyJRj/GIEbsYo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.eu; s=zohoarc; t=1656527711; h=Content-Type:Content-Transfer-Encoding:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=ofOofM5SssrfRB8JiEXJm7esbemoSEdLIdnQ9rED14o=; b=JMvUxvcnbu6/pMq0FlGF3F7xvdi1JaiEKGXqdz+sz9Mf9HTBEt4aYH9NmNZoUrHVglYyfvP82sxL8chBfF6gTgTrpPN7jrUIos/GNCNgoOMByG9+LY7UJxZCTYQsB5UQJaXVe0VFSZP6jHIv8ei2lanpohcakoDVq6QhEbJ56pw= ARC-Authentication-Results: i=1; mx.zohomail.eu; dkim=pass header.i=hamishmb.com; spf=pass smtp.mailfrom=cygwin@hamishmb.com; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1656527711; s=zmail; d=hamishmb.com; i=cygwin@hamishmb.com; h=Date:Date:MIME-Version:From:From:Subject:Subject:To:To:Message-ID:References:In-Reply-To:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To:Cc; bh=ofOofM5SssrfRB8JiEXJm7esbemoSEdLIdnQ9rED14o=; b=gFEVFef/S8ms+22jkuszwbkSt8rF9SgKDiuoDdC1Uv4jcd/vOqfAvrNVOaptA8bh wl4UV3Cuk/kOtSq8aalc72qnZBiJlXSIPZxP7uaRcZMp9gwzGzGnMIOkP8SylGVYhcY cApsQJU09EaMknTTOVpPVkfVrUr333Bmz+TE/qLc= Received: from [192.168.10.213] (host81-151-63-109.range81-151.btcentralplus.com [81.151.63.109]) by mx.zoho.eu with SMTPS id 1656527711091308.2620640215424; Wed, 29 Jun 2022 20:35:11 +0200 (CEST) Date: Wed, 29 Jun 2022 19:35:09 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 From: Hamish McIntyre-Bhatty Subject: Re: [patch] cygport : update to python 3.9 To: "cygwin-apps@cygwin.com" Message-ID: References: <9eb22f83-e7e9-1ec5-1aed-5e0b6c8c7848@gmail.com> <10e94aa2-3b44-5d57-e645-94b24d981e16@hamishmb.com> Content-Language: en-US In-Reply-To: <10e94aa2-3b44-5d57-e645-94b24d981e16@hamishmb.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2022 18:35:18 -0000 On 29/06/2022 16:36, Hamish McIntyre-Bhatty wrote: > On 31/12/2021 10:00, Marco Atzeri wrote: >> Attached patch moves "default" from 3.6 to 3.9 >> >> Additional changes: >> =C2=A0=C2=A0Remove 3.5 from all >> =C2=A0=C2=A0Change future to 3.10 >> >> >> Other point: >> >> As 3.5 was never reall deployed, I think we can remove it from the=20 >> distibution. >> >> As we have a lot of python3-* is obsoleded py python36-* >> what is the best way to updated to python39-* when available ? >> >> Regards >> Marco >> >> >> >> > > Just noticed this. I'll update my packages to rebuild against Python 3.10= . > > I'm also going to try to get wxWidgets 3.1 (and thus newer wxPython)=20 > working again soon, but I might need some help debugging the test=20 > suite if it still misbehaves. > > I guess that means I'm now building wxWidgets and wxPython for 4=20 > different versions of Python on 64-bit and 32-bit. I'll be glad when=20 > 32-bit builds go away, it takes so long to do these builds, even on a=20 > Ryzen 3600. > > Hamish Correction - when Python 3.10 is available in Cygwin, I'll rebuild my=20 packages against it. Hamish