From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from re-prd-fep-049.btinternet.com (mailomta5-re.btinternet.com [213.120.69.98]) by sourceware.org (Postfix) with ESMTPS id 9B590385DC02 for ; Sat, 8 Jan 2022 16:32:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9B590385DC02 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dronecode.org.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=dronecode.org.uk Received: from re-prd-rgout-002.btmx-prd.synchronoss.net ([10.2.54.5]) by re-prd-fep-049.btinternet.com with ESMTP id <20220108163245.KKWA8938.re-prd-fep-049.btinternet.com@re-prd-rgout-002.btmx-prd.synchronoss.net>; Sat, 8 Jan 2022 16:32:45 +0000 Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney@btinternet.com; bimi=skipped X-SNCR-Rigid: 613A8DE80FD1D06E X-Originating-IP: [81.129.146.209] X-OWM-Source-IP: 81.129.146.209 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgedvuddrudeghedgieegucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuueftkffvkffujffvgffngfevqffopdfqfgfvnecuuegrihhlohhuthemuceftddunecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefkffggfgfuvfhfhfgjtgfgsehtkeertddtfeejnecuhfhrohhmpeflohhnucfvuhhrnhgvhicuoehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkqeenucggtffrrghtthgvrhhnpedvtdetffekveevjeegheeglefhtdeggfeilefggfdutedufedvgefgieeiffdtveenucfkphepkedurdduvdelrddugeeirddvtdelnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehhvghloheplgduledvrdduieekrddurddutdefngdpihhnvghtpeekuddruddvledrudegiedrvddtledpmhgrihhlfhhrohhmpehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkpdhrtghpthhtoheptgihghifihhnqdgrphhpshestgihghifihhnrdgtohhmpdhrtghpthhtohepmhgrrhgtohdrrghtiigvrhhisehgmhgrihhlrdgtohhm X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Received: from [192.168.1.103] (81.129.146.209) by re-prd-rgout-002.btmx-prd.synchronoss.net (5.8.716.04) (authenticated as jonturney@btinternet.com) id 613A8DE80FD1D06E; Sat, 8 Jan 2022 16:32:45 +0000 Message-ID: <5b433b60-0ef7-facd-e76b-f1dc35acc11f@dronecode.org.uk> Date: Sat, 8 Jan 2022 16:32:36 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.4.1 Subject: Re: [patch] cygport : update to python 3.9 Content-Language: en-GB To: Marco Atzeri , "cygwin-apps@cygwin.com" References: <9eb22f83-e7e9-1ec5-1aed-5e0b6c8c7848@gmail.com> From: Jon Turney In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1192.2 required=5.0 tests=BAYES_00, BODY_8BITS, FORGED_SPF_HELO, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, KHOP_HELO_FCRDNS, NICE_REPLY_A, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, 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: 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: Sat, 08 Jan 2022 16:32:48 -0000 On 04/01/2022 16:05, Marco Atzeri wrote: > On 03.01.2022 18:37, Jon Turney wrote: >> On 31/12/2021 10:00, Marco Atzeri wrote: >>> Attached patch moves "default" from 3.6 to 3.9 >>> >>> Additional changes: >>>   Remove 3.5 from all >>>   Change future to 3.10 >>> >> >> Thanks. >> >>> >>> Other point: >>> >>> As 3.5 was never really deployed, I think we can remove it from the >>> distribution. >>> >>> As we have a lot of python3-* is obsoleted py python36-* >>> what is the best way to updated to python39-* when available ? >> >> Good question.  Note the comment before this hunk: >> > ...> >> which in full reads: >> >> " >>          # these were 2&3 at the time of the XY-version split, >>          # and MUST NOT be updated when defaults change >> " >> >> So it seems to me that either that hunk is wrong, or that comment >> needs updating. >> >> I'm not sure what the intent is here. > > attached 2nd version removing that item Thanks. Applied. Whilst testing this, I note in passing that /usr/bin/pip3.9 has a '/usr/bin/python' shebang. So it fails to work correctly (acting as pip3.8 ?) after 'usr/sbin/alternatives --set python /usr/bin/python3.8'