From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sa-prd-fep-043.btinternet.com (mailomta6-sa.btinternet.com [213.120.69.12]) by sourceware.org (Postfix) with ESMTPS id 6C5183870843 for ; Mon, 27 Apr 2020 14:57:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 6C5183870843 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dronecode.org.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=jon.turney@dronecode.org.uk Received: from sa-prd-rgout-004.btmx-prd.synchronoss.net ([10.2.38.7]) by sa-prd-fep-040.btinternet.com with ESMTP id <20200427143415.OBST5900.sa-prd-fep-040.btinternet.com@sa-prd-rgout-004.btmx-prd.synchronoss.net> for ; Mon, 27 Apr 2020 15:34:15 +0100 Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney@btinternet.com X-Originating-IP: [86.158.32.4] X-OWM-Source-IP: 86.158.32.4 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgeduhedrheelgdejiecutefuodetggdotefrodftvfcurfhrohhfihhlvgemuceutffkvffkuffjvffgnffgvefqofdpqfgfvfenuceurghilhhouhhtmecufedttdenucenucfjughrpefuvfhfhffkffgfgggjtgfgsehtjeertddtfeejnecuhfhrohhmpeflohhnucfvuhhrnhgvhicuoehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkqeenucfkphepkeeirdduheekrdefvddrgeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhephhgvlhhopegludelvddrudeikedruddruddujegnpdhinhgvthepkeeirdduheekrdefvddrgedpmhgrihhlfhhrohhmpeeojhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukhequceuqfffjgepkeeukffvoffkoffgpdhrtghpthhtohepoegthihgfihinhdqrghpphhssegthihgfihinhdrtghomheq X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Received: from [192.168.1.117] (86.158.32.4) by sa-prd-rgout-004.btmx-prd.synchronoss.net (5.8.340) (authenticated as jonturney@btinternet.com) id 5E3A27DB0D9FECAC for cygwin-apps@cygwin.com; Mon, 27 Apr 2020 15:34:15 +0100 Subject: Re: Python - plan & execution To: "cygwin-apps@cygwin.com" References: <8de4bc18-86d2-4f3b-e2c4-8d1cd5792a23@gmail.com> <3bc0b1e5-adb3-1824-524b-a0a2465782f7@gmail.com> <03c21d5061bedff0a1be2d2fee2ecd4bd9b61362.camel@cygwin.com> From: Jon Turney Message-ID: <828c5f93-d70d-1028-a8f3-8249d2c47197@dronecode.org.uk> Date: Mon, 27 Apr 2020 15:34:13 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <03c21d5061bedff0a1be2d2fee2ecd4bd9b61362.camel@cygwin.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.4 required=5.0 tests=BAYES_00, FORGED_SPF_HELO, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_LOW, SPF_HELO_PASS, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2020 14:57:24 -0000 On 23/04/2020 22:54, Yaakov Selkowitz wrote: > On Fri, 2020-04-10 at 14:52 +0200, Marco Atzeri via Cygwin-apps wrote: >> Am 26.03.2020 um 08:19 schrieb Yaakov Selkowitz: >>> On Thu, 2020-03-26 at 06:54 +0100, Marco Atzeri via Cygwin-apps wrote: >>>> Am 20.03.2020 um 04:47 schrieb Yaakov Selkowitz: >> >> currently we have >> >> 119 *python27* > > These are fine as is, but they also don't need to be rebuilt or updated > any more. > >> 114 *python36* >> 115 *python37* >> 10 *python38* > > We don't need to _obsolete or remove python3[67]-* packages, we just > need to track how many don't have python38-* equivalents yet. > Obviously that's still the vast majority, since 3.8 just got updated to > a stable version. > > Jon Turney, if a python-foo source package was previously building e.g. > python27-foo, python36-foo, and python37-foo, and now starts building > only python37-foo and python38-foo, is calm going to complain? Yes, currently it will complain about that ("install packages from source package '...' have non-unique current versions") calm is currently smart enough to exclude old soversions from that check, so I guess perhaps that it needs to be taught about python27 as well.