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 iKU6FWAFj1/yZgAA0tVLHw (envelope-from ) for ; Tue, 20 Oct 2020 15:42:24 +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 SMD1EGAFj19HeAAAB5/wlQ (envelope-from ) for ; Tue, 20 Oct 2020 15:42:24 +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 EF9BD940366 for ; Tue, 20 Oct 2020 15:42:23 +0000 (UTC) Received: from localhost ([::1]:59286 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kUtmI-0001ZE-Te for larch@yhetil.org; Tue, 20 Oct 2020 11:42:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33274) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kUtk2-0007FK-Ot for guix-patches@gnu.org; Tue, 20 Oct 2020 11:40:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34885) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kUtk2-0001UF-AP for guix-patches@gnu.org; Tue, 20 Oct 2020 11:40:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kUtk2-0002zR-7U for guix-patches@gnu.org; Tue, 20 Oct 2020 11:40:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#44077] [PATCH v2 2/2] gnu: poetry: Update to 1.1.3. Resent-From: Tanguy Le Carrour Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 20 Oct 2020 15:40: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.160320838611452 (code B ref 44077); Tue, 20 Oct 2020 15:40:02 +0000 Received: (at 44077) by debbugs.gnu.org; 20 Oct 2020 15:39:46 +0000 Received: from localhost ([127.0.0.1]:46430 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kUtjm-0002ye-DH for submit@debbugs.gnu.org; Tue, 20 Oct 2020 11:39:46 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:40279) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kUtjk-0002yD-0a for 44077@debbugs.gnu.org; Tue, 20 Oct 2020 11:39:44 -0400 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 relay1-d.mail.gandi.net (Postfix) with ESMTPA id 331AD240004; Tue, 20 Oct 2020 15:39:38 +0000 (UTC) From: Tanguy Le Carrour Date: Tue, 20 Oct 2020 17:39:21 +0200 Message-Id: <20201020153921.18602-2-tanguy@bioneland.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20201020153921.18602-1-tanguy@bioneland.org> References: <20201020153921.18602-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-Scanner: scn0 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-Spam-Score: 3.99 X-TUID: Nc+qpF49Q3z3 * gnu/packages/python-xyz.scm (poetry): Update to 1.1.3. [arguments]: Loosen constraints on python-keyring, python-tomlkit, python-packaging and python-virtualenv. [propagated-inputs] Remove python-jsonschema, python-pyparsing and python-pyrsistent. Add python-packaging and python-poetry-core. Use python-requests-toolbelt-0.9.1. --- gnu/packages/python-xyz.scm | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d9f8073dad..623612fb42 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12897,7 +12897,7 @@ managed projects.") (define-public poetry (package (name "poetry") - (version "1.0.10") + (version "1.1.3") ;; Poetry can only be built from source with Poetry. (source (origin @@ -12905,7 +12905,7 @@ managed projects.") (uri (pypi-uri "poetry" version)) (sha256 (base32 - "1wm66xlsls4f0q4skmq96yb7aahjsqwgwvbrw4iax6rd4xfqj6sb")))) + "0lvj5klbjkdxzbp9ins4mads3qzb47ycxfyh2hr35c245jgfisj9")))) (build-system python-build-system) (arguments `(#:tests? #f ;; Pypi does not have tests. @@ -12914,14 +12914,14 @@ 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") + ;; Updating the following packages would force too many packages + ;; to be rebuilt. + (("tomlkit>=0.7.0,<1.0.0") "tomlkit>=0.6.0,<1.0.0") + (("packaging>=20.4,<21.0") "packaging>=20.0,<21.0") + (("virtualenv>=20.0.26,<21.0.0") "virtualenv>=20.0.10,<21.0.0")) #t))))) (propagated-inputs `(("python-cachecontrol" ,python-cachecontrol) @@ -12929,15 +12929,14 @@ 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-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.28.0