From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tanguy Le Carrour Subject: Re: WIP gnu: poetry: Update to 1.0.3. Date: Wed, 19 Feb 2020 17:40:10 +0100 Message-ID: <20200219164010.i2yp3d6uxcyk53di@rafflesia> References: <20200203153122.llccmfho2fwtr7o7@rafflesia> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:42114) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4SOV-0003fM-90 for guix-devel@gnu.org; Wed, 19 Feb 2020 11:40:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j4SOU-0008G1-4T for guix-devel@gnu.org; Wed, 19 Feb 2020 11:40:15 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:39689) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j4SOT-0008DR-UA for guix-devel@gnu.org; Wed, 19 Feb 2020 11:40:14 -0500 Received: from localhost (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 48D4DE0009 for ; Wed, 19 Feb 2020 16:40:11 +0000 (UTC) Content-Disposition: inline In-Reply-To: <20200203153122.llccmfho2fwtr7o7@rafflesia> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: Guix Hi Guix, Here is an update on my work to update Poetry to version 1.0.3. I have a working version that I've been using for 2 weeks, but I had to "downgrade" some requirements to make it work: ``` (substitute* "setup.py" (("pexpect>=4.7.0,<5.0.0") "pexpect>=4.6.0,<5.0.0") (("jsonschema>=3.1,<4.0") "jsonschema>=3.0.0,<4.0") (("cachy>=0.3.0,<0.4.0") "cachy>=0.2.0,<0.4.0") ``` When I try to update those packages, I get various errors that I'm working on… OK… that I should have been working on! But working on updating gnunet was more fun! :-) So, should I wait for those 3 packages to have been updated before submitting my poetry patch, or can I leave those requirements "downgraded" and submit it anyway (postponing the update of the dependencies)? Regards -- Tanguy