From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id wKSpD+G/xF8gHwAA0tVLHw (envelope-from ) for ; Mon, 30 Nov 2020 09:48:17 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id kNRnC+G/xF/KMgAAB5/wlQ (envelope-from ) for ; Mon, 30 Nov 2020 09:48:17 +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 D4CE39403EC for ; Mon, 30 Nov 2020 09:48:16 +0000 (UTC) Received: from localhost ([::1]:54284 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kjfn5-00008X-SV for larch@yhetil.org; Mon, 30 Nov 2020 04:48:15 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:43204) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kjflv-0007am-0U for guix-patches@gnu.org; Mon, 30 Nov 2020 04:47:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:41968) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kjflu-0007Ej-Mo for guix-patches@gnu.org; Mon, 30 Nov 2020 04:47:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kjflu-00005F-Le for guix-patches@gnu.org; Mon, 30 Nov 2020 04:47:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#44077] [PATCH v4 7/7] gnu: poetry: Update to 1.1.4. Resent-From: Tanguy Le Carrour Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 30 Nov 2020 09:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44077 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 44077@debbugs.gnu.org Cc: Tanguy Le Carrour Received: via spool by 44077-submit@debbugs.gnu.org id=B44077.160672957630473 (code B ref 44077); Mon, 30 Nov 2020 09:47:02 +0000 Received: (at 44077) by debbugs.gnu.org; 30 Nov 2020 09:46:16 +0000 Received: from localhost ([127.0.0.1]:53510 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kjflA-0007v9-C9 for submit@debbugs.gnu.org; Mon, 30 Nov 2020 04:46:16 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:33431) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kjfl4-0007kJ-Vd for 44077@debbugs.gnu.org; Mon, 30 Nov 2020 04:46:12 -0500 X-Originating-IP: 176.159.32.89 Received: from rafflesia.easter-eggs.fr (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay3-d.mail.gandi.net (Postfix) with ESMTPA id 2569F6002D; Mon, 30 Nov 2020 09:46:04 +0000 (UTC) From: Tanguy Le Carrour Date: Mon, 30 Nov 2020 10:45:15 +0100 Message-Id: <20201130094515.11190-7-tanguy@bioneland.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201130094515.11190-1-tanguy@bioneland.org> References: <20201130094515.11190-1-tanguy@bioneland.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: 2.72 X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-TUID: hkaPlqD23p80 * gnu/packages/python-xyz.scm (poetry): Update to 1.1.4. [arguments]: Loosen constraint on python-keyring only. [propagated-inputs] Remove python-jsonschema, python-pyparsing and python-pyrsistent. Add python-pip, python-packaging and python-poetry-core. Use python-requests-toolbelt-0.9.1. --- gnu/packages/python-xyz.scm | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 768f3bc9df..f05be9dcb9 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13078,7 +13078,7 @@ compatible build front-ends to build Poetry managed projects.") (define-public poetry (package (name "poetry") - (version "1.0.10") + (version "1.1.4") ;; Poetry can only be built from source with Poetry. (source (origin @@ -13086,7 +13086,7 @@ compatible build front-ends to build Poetry managed projects.") (uri (pypi-uri "poetry" version)) (sha256 (base32 - "1wm66xlsls4f0q4skmq96yb7aahjsqwgwvbrw4iax6rd4xfqj6sb")))) + "1a2kgfiw66fvxhlqk5qc83s6l38czfh5hcsrbiy7qq5yfc8mlsll")))) (build-system python-build-system) (arguments `(#:tests? #f ;; Pypi does not have tests. @@ -13095,14 +13095,9 @@ compatible build front-ends to build Poetry managed projects.") (add-before 'build 'patch-setup-py (lambda _ (substitute* "setup.py" - ;; poetry won't update version as 21.0.0 relies on python > 3.6 - (("keyring>=20.0.1,<21.0.0") "keyring>=21.0.0,<22.0.0") - (("pyrsistent>=0.14.2,<0.15.0") "pyrsistent>=0.14.2,<0.17.0") - ;; Reported upstream: - ;; . - (("tomlkit>=0.5.11,<0.6.0") "tomlkit>=0.5.11,<0.7.0") - (("cleo>=0.7.6,<0.8.0") "cleo>=0.7.6,<0.9.0") - (("clikit>=0.4.2,<0.5.0") "clikit>=0.4.2,<0.7.0")) + ;; Newer versions of keyring produce a package with version "0.0.0" + ;; Reported upstream: + (("keyring>=21.2.0,<22.0.0") "keyring>=21.0.0,<22.0.0")) #t))))) (propagated-inputs `(("python-cachecontrol" ,python-cachecontrol) @@ -13110,15 +13105,15 @@ compatible build front-ends to build Poetry managed projects.") ("python-cleo" ,python-cleo) ("python-clikit" ,python-clikit) ("python-html5lib" ,python-html5lib) - ("python-jsonschema" ,python-jsonschema) ("python-keyring" ,python-keyring) ("python-msgpack-transitional" ,python-msgpack-transitional) + ("python-packaging" ,python-packaging) ("python-pexpect" ,python-pexpect) + ("python-pip" ,python-pip) ("python-pkginfo" ,python-pkginfo) - ("python-pyparsing" ,python-pyparsing) - ("python-pyrsistent" ,python-pyrsistent) + ("python-poetry-core" ,python-poetry-core) ("python-requests" ,python-requests) - ("python-requests-toolbelt" ,python-requests-toolbelt) + ("python-requests-toolbelt" ,python-requests-toolbelt-0.9.1) ("python-shellingham" ,python-shellingham) ("python-tomlkit" ,python-tomlkit) ("python-virtualenv" ,python-virtualenv))) -- 2.29.2