From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id wPQFNrPHx1+JOAAA0tVLHw (envelope-from ) for ; Wed, 02 Dec 2020 16:58:27 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id cHzSMbPHx1+8bwAAbx9fmQ (envelope-from ) for ; Wed, 02 Dec 2020 16:58:27 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 6FA3D9402A8 for ; Wed, 2 Dec 2020 16:58:27 +0000 (UTC) Received: from localhost ([::1]:53836 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kkVSU-0001RG-E0 for larch@yhetil.org; Wed, 02 Dec 2020 11:58:26 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:52674) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kkQdV-00010c-8z for guix-devel@gnu.org; Wed, 02 Dec 2020 06:49:32 -0500 Received: from elegua.eauchat.org ([91.224.149.118]:43546 helo=eauchat.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kkQdQ-0002I6-EB for guix-devel@gnu.org; Wed, 02 Dec 2020 06:49:29 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eauchat.org; s=mail; t=1606909759; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:in-reply-to: references; bh=C6T/WhcT7WQ+RcyDmIMv/CYk7O6Ie+cXkK6b1JAdpdU=; b=Z6JwXzBvfi/i78SfNKLrzsVy2+7DKsHNwqrBHnx0jUqum6Ang6x2tiiCHbEB8t3RUoLl1u QmALCSvXhfuQ7gwK0HL938ILpj3aGk1OjXrssmxzHCc0AkQsfxpBmEe9VxtJild4/OXl4Z jmETWO/ILvSCVmWIG33TqvraUTYBDAY= From: =?utf-8?Q?S=C3=A9bastien?= Lerique To: Guix-devel Subject: Poetry upgrade and related packages Date: Wed, 02 Dec 2020 12:49:13 +0100 Message-ID: <87sg8oo2bq.fsf@eauchat.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=91.224.149.118; envelope-from=sl@eauchat.org; helo=eauchat.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Wed, 02 Dec 2020 11:57:47 -0500 X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list 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+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -1.18 Authentication-Results: aspmx1.migadu.com; dkim=fail (headers rsa verify failed) header.d=eauchat.org header.s=mail header.b=Z6JwXzBv; dmarc=fail reason="SPF not aligned (relaxed)" header.from=eauchat.org (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Migadu-Queue-Id: 6FA3D9402A8 X-Spam-Score: -1.18 X-Migadu-Scanner: ns3122888.ip-94-23-21.eu X-TUID: y+IQ24QXu1a2 Dear all, This thread is an attempt to keep a handle on the various patches=20 involved in upgrading Poetry to 1.1.4, and to ask a couple=20 questions that crop up. - Tanguy's original patch http://issues.guix.info/44077 is merged - But python-packaging had to be downgraded again because it=20 generated too much rebuilds=20 - Tanguy submitted another patch for Poetry reducing=20 python-packaging's required version:=20 https://issues.guix.info/45003 Now, there are a couple more hiccups with other packages: - poetry actually requires a more recent version of python-keyring=20 (>=3D21.2.0 instead of the current 21.0.0), - upstream python-keyring is at 21.5.0, which requires=20 python-setuptools >=3D 42 (guix now has 41.0.1) - as a sidenote, when I locally added setuptools >=3D42 explicitely=20 to python-keyring's native-inputs, it solved the version=20 declaration problem described here=20 Question: upstream setuptools is at 50.3.2, and they have dropped=20 python2 support at v45 (see=20 ).=20 Should we simply upgrade to v44, or rather create alternate=20 python{,2}-setuptools-44 packages? `guix refresh -l=20 python2-setuptools` lists 48 dependent packages. Happy hacking! S=C3=A9bastien