From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sa-prd-fep-049.btinternet.com (mailomta21-sa.btinternet.com [213.120.69.27]) by sourceware.org (Postfix) with ESMTPS id 7C1933858D3C for ; Tue, 3 May 2022 22:15:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7C1933858D3C 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 sa-prd-rgout-004.btmx-prd.synchronoss.net ([10.2.38.7]) by sa-prd-fep-049.btinternet.com with ESMTP id <20220503221544.IGNK3227.sa-prd-fep-049.btinternet.com@sa-prd-rgout-004.btmx-prd.synchronoss.net> for ; Tue, 3 May 2022 23:15:44 +0100 Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney@btinternet.com; bimi=skipped X-SNCR-Rigid: 613943C62225A0DC X-Originating-IP: [86.139.167.41] X-OWM-Source-IP: 86.139.167.41 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgedvfedrvdekgddtkecutefuodetggdotefrodftvfcurfhrohhfihhlvgemuceutffkvffkuffjvffgnffgvefqofdpqfgfvfenuceurghilhhouhhtmecufedtudenucenucfjughrpefkffggfgfuvfhfhfgjtgfgsehtkeertddtfeejnecuhfhrohhmpeflohhnucfvuhhrnhgvhicuoehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkqeenucggtffrrghtthgvrhhnpeduvdejhfdujeejgfelvdefudetgeffheelhfduffejheehvdevgeejveetuddujeenucffohhmrghinhepphihthhhohhnqdhfuhhtuhhrvgdrohhrghenucfkphepkeeirddufeelrdduieejrdegudenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhephhgvlhhopegludelvddrudeikedruddruddthegnpdhinhgvthepkeeirddufeelrdduieejrdeguddpmhgrihhlfhhrohhmpehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkpdhnsggprhgtphhtthhopedupdhrtghpthhtoheptgihghifihhnqdgrphhpshestgihghifihhnrdgtohhm X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Received: from [192.168.1.105] (86.139.167.41) by sa-prd-rgout-004.btmx-prd.synchronoss.net (5.8.716.04) (authenticated as jonturney@btinternet.com) id 613943C62225A0DC for cygwin-apps@cygwin.com; Tue, 3 May 2022 23:15:44 +0100 Message-ID: <7dca3df9-89d5-c69d-36b8-8b10223813f7@dronecode.org.uk> Date: Tue, 3 May 2022 23:15:38 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Subject: Re: python-future missing python 3.8 and 3.9 support Content-Language: en-GB To: "cygwin-apps@cygwin.com" References: <525af389-ce91-a079-617c-0311c54585b2@seznam.cz> From: Jon Turney In-Reply-To: <525af389-ce91-a079-617c-0311c54585b2@seznam.cz> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1200.7 required=5.0 tests=BAYES_00, FORGED_SPF_HELO, GIT_PATCH_0, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE 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: Tue, 03 May 2022 22:15:47 -0000 On 03/05/2022 21:25, Libor Ukropec wrote: > Hello Jon, maintainers, > > who is now the maintainer of the python-future - Jon Turney? Yes, it seems to be me, I don't know quite why though... > The python-future supports only python 2.7, 3.6 and 3.7 and these are > basically obsolete. I'd like to add support for 3.8 and 3.9 - it should > allow me to support `duplicity` package with the latest python (3.9). > > PYTHON_WHEEL_VERSIONS variable should help. Can I kindly ask someone for > the package update? > > Thank you and regards, > Libor > > diff --git a/python-future.cygport b/python-future.cygport > index 3151b74..6f586ae 100644 > --- a/python-future.cygport > +++ b/python-future.cygport > @@ -3,6 +3,7 @@ VERSION=0.18.2 >  RELEASE=1 >  ARCH=noarch > > +PYTHON_WHEEL_VERSIONS="2.7:3.6:3.7:3.8:3.9" >  inherit python-wheel > >  HOMEPAGE="http://python-future.org/" > @@ -20,3 +21,4 @@ src_install() { >  } > >  python36_future_CONTENTS+=" usr/bin/*" > +python37_future_CONTENTS+=" usr/bin/*" > Thanks. I rebuilt python-future with this change.