From unknown Tue Jun 17 20:36:12 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#71540 <71540@debbugs.gnu.org> To: bug#71540 <71540@debbugs.gnu.org> Subject: Status: [PATCH 0/5] gnu: poetry: Update to 1.7.1. Reply-To: bug#71540 <71540@debbugs.gnu.org> Date: Wed, 18 Jun 2025 03:36:12 +0000 retitle 71540 [PATCH 0/5] gnu: poetry: Update to 1.7.1. reassign 71540 guix-patches submitter 71540 Antero Mejr severity 71540 normal tag 71540 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 13 15:11:00 2024 Received: (at submit) by debbugs.gnu.org; 13 Jun 2024 19:11:00 +0000 Received: from localhost ([127.0.0.1]:39181 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sHpqe-0005Bb-2f for submit@debbugs.gnu.org; Thu, 13 Jun 2024 15:11:00 -0400 Received: from lists.gnu.org ([209.51.188.17]:44806) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sHpqc-0005BS-N2 for submit@debbugs.gnu.org; Thu, 13 Jun 2024 15:10:59 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sHpqc-0007of-OY for guix-patches@gnu.org; Thu, 13 Jun 2024 15:10:58 -0400 Received: from mout-p-102.mailbox.org ([80.241.56.152]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1sHpqa-0007NK-RR; Thu, 13 Jun 2024 15:10:58 -0400 Received: from smtp202.mailbox.org (smtp202.mailbox.org [10.196.197.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4W0X7807Dgz9smm; Thu, 13 Jun 2024 21:10:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antr.me; s=MBO0001; t=1718305844; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type; bh=U7HQIjJkjX0tzPChsZBFNqrhwlKvPoA/HvX6NhXPOPQ=; b=H8TW05Z9dzSqHIPz/ti82/MBakHiIwVluyLWrcc3vpPCQ+DZ6Dqvm6qlIT8WcC1ZQImCdu anR+dqFKPirmrCL5nLQDVus2lZkHZoOUcTmEtaNtSJMDAB+dbSr9ZhgH36RhtEDJZZfXPu vWEJ7SaQGBLNsjJAaK1BGb4NRnM45E/K3PJVWJ0SEMaLOuxWfJp8kqWwikAwCg4K8sg1X6 dAFXh4xHvatcAPUDz03JS5cMOhgcHyruKzEh87RtFCAYtSbOooF9aZDOMgglHvJZdL7J5Q Id+ZiFHH5wRqVMGs/gcY9FThNl1t4LJsjRzP6yVgjK9W5r9ke7X9brUyl4tigg== From: Antero Mejr To: guix-patches@gnu.org Subject: [PATCH 0/5] gnu: poetry: Update to 1.7.1. Date: Thu, 13 Jun 2024 19:10:35 +0000 Message-ID: <877cesu09g.fsf@antr.me> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=80.241.56.152; envelope-from=mail@antr.me; helo=mout-p-102.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: sharlatanus@gmail.com, me@bonfacemunyoki.com, lars@6xq.net, jgart@dismail.de, marius@gnu.org, tanguy@bioneland.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Updating to 1.7.1 instead of the latest, because poetry 1.8.2 requires a newer python-packaging, which would trigger many rebuilds. Antero Mejr (5): gnu: Add python-installer. gnu: Add python-rapidfuzz. gnu: Add python-poetry-core-next. gnu: python-cleo: Update to 2.1.0. gnu: poetry: Update to 1.7.1. gnu/packages/python-build.scm | 12 +++ gnu/packages/python-xyz.scm | 144 ++++++++++++++++++++++++++++------ 2 files changed, 131 insertions(+), 25 deletions(-) base-commit: 9901416233867233192b63fde7f616751127b189 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 13 15:26:18 2024 Received: (at 71540) by debbugs.gnu.org; 13 Jun 2024 19:26:18 +0000 Received: from localhost ([127.0.0.1]:39246 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sHq5S-0005Zu-0M for submit@debbugs.gnu.org; Thu, 13 Jun 2024 15:26:18 -0400 Received: from mout-p-202.mailbox.org ([80.241.56.172]:43984) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sHq5O-0005ZV-QP for 71540@debbugs.gnu.org; Thu, 13 Jun 2024 15:26:16 -0400 Received: from smtp202.mailbox.org (smtp202.mailbox.org [10.196.197.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4W0XSK1ZDXz9spY for <71540@debbugs.gnu.org>; Thu, 13 Jun 2024 21:25:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antr.me; s=MBO0001; t=1718306737; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=1d0ew1bGslGGH5TAKw+algIFCITlE2cVXxIhSgRmuC4=; b=pwFwzqPoxy2p8NdBEZeLCJvq11xCeyKUnxjxlLuC2so9tnriVN7qPvtgUrNFCu1HgpiclZ uYdIB3dd2Kjyi/dDtjJVUqDtT/15cRBh8QB9MG1a95V2U4n8fVMy56nvAk+dNDWtb6YKCZ cBqPvsq0T1P7IlYgCn8zV4BPXpfiyCpduEHEw/z4r/TRhUgH/uPnwNxAo8POmi01PIfKVQ ZDcMijLFHTlSo+51Y3r38j3KyeHG63ojcuqEY/yEuByIj5bPCnj2nswmmMXkECcuB75lMu dqKyW3t2VDJQuydnPRxAAMeLafz402kFhe5pv636N8z31aky5PG851jpi8H/tw== From: Antero Mejr To: 71540@debbugs.gnu.org Subject: [PATCH 1/7] gnu: Add python-installer. Date: Thu, 13 Jun 2024 19:25:31 +0000 Message-ID: <87wmmssl04.fsf@antr.me> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 71540 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/python-xyz.scm (python-installer): New variable. Change-Id: Ic8b7b5647a959166e58f69c3c41e05131c1af996 --- gnu/packages/python-xyz.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 9d3066cab4..1584703ac1 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -21290,6 +21290,26 @@ (define-public python-cachy database, file, dict stores. Cachy supports python versions 2.7+ and 3.2+.") (license license:expat))) +(define-public python-installer + (package + (name "python-installer") + (version "0.7.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "installer" version)) + (sha256 + (base32 "0cdnqh3a3amw8k4s1pzfjh0hpvzw4pczgl702s1b16r82qqkwvd2")))) + (build-system pyproject-build-system) + (native-inputs (list python-flit-core python-pytest)) + (home-page "https://installer.rtfd.io/") + (synopsis "A library for installing Python wheels.") + (description + "This package provides a low-level library for installing a Python +package from a wheel distribution. It provides basic functionality and +abstractions for handling wheels and installing packages from wheels.") + (license license:expat))) + (define-public poetry (package (name "poetry") base-commit: 9901416233867233192b63fde7f616751127b189 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 13 15:26:18 2024 Received: (at 71540) by debbugs.gnu.org; 13 Jun 2024 19:26:18 +0000 Received: from localhost ([127.0.0.1]:39248 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sHq5S-0005Zw-AR for submit@debbugs.gnu.org; Thu, 13 Jun 2024 15:26:18 -0400 Received: from mout-p-202.mailbox.org ([80.241.56.172]:43972) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sHq5P-0005ZT-Ks for 71540@debbugs.gnu.org; Thu, 13 Jun 2024 15:26:17 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [10.196.197.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4W0XSs62mPz9sdJ for <71540@debbugs.gnu.org>; Thu, 13 Jun 2024 21:26:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antr.me; s=MBO0001; t=1718306765; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=CYKO6H3z3LaHlWfxkqAVysbE+xFch0WkpS/Exs2dpso=; b=TPrAb/gaYAvmimOo/SZYeG/JiNgynyToQu/56y830XnjqSlEKqYN+qoB0dUzgB1l9RHGs0 3LS6oUZKKrs9Foen8Q1yBN4qWPd60wO1It9IUIJLixHiUz1S6gTzQ09Y8PamI1dLELPyom 9Wn7/GcvXpyGMpviTwCjQ1tDHnMRgTTlKNh/RIE+rWGSOtN8LiFDhF/0I1UUIZb4Lo+CL8 AgWxDIHrEFGxLxp/WR3JNe7gNinManH0HUk6lZhXnlz483pg4qhV5GGoSQkDesmPWfHRYv l6+OiP1s3j/esw0q22NLgxIS7brZOuT+u7J6qLAKdHjbUyN3c5l+LLNHZMIH4g== From: Antero Mejr To: 71540@debbugs.gnu.org Subject: [PATCH 2/7] gnu: Add python-poetry-plugin-export. Date: Thu, 13 Jun 2024 19:26:00 +0000 Message-ID: <87sexgskzb.fsf@antr.me> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 71540 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/python-xyz.scm (python-poetry-plugin-export): New variable. Change-Id: Idd7884de2d1e300fce6fea641de44219bf971293 --- gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1584703ac1..7f6dc0cf81 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -21310,6 +21310,27 @@ (define-public python-installer abstractions for handling wheels and installing packages from wheels.") (license license:expat))) +(define-public python-poetry-plugin-export + (package + (name "python-poetry-plugin-export") + (version "1.8.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "poetry_plugin_export" version)) + (sha256 + (base32 "0qgw6w4xaw7cz9ykw376c5hcg9v2k30lnmna6pc9b4ymhn51d9hz")))) + (build-system pyproject-build-system) + (native-inputs (list python-poetry-core)) + (propagated-inputs (list poetry python-poetry-core)) + (home-page "https://python-poetry.org/") + (synopsis "Poetry plugin to export dependencies") + (description "This package provides a Poetry plugin that allows the export +of locked packages to various formats. This plugin provides the same features +as the existing @code{export} command of Poetry which it will eventually +replace.") + (license license:expat))) + (define-public poetry (package (name "poetry") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 13 15:27:50 2024 Received: (at 71540) by debbugs.gnu.org; 13 Jun 2024 19:27:50 +0000 Received: from localhost ([127.0.0.1]:39253 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sHq6v-0005cI-Qj for submit@debbugs.gnu.org; Thu, 13 Jun 2024 15:27:50 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]:49628) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sHq6t-0005c6-SI for 71540@debbugs.gnu.org; Thu, 13 Jun 2024 15:27:48 -0400 Received: from smtp202.mailbox.org (smtp202.mailbox.org [10.196.197.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4W0XV65pPKz9smx for <71540@debbugs.gnu.org>; Thu, 13 Jun 2024 21:27:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antr.me; s=MBO0001; t=1718306830; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=z9zQkhNyWWPxK7CNi2QtvyIuRVk9UpRRpKWioLnE+iI=; b=0CmzKv86my/giTPTlw9QEOCwQ/lEwGm1lBxbbuLeQj8UeLKpVKnUDVXSAPjPVjuqq6XSBj XQNjtx88pGAf7AKyxV7gvSX1gyq4df0BYrz9ttqiGx84+BF8IcKZRSz/ys3DARBeL1O+TW U1eDiDfmOUbWyZg1gkFaZOi1WTpbkDpGNHDQjMyDSFJCJSasHGB2Yya9dyRIPjuep8y5Fy Bbm69+FGQz4n/1njoDDDB/rFSsSXw2YUfc/gecEnAq35JX8BovhIz2iYpFh/Nkbbj2/lKe UYg3/h3I0jDZfSz+ZrQ6NWrpv/vvHEm5vYx20q7FOYKzpSGTnotvZ0q1Ki+PRg== From: Antero Mejr To: 71540@debbugs.gnu.org Subject: [PATCH 3/7] gnu: Add python-poetry-plugin-export-minimal. Date: Thu, 13 Jun 2024 19:27:05 +0000 Message-ID: <87o784skxi.fsf@antr.me> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 71540 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/python-xyz.scm (python-poetry-plugin-export-minimal): New variable. Change-Id: I110b44f59e987fe6c9e6189d7f517d0eaccd74d6 --- gnu/packages/python-xyz.scm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7f6dc0cf81..e5006175cf 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -21331,6 +21331,16 @@ (define-public python-poetry-plugin-export replace.") (license license:expat))) +(define-public python-poetry-plugin-export-minimal + (hidden-package + (package + (inherit python-poetry-plugin-export) + (name "python-poetry-plugin-export-minimal") + (arguments (list #:tests? #f + #:phases #~(modify-phases %standard-phases + (delete 'sanity-check)))) + (propagated-inputs '())))) + (define-public poetry (package (name "poetry") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 13 15:28:27 2024 Received: (at 71540) by debbugs.gnu.org; 13 Jun 2024 19:28:27 +0000 Received: from localhost ([127.0.0.1]:39258 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sHq7X-0005dq-59 for submit@debbugs.gnu.org; Thu, 13 Jun 2024 15:28:27 -0400 Received: from mout-p-103.mailbox.org ([80.241.56.161]:38188) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sHq7V-0005dT-4f for 71540@debbugs.gnu.org; Thu, 13 Jun 2024 15:28:25 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:b231:465::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4W0XVq4Wzxz9srX for <71540@debbugs.gnu.org>; Thu, 13 Jun 2024 21:27:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antr.me; s=MBO0001; t=1718306867; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=8qReYBpihHNzBm6JIX7B19h1EjXgAqYDb1nAt/4s7ZU=; b=0/xebiDbwSSaDpDsX/VheTSAw1VNEomqfz+Ct8LLDw5wkTxMrtaaJTVdjOq2KVr9N7o5aR X3MdgzSZ9eWKCnZ1ne9tGhrZ1kpqvQh0F3PH/0wdEYE9aXYziAVdqmVLAEIt9lzwCRMFki r3tEY8YcaXr46uIZGvwQhK57E9s6KKLRRAwRKlDH6HZrqzLiMNOilKXqJf22bLk7gp1VVn Dtg6H9Tl/NDMweD3ZHYrF6C2pRmMY7mOWpFPKxciU+NRln9AYkK8+KVsiAvS/u1amQOvGV fhi3qtotdhAI+u4ZKPOgP7qdb8NpKHCNT9aPEZTedGfwFQLIDaw/sR5pevO1Kg== From: Antero Mejr To: 71540@debbugs.gnu.org Subject: [PATCH 4/7] gnu: Add python-rapidfuzz. Date: Thu, 13 Jun 2024 19:27:42 +0000 Message-ID: <87jzisskwh.fsf@antr.me> MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 4W0XVq4Wzxz9srX X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 71540 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/python-xyz.scm (python-rapidfuzz): New variable. Change-Id: I723f0b401d61c42799dbb3bf760c57bfe3bd1204 --- gnu/packages/python-xyz.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e5006175cf..5db5bb9d02 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -21012,6 +21012,24 @@ (define-public python-pylev @url{http://en.wikipedia.org/wiki/Levenshtein_distance}.") (license license:bsd-3))) +(define-public python-rapidfuzz + (package + (name "python-rapidfuzz") + (version "3.9.3") + (source + (origin + (method url-fetch) + (uri (pypi-uri "rapidfuzz" version)) + (sha256 + (base32 "1qh6in6jsybzf414d9samh34npkx34qc95srrqdlal7dx1kfm65k")))) + (build-system python-build-system) + (native-inputs (list python-hypothesis python-pytest python-scikit-build)) + (home-page "https://github.com/rapidfuzz/RapidFuzz") + (synopsis "Rapid fuzzy string matching for Python") + (description "RapidFuzz is a fast string matching library for Python and +C++, which is using the string similarity calculations from FuzzyWuzzy.") + (license license:expat))) + (define-public python-cleo (package (name "python-cleo") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 13 15:28:27 2024 Received: (at 71540) by debbugs.gnu.org; 13 Jun 2024 19:28:27 +0000 Received: from localhost ([127.0.0.1]:39260 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sHq7X-0005ds-GR for submit@debbugs.gnu.org; Thu, 13 Jun 2024 15:28:27 -0400 Received: from mout-p-202.mailbox.org ([80.241.56.172]:47858) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sHq7V-0005dV-PU for 71540@debbugs.gnu.org; Thu, 13 Jun 2024 15:28:26 -0400 Received: from smtp102.mailbox.org (smtp102.mailbox.org [10.196.197.102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4W0XWQ6PGqz9sqC for <71540@debbugs.gnu.org>; Thu, 13 Jun 2024 21:28:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antr.me; s=MBO0001; t=1718306898; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=Bipzx4tUd/kzxZ6IlEmG9mYHZekkijZK9qJBqU5T/SE=; b=WaSoYkWFK12P5ml1wQDEa5EcZHUvCN6ejnBSw30aQoGZQpm8pSvN1vyavPT1kxBChWqtAc 2Zai01Ex1Fj8onf+bip5kqNZSCScXGFkFusHqoMJFVrP9xXxrjF0qNo9QqnIdGuFXXfTtp kD1CKJLUSKxiZHSe7rZqDMhGgyR4H3W/lLiH7zxe3AK7vyKQa6UAgKYzqsUH4bCuFElDPw TZHbs4ePaaU+mASgz8JFRcBNvV3cqaTsdMW4jGhCqEU5+PO4regNfJWM8hc9MA7XKNTlyU T9LL/8vTFgb44+v48/gcQVQ/UVL7Mu+mU6PRfNTPk9Vuv+jsYEeESLi00eQWAw== From: Antero Mejr To: 71540@debbugs.gnu.org Subject: [PATCH 5/7] gnu: Add python-poetry-core-next. Date: Thu, 13 Jun 2024 19:28:13 +0000 Message-ID: <87frtgskvm.fsf@antr.me> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 71540 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/python-build.scm (python-poetry-core-next): New variable. Change-Id: I967f214ffcb0ef91488d4fb9139eca1b82b3cbf0 --- gnu/packages/python-build.scm | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 76e29b6c90..d323aa805b 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -577,6 +577,18 @@ (define-public python-poetry-core compatible build front-ends to build Poetry managed projects.") (license license:expat))) +(define-public python-poetry-core-next + (hidden-package + (package + (inherit python-poetry-core) + (version "1.9.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "poetry_core" version)) + (sha256 + (base32 "18imz7hm6a6n94r2kyaw5rjvs8dk22szwdagx0p5gap8x80l0yps"))))))) + ;;; This package exists to bootstrap python-tomli. (define-public python-flit-core-bootstrap (package -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 13 15:28:49 2024 Received: (at 71540) by debbugs.gnu.org; 13 Jun 2024 19:28:49 +0000 Received: from localhost ([127.0.0.1]:39263 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sHq7s-0005eZ-RX for submit@debbugs.gnu.org; Thu, 13 Jun 2024 15:28:49 -0400 Received: from mout-p-202.mailbox.org ([80.241.56.172]:40640) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sHq7r-0005eM-3y for 71540@debbugs.gnu.org; Thu, 13 Jun 2024 15:28:47 -0400 Received: from smtp102.mailbox.org (smtp102.mailbox.org [10.196.197.102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4W0XWq6tWXz9slj for <71540@debbugs.gnu.org>; Thu, 13 Jun 2024 21:28:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antr.me; s=MBO0001; t=1718306919; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=A8XPGgguYKqSSy6T1r82dqktV0mMds4/kP41u58gTr4=; b=bMZ0H6qVUr2K16Flcq2INh8weuPzSDNRpW50uxe2EH4KSCUHNxsZtsmOSliurbx7KsYRkZ taiYsCy9i8NUmN6szd2yI6mp+n6MmaoU+ViHNoYLJbp12nOBzgMo6/OHE258ztJghEfSUq LetGLL261xpUVcZe5jlbwvNHtJxNCnj6fsmLr/5eI9xE/BNh9i5lQRF8CyPYHwp4OGpjLb /a2MU+0DUYXwR2EMz8WF+BSMxLJAzzIOABbQR2Oqwplbzs+FSfpB7kwOhhKNkpY1HOLPJF FZ4A74qGX7fSHPjwStc3asmRr8ZwmLybTcubw8YAvzr75gz0vlAYJE0daA975Q== From: Antero Mejr To: 71540@debbugs.gnu.org Subject: [PATCH 6/7] gnu: python-cleo: Update to 2.1.0. Date: Thu, 13 Jun 2024 19:28:35 +0000 Message-ID: <87bk44skv0.fsf@antr.me> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 71540 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/python-xyz.scm (python-cleo): Update to 2.1.0. [propagated-inputs]: Remove python-backpack, python-clikit, python-pastel, and python-pylev; add python-rapidfuzz. [native-inputs]: Add python-crashtest and python-poetry-core. Change-Id: Idf67960e91106f5c0f7065d84fa00b7f69f5841e --- gnu/packages/python-xyz.scm | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5db5bb9d02..c05526b7cf 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -21033,19 +21033,25 @@ (define-public python-rapidfuzz (define-public python-cleo (package (name "python-cleo") - (version "0.8.1") + (version "2.1.0") (source (origin (method url-fetch) (uri (pypi-uri "cleo" version)) (sha256 (base32 - "17q6wi3q280kxmxzb2iwnnqih2xbljn18v0bjx2ip18p079j43ix")))) - (build-system python-build-system) + "08ym7xaalxzka3k9wp7i05n6j9xmmjs1y02ilrz0lrhkbl5qhb0b")) + (modules '((guix build utils))) + (snippet + #~(substitute* "pyproject.toml" + (("crashtest = \".*\"") "crashtest = \"^0.3.1\""))))) + (build-system pyproject-build-system) (native-inputs - (list ;; For testing - python-mock python-pytest-mock python-pytest)) - (propagated-inputs - (list python-backpack python-clikit python-pastel python-pylev)) + (list python-crashtest + python-mock + python-poetry-core + python-pytest-mock + python-pytest)) + (propagated-inputs (list python-rapidfuzz)) (home-page "https://github.com/sdispater/cleo") (synopsis "Command-line arguments library for Python") (description -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 13 15:29:27 2024 Received: (at 71540) by debbugs.gnu.org; 13 Jun 2024 19:29:27 +0000 Received: from localhost ([127.0.0.1]:39269 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sHq8V-0005gN-B0 for submit@debbugs.gnu.org; Thu, 13 Jun 2024 15:29:27 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]:56820) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sHq8T-0005g3-Bq for 71540@debbugs.gnu.org; Thu, 13 Jun 2024 15:29:26 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:b231:465::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4W0XXZ1MPgz9slr for <71540@debbugs.gnu.org>; Thu, 13 Jun 2024 21:29:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antr.me; s=MBO0001; t=1718306958; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=4HNgZq+x1CgNd/66pA+cVbHFuSEJy/h37ZOORD2z6+0=; b=CuzlVcXA3hxWivdyt9DKKaoVz1lTqKd0L1VfQzxyRDE99K+6/vd7MXjaf8lzLG1LNt9Mgm jBY1VGUR38svCwVztZvkKUeexiPSPMHqHceMpBkjjc5XK0HNMB22bJa1AEiamSGr9acoYD gu7OOM2vQlBKpylbh0oanOemVyhyf7McQEfueLlzm1AC3WukAhMdcONS5j8LMftj0VCJiq 7anAAFD4IgmbWUXAe7qq8/o5C+z7u1dXJKofsNR8fLjzyGWnWWE25GZvpYr/7la+TNeYbM AXfjGaLWXOKTNXQ3muofYJB9+2XU7eYHM5YvoM2xbgiw7vzIRuc2gtUKqA7eiw== From: Antero Mejr To: 71540@debbugs.gnu.org Subject: [PATCH 7/7] gnu: poetry: Update to 1.7.1. Date: Thu, 13 Jun 2024 19:29:13 +0000 Message-ID: <877cesskty.fsf@antr.me> MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 4W0XXZ1MPgz9slr X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 71540 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/python-xyz.scm (poetry): Update to 1.7.1. [propagated-inputs]: Remove python-html5lib, python-msgpack-transitional, and python-poetry-core-1.0; add python-dulwich, python-fastjsonschema, python-importlib-metadata, python-installer, python-platformdirs, python-poetry-core-next, python-poetry-plugin-export-minimal, python-pypa-build, python-pyproject-hooks, python-tomli, python-trove-classifiers, and python-xattr. [native-inputs]: Add python-deepdiff, python-httpretty, python-pytest, python-pytest-mock, python-pytest-randomly, and python-pytest-xdist. Change-Id: Ic8949f875d4a6f1e5faa1666c0961067e226dc29 --- gnu/packages/python-xyz.scm | 55 +++++++++++++++++++++++++------------ 1 file changed, 37 insertions(+), 18 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c05526b7cf..8ff5760534 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -21368,46 +21368,65 @@ (define-public python-poetry-plugin-export-minimal (define-public poetry (package (name "poetry") - (version "1.1.12") + (version "1.7.1") (source (origin (method url-fetch) (uri (pypi-uri "poetry" version)) (sha256 (base32 - "0rr54mvcfcv9cv6vw2122y28xvd2pwqpv2x8c8j5ayz3gwsy4rjw")))) - (build-system python-build-system) + "0cpzsqjv8c6v9888svxiyi6c516zqrdjbsnhsc5rrbb7gl7afj5k")))) + (build-system pyproject-build-system) (arguments - `(#:tests? #f ;PyPI does not have tests - #:phases - (modify-phases %standard-phases - (add-before 'build 'patch-setup-py - (lambda _ - (substitute* "setup.py" - ;; Relax some of the requirements. - (("(keyring>=21.2.0),<22.0.0" _ keyring) keyring) - (("(packaging>=20.4),<21.0" _ packaging) packaging))))))) + (list + #:phases #~(modify-phases %standard-phases + ;; Almost every dependency is pinned too strictly. + (delete 'sanity-check)) + #:test-flags + #~(list + "--ignore=tests/installation/test_executor.py" + "--ignore=tests/installation/test_chef.py" + "-k" + (string-append + "not test_create_poetry_fails_on_invalid_configuration " + "and not test_shell " + "and not test_installer_with_pypi_repository " + "and not test_builder_setup_generation_runs_with_pip_editable " + "and not test_check_invalid")))) + (native-inputs (list python-deepdiff + python-httpretty + python-pytest + python-pytest-mock + python-pytest-randomly + python-pytest-xdist)) (propagated-inputs (list python-cachecontrol python-cachy python-cleo python-crashtest + python-dulwich python-entrypoints - python-html5lib + python-fastjsonschema + python-importlib-metadata + python-installer python-keyring - ; Use of deprecated version of msgpack reported upstream: - ; https://github.com/python-poetry/poetry/issues/3607 - python-msgpack-transitional python-packaging python-pexpect python-pip python-pkginfo - python-poetry-core-1.0 + python-platformdirs + python-poetry-core-next + python-poetry-plugin-export-minimal + python-pypa-build + python-pyproject-hooks python-requests python-requests-toolbelt python-shellingham + python-tomli python-tomlkit - python-virtualenv)) + python-trove-classifiers + python-virtualenv + python-xattr)) (home-page "https://python-poetry.org") (synopsis "Python dependency management and packaging made easy") (description "Poetry is a tool for dependency management and packaging -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 13 18:35:49 2024 Received: (at 71540) by debbugs.gnu.org; 13 Jun 2024 22:35:49 +0000 Received: from localhost ([127.0.0.1]:39396 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sHt2r-0001x1-I0 for submit@debbugs.gnu.org; Thu, 13 Jun 2024 18:35:49 -0400 Received: from mail-wr1-f47.google.com ([209.85.221.47]:52598) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sHt2n-0001wl-3K for 71540@debbugs.gnu.org; Thu, 13 Jun 2024 18:35:48 -0400 Received: by mail-wr1-f47.google.com with SMTP id ffacd0b85a97d-35f22d3abf1so1450432f8f.1 for <71540@debbugs.gnu.org>; Thu, 13 Jun 2024 15:35:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1718318079; x=1718922879; darn=debbugs.gnu.org; h=mime-version:message-id:date:subject:cc:to:from:from:to:cc:subject :date:message-id:reply-to; bh=aAUipCGfNLKM5JvCU0g9XloaDeRLxFOxlvTMyCLFtp0=; b=mhjBZf0KRPtfJNYZTVVyIWF2YxpYSOtysI9W7v2zG2MhbNgIIzpGNReLVl3ZjTtGwr Kb5HT3cA4p3uPN7adkhZ6IalC++kOAq6plK0aimBbbJikxUzNCMyIVyJDIZvJzDnRvxm vRS62rgWR9b4ZDETi5uUJ7KZV67x9/VFgXqT4Bvxn23CA+xQ4252EOtNh0k4yR436rpZ 6jzze7QjZ6romRbEv45K895mUOeoYxdOD4bi1nZEnuA3OS/6kQI8RTqsSHiqmYaXLDd6 tmTfVwB04ca66xoPllGn6EmzhlJklrEmrOwgl1z4DGM6TSCXNtS//Lv0xYWfjInYuG6k WqtA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1718318079; x=1718922879; h=mime-version:message-id:date:subject:cc:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=aAUipCGfNLKM5JvCU0g9XloaDeRLxFOxlvTMyCLFtp0=; b=v/JF49VaAkDS1WoTHwv44TEK3l2+LmUauqLA73qdE2vMpuUNq/UX2RxJ2ElHTq7Eza S6XW70FbJh8d9s+oT/MUbPFp5MjZrZgMfet9W+/IwXgN8kMQXnsKhtVruvcJ4LXcZjBm GGSOuCS5uyGhBrLn+M1zU+DSfwsU2bVHKmGmigQBmmw6BDw2ynmEzmP6HA1d0h65thze lRy3mmF7GhsAp3Ug+oRRSUF+IRi4rJwE5i10fx5bV0ylFH6YZ+uEimA1D9TxZrNgeKZ0 mlV5z8foY65QnpKxNMQ7lnWeEOw6n9kNXxSmD5dwng7MTsJPHQSZ59pj/82yd6D0dF7D A5sQ== X-Gm-Message-State: AOJu0Yzb/ugAHhFTfavV414/yP7bNDBcEoZGBIO0ZyTwYwvCuyJGzv+B 40bk/uE5AE8RHH8BsyCBfan0qSMyQw0ELXTmTJdymjx4S+o3ZTUBVbOZIJpf X-Google-Smtp-Source: AGHT+IHwTGerikn5wvfNhzTxc3A6dU+WWQeAIk02DqiDWbP9wxYhGtDMGtn3vupVH9RxaoB4tvKF/w== X-Received: by 2002:a5d:468a:0:b0:35f:2843:5382 with SMTP id ffacd0b85a97d-3607a7414famr815636f8f.1.1718318079207; Thu, 13 Jun 2024 15:34:39 -0700 (PDT) Received: from guxtil (bagu-15-b2-v4wan-170076-cust245.vm21.cable.virginm.net. [77.98.0.246]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-36077536f78sm2508753f8f.7.2024.06.13.15.34.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 13 Jun 2024 15:34:38 -0700 (PDT) From: Sharlatan Hellseher To: 71540@debbugs.gnu.org Subject: [PATCH 0/5] gnu: poetry: Update to 1.7.1. Date: Thu, 13 Jun 2024 23:34:18 +0100 Message-ID: <87frtgpj4l.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 71540 Cc: Antero Mejr X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Hi, Thank you for the patches. > Updating to 1.7.1 instead of the latest, because poetry 1.8.2 requires a > newer python-packaging, which would trigger many rebuilds.a How about to apply patches against python-team branch with the latest version? -- Oleg --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmZrc+oACgkQdtcnv/Ys 0rVPFQ//UYA9IbDFgRk69SfxL+hqkNymL7eoSPDKjFc+GozjMHxofCAmrlCbiaX9 MpzFpDD9+Dho3b++DOgCg/rEu+NfxdoNEGEWR9115xENuuaYw9i89VaGYSu2Ikl+ JAwsPh8Xcrzag5W0MM81aUspqwmNmvAsOGu6iNiwZjiRxd4nlSPtB+uu4NLid2L2 H5sXwMFipsobTHl8Y6OMG1NzlOx8qjLmX3aQD2OF1+RAk0fnSLLZkfC2WUfg9+Mn y/J3RcPGIk2/E2HwWAJ8IYm8v+6vETFmMS1mIRysT+9yQr8oP+o/UheMW7NFw3nA FV+CNDBzKwIQcCcfwg/9h/FRxfAUIS/ru+jrjqMDZSi5qgFA0c+stAqy2JOlnnB6 TraBvTvsH2NJbNl5LbU4J2DlX35u0+IR2x3rfCpIjldmv5Vu8Kg7AAQrGwvLNrA5 EAGKVClO2fuAk5TswpQib/jjEtkOzt9OG29pltOwv82HOq1oYeawDBlFr/5kUWzj UULhKUtjMSG+qvJUO94ePGfAUp8MIJNhARHZYOApX9Ytt5qkbh8TZ5tBjQBMdAJM a89kZ9+jJ4IE7QK0f6v/pAToIztuECvUkDydrXnzH8AiIRRZDogY7xjHB4A3hzLD IpU1yUgViJ+c7VXVBO1q/bO+JXFSMDxVLAM6IWVk2eGbPIX8DYc= =BLHr -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 14 04:33:59 2024 Received: (at 71540) by debbugs.gnu.org; 14 Jun 2024 08:33:59 +0000 Received: from localhost ([127.0.0.1]:39899 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sI2Nj-0003W7-86 for submit@debbugs.gnu.org; Fri, 14 Jun 2024 04:33:59 -0400 Received: from smtp-42aa.mail.infomaniak.ch ([84.16.66.170]:40213) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sI2Nh-0003Vp-3V for 71540@debbugs.gnu.org; Fri, 14 Jun 2024 04:33:58 -0400 Received: from smtp-3-0001.mail.infomaniak.ch (smtp-3-0001.mail.infomaniak.ch [10.4.36.108]) by smtp-3-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4W0sxD6DCRznPB; Fri, 14 Jun 2024 10:33:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bioneland.org; s=20230804; t=1718354000; bh=SzqQP3mko2jdIA3Ju5V4afJklUZWJs2V1G+cHuHtwkc=; h=References:Subject:From:Cc:To:In-Reply-To:Date:From; b=irkw6CplqfScroOhmUvm7IrB9MMVF+LJ6gd4LOr+CrD7vxtZLUgyL/OXUnGMtN7IG ncCSO/rDqKqXzW4LmcZpbB4nwNSkjs216gR/KUnfNE9GPcM8XVnI9MX1dGhiq+cG7I aXEyGLUnYulPyWUf1RkRUGmKFnx59jCPsxCmmP6HSGO1ZYD3NrJOzYoRllXXK2FqaE V0W7EBUM0WE+166/k9siNmMknDFdfm2TMOVYyNr5Yr2C0DUqRHYZfEUPxSQTV0mJeR APL1OzOAFgYMNWfAioo99RCQDtklqa6VJBMYTvmq1pOZIfpYcnIXSPc5eTyShmfc/K LtaJdFG/FxIcg== Received: from unknown by smtp-3-0001.mail.infomaniak.ch (Postfix) with ESMTPA id 4W0sxC5rDLzyGv; Fri, 14 Jun 2024 10:33:19 +0200 (CEST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable References: <877cesu09g.fsf@antr.me> Subject: Re: [PATCH 0/5] gnu: poetry: Update to 1.7.1. From: Tanguy LE CARROUR To: Antero Mejr , 71540@debbugs.gnu.org In-Reply-To: <877cesu09g.fsf@antr.me> Date: Fri, 14 Jun 2024 10:33:19 +0200 Message-ID: <171835399913.15842.9755585658776807966@bioneland.org> User-Agent: alot/0.10 X-Infomaniak-Routing: alpha X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 71540 Cc: me@bonfacemunyoki.com, sharlatanus@gmail.com, lars@6xq.net, jgart@dismail.de, marius@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hi, Quoting Antero Mejr (2024-06-13 21:10:35) > Updating to 1.7.1 instead of the latest, because poetry 1.8.2 requires a > newer python-packaging, which would trigger many rebuilds. >=20 > Antero Mejr (5): > gnu: Add python-installer. > gnu: Add python-rapidfuzz. > gnu: Add python-poetry-core-next. > gnu: python-cleo: Update to 2.1.0. > gnu: poetry: Update to 1.7.1. >=20 > gnu/packages/python-build.scm | 12 +++ > gnu/packages/python-xyz.scm | 144 ++++++++++++++++++++++++++++------ > 2 files changed, 131 insertions(+), 25 deletions(-) Thanks for working on this! >> Updating to 1.7.1 instead of the latest, because poetry 1.8.2 requires a >> newer python-packaging, which would trigger many rebuilds.a > How about to apply patches against python-team branch with the latest ver= sion? As Oleg said, it would be great to have version 1.8.2. I have to confess th= at, because it=E2=80=99s not available in Guix, I=E2=80=99ve been installing it= using pipx for few months now. This being said here are some (useless) remarks=E2=80=A6 - gnu: Add python-installer. * The synopsis is different from the others. It starts with a "A" and end= s with a "." - gnu: Add python-poetry-plugin-export. * The package name used in `pypi-uri` contains "_" where I usually see "-= ". Is that on purpose? - gnu: Add python-poetry-plugin-export-minimal. * LGTM - gnu: Add python-rapidfuzz. * LGTM - gnu: Add python-poetry-core-next. * The package name used in `pypi-uri` contains "_" where I usually see "-= ". - gnu: python-cleo: Update to 2.1.0. * There is no mention of the `snippet` in the commit message. Wouldn=E2= =80=99t it be worth explaining? - gnu: poetry: Update to 1.7.1. * There is no mention to the fact that you enabled some tests that were previously altogether disabled. Which is good IMHO! =F0=9F=91=8D But the most important is that it builds and it works! Thanks! --=20 Tanguy From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 14 16:42:18 2024 Received: (at 71540) by debbugs.gnu.org; 14 Jun 2024 20:42:18 +0000 Received: from localhost ([127.0.0.1]:42769 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sIDkX-0000lK-Sf for submit@debbugs.gnu.org; Fri, 14 Jun 2024 16:42:18 -0400 Received: from mout-p-202.mailbox.org ([80.241.56.172]:41994) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sIDkV-0000ku-RZ for 71540@debbugs.gnu.org; Fri, 14 Jun 2024 16:42:16 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:b231:465::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4W1B653nldz9ssc for <71540@debbugs.gnu.org>; Fri, 14 Jun 2024 22:42:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antr.me; s=MBO0001; t=1718397725; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=JZm/mDiPO6wGmxyG1Wnx51BRoFokJMuJa3IuR0GGByk=; b=JcmFV0psBGKoyx5ZJ4WrO1xqoQWXTADUjETyTCGHaf3aO0KU6n28VZOUbUgsAa3S7bP7zG 1NioI+aMIVaLksp7+6l8hyklBUS2CJXqQf5zdL7Z0hdU9Z0QhkwTk+TfqMtm1PincMQhya 03wBTgZgFCotqDeL/5mKJLVdF8jHL+BAjsePpKDh2l+bNnyFEHmK8p4oOKneia2qbHSTBn 05a+KOSkT2onKqY4nTE10yAts7OXUapEf+OQ9lJT6BLw9CaqoLjrYCJhev4IMUXFRsJ/2Y i4NkEXQ78SzvdCZBoSZPIQVnGtBjrRZFUozQT4YLfuRGp4SUmyE3QCpg6rXGvw== From: Antero Mejr To: 71540@debbugs.gnu.org Subject: [PATCH 1/8] gnu: Add python-installer. Date: Fri, 14 Jun 2024 20:41:58 +0000 Message-ID: <87ed8zi7e1.fsf@antr.me> MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 4W1B653nldz9ssc X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 71540 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/python-xyz.scm (python-installer): New variable. --- gnu/packages/python-xyz.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 30b84d284d..6c246c5eff 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -21509,6 +21509,26 @@ (define-public python-cachy database, file, dict stores. Cachy supports python versions 2.7+ and 3.2+.") (license license:expat))) +(define-public python-installer + (package + (name "python-installer") + (version "0.7.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "installer" version)) + (sha256 + (base32 "0cdnqh3a3amw8k4s1pzfjh0hpvzw4pczgl702s1b16r82qqkwvd2")))) + (build-system pyproject-build-system) + (native-inputs (list python-flit-core python-pytest)) + (home-page "https://installer.rtfd.io/") + (synopsis "Installer library for Python wheels") + (description + "This package provides a low-level library for installing a Python +package from a wheel distribution. It provides basic functionality and +abstractions for handling wheels and installing packages from wheels.") + (license license:expat))) + (define-public poetry (package (name "poetry") base-commit: e4ad2f178af65be6c8ca6e98a667787674cd8c82 -- 2.45.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 14 16:42:53 2024 Received: (at 71540) by debbugs.gnu.org; 14 Jun 2024 20:42:53 +0000 Received: from localhost ([127.0.0.1]:42815 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sIDl6-0000mu-Er for submit@debbugs.gnu.org; Fri, 14 Jun 2024 16:42:53 -0400 Received: from mout-p-102.mailbox.org ([80.241.56.152]:60846) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sIDl3-0000mV-N1 for 71540@debbugs.gnu.org; Fri, 14 Jun 2024 16:42:50 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [10.196.197.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4W1B6n3SWzz9sTC for <71540@debbugs.gnu.org>; Fri, 14 Jun 2024 22:42:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antr.me; s=MBO0001; t=1718397761; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=5wiIg9Rl8Xpbv1eKZg8RSALuc5UwvpbgjEr+XUz5RZc=; b=cwnrqnwN+b8lMts7ZmeSsE+IqibYSmdZDVSDFJRu/mj9qzHtVnVeQzfXpqdy6uWWyyZzqv qs3QZdOLo9D0lIDePDMPc6T5HqJwXMGyKPOo0JeIXNd9XXTGF02lrh7pfqAQBMj0THwdbg yE/7NL4YaCYddXdOz0s/wG2OKIJJCqiDNgoJ4UfzT0T0bH7FG9rM+mkx7lYoXFtPQ1iM+q iK0yN6osLblmGyqW+yiZU94KMm2L6Q8hq8wrwqRbOQqOp739nabNg4ZJKj31gQnAoRQyLH iyqoHXooNSJcyz+v0k+jVn7aEKZByZXfT16CqLdSVd/sK3hOMgV5W6NLUf4PMw== From: Antero Mejr To: 71540@debbugs.gnu.org Subject: [PATCH 2/8] gnu: Add python-poetry-plugin-export. Date: Fri, 14 Jun 2024 20:42:34 +0000 Message-ID: <87a5jni7d1.fsf@antr.me> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 71540 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/python-xyz.scm (python-poetry-plugin-export): New variable. Change-Id: Idd7884de2d1e300fce6fea641de44219bf971293 --- gnu/packages/python-xyz.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 6c246c5eff..3231fc9729 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -21529,6 +21529,31 @@ (define-public python-installer abstractions for handling wheels and installing packages from wheels.") (license license:expat))) +(define-public python-poetry-plugin-export + (hidden-package + (package + (name "python-poetry-plugin-export") + (version "1.8.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "poetry_plugin_export" version)) + (sha256 + (base32 "0qgw6w4xaw7cz9ykw376c5hcg9v2k30lnmna6pc9b4ymhn51d9hz")))) + (build-system pyproject-build-system) + ;; Work around the circular dependency introduced by the Poetry devs. + (arguments (list #:tests? #f + #:phases #~(modify-phases %standard-phases + (delete 'sanity-check)))) + (native-inputs (list python-poetry-core)) + (home-page "https://python-poetry.org/") + (synopsis "Poetry plugin to export dependencies") + (description "This package provides a Poetry plugin that allows the +export of locked packages to various formats. This plugin provides the same +features as the existing @code{export} command of Poetry which it will +eventually replace.") + (license license:expat)))) + (define-public poetry (package (name "poetry") -- 2.45.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 14 16:48:11 2024 Received: (at 71540) by debbugs.gnu.org; 14 Jun 2024 20:48:11 +0000 Received: from localhost ([127.0.0.1]:43163 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sIDqF-00011p-Fg for submit@debbugs.gnu.org; Fri, 14 Jun 2024 16:48:11 -0400 Received: from mout-p-103.mailbox.org ([80.241.56.161]:43686) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sIDqD-00011S-W2 for 71540@debbugs.gnu.org; Fri, 14 Jun 2024 16:48:10 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [10.196.197.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4W1BDM4zjhz9ssZ for <71540@debbugs.gnu.org>; Fri, 14 Jun 2024 22:47:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antr.me; s=MBO0001; t=1718398051; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=99ZaR83p6l/irQGdeqj/+fSR4e6TLj86hf4jDZgpyd4=; b=OV3NRwk75L1LB8Ib92hW7sa719sxXQXAUE0D2FmSqHANMTNcty2lR9UQHIFYWecFru4Lng 3+qLarnNVvI0wGigzadgMYVGmg1hjncLDbtGORiIsRMnNH6hgSMeJoy+WXCQ+/MJqiAY5B AsZhKnNSi9+nkXj15D0Nee+/BMx6fu8CdsFm/xmZ32NIwok5jhsjaPZLa3cZHKwZWRnlWV a7KZNHqXw8f9tQZZFZdTOvNXpjTMrMprPUSS09dHaWRRURneoaZqx6Ql0swnLNst4xIoJh 0fycztgDjc4o4o4aKir1fhz7cmhLzLWsIqIEyV05vBq0f5prU++66QN/FUn9bQ== From: Antero Mejr To: 71540@debbugs.gnu.org Subject: [PATCH 3/8] gnu: python-poetry-core: Update to 1.9.0. Date: Fri, 14 Jun 2024 20:47:25 +0000 Message-ID: <875xubi74y.fsf@antr.me> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 71540 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/python-build.scm (python-poetry-core): Update to 1.9.0. Change-Id: Ic65feaa1efbd10368a715fbea1a974355d6fc96f --- gnu/packages/python-build.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 43ff00e148..7f16d2b27f 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -548,13 +548,13 @@ (define-public python-poetry-core-1.0 (define-public python-poetry-core (package (name "python-poetry-core") - (version "1.5.2") + (version "1.9.0") (source (origin (method url-fetch) (uri (pypi-uri "poetry_core" version)) (sha256 - (base32 "053c8dw632p7jkhjb51k0wcx6hdw4r3lk97mds76df653qxnqmf6")))) + (base32 "18imz7hm6a6n94r2kyaw5rjvs8dk22szwdagx0p5gap8x80l0yps")))) (build-system pyproject-build-system) (arguments `(#:tests? #f)) ;disabled to avoid extra dependencies -- 2.45.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 14 16:48:19 2024 Received: (at 71540) by debbugs.gnu.org; 14 Jun 2024 20:48:19 +0000 Received: from localhost ([127.0.0.1]:43175 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sIDqM-00012N-Ou for submit@debbugs.gnu.org; Fri, 14 Jun 2024 16:48:19 -0400 Received: from mout-p-202.mailbox.org ([80.241.56.172]:40796) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sIDqK-00011o-Ki for 71540@debbugs.gnu.org; Fri, 14 Jun 2024 16:48:17 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:b231:465::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4W1BF44lzWz9swS for <71540@debbugs.gnu.org>; Fri, 14 Jun 2024 22:48:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antr.me; s=MBO0001; t=1718398088; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=tDmR0RAXc0sUQWYOxktmP5UzHDPYPonqqWLx83zvlVw=; b=JdJ1vAHX/6o6zYNeTkXu1JU0GJxWDkNrK7AUmsJWlQbVpPfLVX1Z7TfRo6WN3li9aem2t6 dLjYSw9UjejgrNRwosNFSPNlTCjwfEaosGnNSn/pEFgbMhLC0Xh66Gj8WlLpkQ9gk8Sv7Z hWnY5rbwEFdHdOcM0zBSSPWTn7jZYfImRdE8+benHITmWZNjAhkefn+okKFwMsfrBpHFeZ cBkc8WmahMrZs8qk/KWMHab3rVrfx+Oj44S8NquyifYjS7mvSKqeH88qAw6btec9X8mzHZ 4zyctaeBN06K/5MzZ63fkvPUXPykNZ/ewJDMd2RDz8XXOV2jTHt5+z/t/AW3oQ== From: Antero Mejr To: 71540@debbugs.gnu.org Subject: [PATCH 4/8] gnu: poetry: Update to 1.8.3. Date: Fri, 14 Jun 2024 20:48:02 +0000 Message-ID: <871q4zi73x.fsf@antr.me> MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 4W1BF44lzWz9swS X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 71540 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/python-xyz.scm (poetry): Update to 1.8.3. [arguments]: Enable tests. [propagated-inputs]: Remove python-html5lib, python-msgpack-transitional, and python-poetry-core-1.0; add python-dulwich, python-fastjsonschema, python-importlib-metadata, python-installer, python-platformdirs, python-poetry-core-next, python-poetry-plugin-export-minimal, python-pypa-build, python-pyproject-hooks, python-tomli, python-trove-classifiers, and python-xattr. [native-inputs]: Add python-deepdiff, python-httpretty, python-pytest, python-pytest-mock, python-pytest-randomly, and python-pytest-xdist. Change-Id: Id0f0458015d8c2036f320c91469f0406ec4ebafc --- gnu/packages/python-xyz.scm | 83 ++++++++++++++++++++++--------------- 1 file changed, 50 insertions(+), 33 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3231fc9729..658edecd6e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -21557,46 +21557,63 @@ (define-public python-poetry-plugin-export (define-public poetry (package (name "poetry") - (version "1.1.12") + (version "1.8.3") (source (origin (method url-fetch) (uri (pypi-uri "poetry" version)) (sha256 (base32 - "0rr54mvcfcv9cv6vw2122y28xvd2pwqpv2x8c8j5ayz3gwsy4rjw")))) - (build-system python-build-system) + "0j2zlg838nhlk8cd08ihaflxssyg4q6s0wfc87l43awf51lfpx37")))) + (build-system pyproject-build-system) (arguments - `(#:tests? #f ;PyPI does not have tests - #:phases - (modify-phases %standard-phases - (add-before 'build 'patch-setup-py - (lambda _ - (substitute* "setup.py" - ;; Relax some of the requirements. - (("(keyring>=21.2.0),<22.0.0" _ keyring) keyring) - (("(packaging>=20.4),<21.0" _ packaging) packaging))))))) - (propagated-inputs - (list python-cachecontrol - python-cachy - python-cleo - python-crashtest - python-entrypoints - python-html5lib - python-keyring - ; Use of deprecated version of msgpack reported upstream: - ; https://github.com/python-poetry/poetry/issues/3607 - python-msgpack-transitional - python-packaging - python-pexpect - python-pip - python-pkginfo - python-poetry-core-1.0 - python-requests - python-requests-toolbelt - python-shellingham - python-tomlkit - python-virtualenv)) + (list #:phases #~(modify-phases %standard-phases + ;; Almost every dependency is pinned too strictly. + (delete 'sanity-check)) + #:test-flags + #~(list + "--ignore=tests/installation/test_executor.py" + "--ignore=tests/installation/test_chef.py" + "-k" + (string-append + "not test_create_poetry_fails_on_invalid_configuration " + "and not test_shell " + "and not test_installer_with_pypi_repository " + "and not test_builder_setup_generation_runs_with_pip_editable " + "and not test_check_invalid")))) + (native-inputs (list python-deepdiff + python-httpretty + python-pytest + python-pytest-mock + python-pytest-randomly + python-pytest-xdist)) + (propagated-inputs (list python-cachecontrol + python-cachy + python-cleo + python-crashtest + python-dulwich + python-entrypoints + python-fastjsonschema + python-importlib-metadata + python-installer + python-keyring + python-packaging + python-pexpect + python-pip + python-pkginfo + python-platformdirs + python-poetry-core + python-poetry-plugin-export + python-pypa-build + python-pyproject-hooks + python-requests + python-requests-toolbelt + python-shellingham + python-tomli + python-tomlkit + python-trove-classifiers + python-virtualenv + python-xattr)) (home-page "https://python-poetry.org") (synopsis "Python dependency management and packaging made easy") (description "Poetry is a tool for dependency management and packaging -- 2.45.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 14 16:48:40 2024 Received: (at 71540) by debbugs.gnu.org; 14 Jun 2024 20:48:40 +0000 Received: from localhost ([127.0.0.1]:43205 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sIDqi-00013M-EC for submit@debbugs.gnu.org; Fri, 14 Jun 2024 16:48:40 -0400 Received: from mout-p-201.mailbox.org ([80.241.56.171]:58084) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sIDqh-00012z-7y for 71540@debbugs.gnu.org; Fri, 14 Jun 2024 16:48:39 -0400 Received: from smtp202.mailbox.org (smtp202.mailbox.org [10.196.197.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4W1BFW2HSzz9tWG for <71540@debbugs.gnu.org>; Fri, 14 Jun 2024 22:48:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antr.me; s=MBO0001; t=1718398111; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=IT/hb6LvyszAlu/aOqj8TeOEuTz+bycyaJ7s9VTCOo8=; b=VkUYCI4IE/ARPUY3nn8BZxeCeMm3BnGllMunBjILhcesjvyWtU5zpDdqTEQG38pM6gtb8t 67PlYEYbyXHs3BC+bQzmUtOu5odw8OW41fEw1CB6/QT/54L6pDKx7qbPq+ZDbZRV2I9qXJ jUVfovz2Vgg4bxQVinxJmj3BQeyUrOb1w2Q3N6b/c1uA81XHENutB1pBwdZAHwE0Lkdjlz 0o8paqyJ8lkCmIbQuDMtCALzZUpzc3GTLxjUOr0mqSWPp1QXF/TPxgHWhOX5H+Yc6tWONQ zFegqAusWkChewTo8vO6hmyNCN2zcfXWyjFUGWNe1EBo9TsmGQej5LZt2O2xiw== From: Antero Mejr To: 71540@debbugs.gnu.org Subject: [PATCH 5/8] gnu: python-betamax: Update to 0.9.0. Date: Fri, 14 Jun 2024 20:48:24 +0000 Message-ID: <87wmmrgsiv.fsf@antr.me> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 71540 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/python-web.scm (python-betamax): Update to 0.9.0. Change-Id: Ia4696d1150e1ee24ca6b27251a7db05d14d1351b --- gnu/packages/python-web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index e8ead0ef12..f8809bc832 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -4557,14 +4557,14 @@ (define-public python-cachecontrol-0.11 (define-public python-betamax (package (name "python-betamax") - (version "0.8.1") + (version "0.9.0") (source (origin (method url-fetch) (uri (pypi-uri "betamax" version)) (sha256 (base32 - "1hki1c2vs7adq7zr56wi6i5bhrkia4s2ywpv2c98ibnczz709w2v")))) + "152zil1j4gl1whnldi08zwjr4z2bnlbd061kr3ipjs5wg4b6wcc2")))) (build-system python-build-system) (arguments '(;; Many tests fail because they require networking. -- 2.45.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 14 16:49:37 2024 Received: (at 71540) by debbugs.gnu.org; 14 Jun 2024 20:49:37 +0000 Received: from localhost ([127.0.0.1]:43260 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sIDrc-000163-O1 for submit@debbugs.gnu.org; Fri, 14 Jun 2024 16:49:37 -0400 Received: from mout-p-201.mailbox.org ([80.241.56.171]:60586) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sIDra-00015j-7r for 71540@debbugs.gnu.org; Fri, 14 Jun 2024 16:49:35 -0400 Received: from smtp102.mailbox.org (smtp102.mailbox.org [10.196.197.102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4W1BG04n2Mz9sb8 for <71540@debbugs.gnu.org>; Fri, 14 Jun 2024 22:48:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antr.me; s=MBO0001; t=1718398136; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=KSH0jxKjFo37QkHKxnfBhVbIL6xA6GgNl8xBH6Lp6z4=; b=hrUoUfvRJHT6BPXO19YWmiX92Se8mHckT0N7is3jm0p1tg7KdaZonT+1INzKXqv7FAgla0 5odGNb+icAItTG35qnrmlN+V9x+VzBl6Tf9mqaKINJN6PTer78Mku9bra8OvJzslptnZaJ qXLK3Z69MjAZzjjpMYbIR3NvY1HEcksHSnR+f3tJYEBx+aluCmuPsMR+9gkZA7hQtLkSyy wYC2ZQDZ1A4py003wn017Q3TDkSO4ynVyp5Volt+U4gjJAfvN1fOOG/vcSLOQeiIyRoAkP g4EGRCoGAEFVv/hxbMMCp9gB7MZcXFzWZwROpTcZ5D7ikra6r8GKJ9wjdkXS9A== From: Antero Mejr To: 71540@debbugs.gnu.org Subject: [PATCH 6/8] gnu: python-requests-toolbelt: Update to 1.0.0. Date: Fri, 14 Jun 2024 20:48:50 +0000 Message-ID: <87sexfgsi5.fsf@antr.me> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 71540 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/python-web.scm (python-requests-toolbelt): Update to 1.0.0. --- gnu/packages/python-web.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index f8809bc832..d5022ffbf5 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3761,18 +3761,20 @@ (define-public python-requests-mock (define-public python-requests-toolbelt (package (name "python-requests-toolbelt") - (version "0.9.1") + (version "1.0.0") (source (origin (method url-fetch) (uri (pypi-uri "requests-toolbelt" version)) (sha256 (base32 - "1h3gm88dcjbd7gm229a7x5qkkhnsqsjz0m0l2xyavm2ab3a8k04n")))) + "1ijvip427ki177ycrblcn1mfgsq7ixzpvqqfvidjn0a7s2is10bn")))) (build-system python-build-system) (arguments '(#:phases (modify-phases %standard-phases (add-after 'unpack 'delete-problematic-tests (lambda _ + ;; Fails because of connection errors. + (delete-file "tests/test_sessions.py") ;; Fails because of expired certificate. (delete-file "tests/test_x509_adapter.py") ;; Fails due to networking (socket.gaierror: [Errno -2] -- 2.45.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 14 16:49:45 2024 Received: (at 71540) by debbugs.gnu.org; 14 Jun 2024 20:49:45 +0000 Received: from localhost ([127.0.0.1]:43272 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sIDrk-00016W-5r for submit@debbugs.gnu.org; Fri, 14 Jun 2024 16:49:44 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]:50134) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sIDri-000164-CB for 71540@debbugs.gnu.org; Fri, 14 Jun 2024 16:49:42 -0400 Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4W1BGj71vzz9sTv for <71540@debbugs.gnu.org>; Fri, 14 Jun 2024 22:49:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antr.me; s=MBO0001; t=1718398173; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=Ut4gijh0UFw2aZQ/bAiwNrPhK6WlTAP2yOj8vguyFTc=; b=GYKuw6p0SOJNyzetesHtBiJbp1XU2YiSh6iKmwhRrO5CHWrCo3I9+mv7fMJsudjfrMR9rj PcIEPmqiDdWYvoKsebniaO8h6QEfJ5QexNZzg3bQrDKRQPhedSDLMl4t5ZA9nTcrgYUA2P FUAbnmuV1x8Qo2+9JI67+6x7rvvhuO9EV890uFeH2yYuYW73c0wjR53lAvaJIFGuSsV5z4 xqrJFo9QB2qaYoW3hHhJFvmr8/WsfnE6p95IeUlJxkcgojAXEyzHhVe2e7D7dApu9Uu79d GgnJNCnhD/CYCfEpVTdj/SmN2cHkjSNNrf800Roohujn+NHZGw/PAeWZMBvKYA== From: Antero Mejr To: 71540@debbugs.gnu.org Subject: [PATCH 7/8] gnu: python-jsonpickle: Update to 3.2.1. Date: Fri, 14 Jun 2024 20:49:27 +0000 Message-ID: <87o783gsh4.fsf@antr.me> MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 4W1BGj71vzz9sTv X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 71540 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/python-web.scm (python-jsonpickle): Update to 3.2.1. [native-inputs]: Add python-wheel. Change-Id: I0d44e79e2e6398ecf7c09a67f44d615bc41272ae --- gnu/packages/python-web.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index d5022ffbf5..cdb23efa8e 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1539,13 +1539,13 @@ (define-public python-pyscss (define-public python-jsonpickle (package (name "python-jsonpickle") - (version "3.0.4") + (version "3.2.1") (source (origin (method url-fetch) (uri (pypi-uri "jsonpickle" version)) (sha256 (base32 - "0ay6r1bhcw7qy8k5n4xxgy9dqzhxx8syg5ra9wwqzk91ca6lrcd1")))) + "0747rx4bn3qpp8azmvq926lp26jsbcv9alh3z6ngg6a1jx07cvab")))) (build-system pyproject-build-system) (arguments (list @@ -1576,6 +1576,7 @@ (define-public python-jsonpickle python-simplejson python-sqlalchemy python-ujson + python-wheel tzdata-for-tests)) (home-page "https://jsonpickle.github.io/") (synopsis "Serialize object graphs into JSON") -- 2.45.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 14 16:50:46 2024 Received: (at 71540) by debbugs.gnu.org; 14 Jun 2024 20:50:46 +0000 Received: from localhost ([127.0.0.1]:43330 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sIDsk-00019a-2r for submit@debbugs.gnu.org; Fri, 14 Jun 2024 16:50:46 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]:56828) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sIDsh-00019A-UA for 71540@debbugs.gnu.org; Fri, 14 Jun 2024 16:50:44 -0400 Received: from smtp202.mailbox.org (smtp202.mailbox.org [10.196.197.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4W1BHL0vJQz9sbL for <71540@debbugs.gnu.org>; Fri, 14 Jun 2024 22:50:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antr.me; s=MBO0001; t=1718398206; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=a0gDJ8g1ybYsHbVWG5ir2ylAf33nY8IW8ZGASWRM1h4=; b=AME+udKiMnSD1xMIB/Y4JtuX6CnB3LiREjCFN1px58ErnxpkpNQrybi02k8hmfQ6h2D5bo 1NrYYwOQ1o/Ev5W4V/3/Eo56qKwNgsntSmGWrCI8b5HP2ae2JDlNENjYgknafaHAyHW9w2 BBSJAJN7RAcDmUGnb3fmmvzSApaJPqkuWLR0aRgnWf1agTwEIEikQyFIcUXPSa8UJPDwXy rM2Yv843rlQDanQ9o13ACwvWsmD92/YrDL06ZD14ih0QemiMLri/3ioNMtURfly+lxdnzY XiLyztqq9KDZ0XqX2vUA/tnkEkQfTMwLThafw6nevJq/IxfjjRlp8uGb3XvNyA== From: Antero Mejr To: 71540@debbugs.gnu.org Subject: [PATCH 8/8] gnu: Remove python-poetry-core-1.0. Date: Fri, 14 Jun 2024 20:49:59 +0000 Message-ID: <87jzirgsg8.fsf@antr.me> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 71540 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/python-build.scm (python-poetry-core-1.0): Delete variable. Change-Id: Ibf35d50d1c4210a4855ac71eaffa1147cbbbc1a7 --- gnu/packages/python-build.scm | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 7f16d2b27f..7ca741d744 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -525,26 +525,6 @@ (define-public python-pypa-build order to make bootstrapping easier.") (license license:expat))) -(define-public python-poetry-core-1.0 - (package - (name "python-poetry-core") - (version "1.0.7") - (source - (origin - (method url-fetch) - (uri (pypi-uri "poetry-core" version)) - (sha256 - (base32 "01n2rbsvks7snrq3m1d08r3xz9q2715ajb62fdb6rvqnb9sirhcq")))) - (build-system python-build-system) - (home-page "https://github.com/python-poetry/poetry-core") - (synopsis "Poetry PEP 517 build back-end") - (description - "The @code{poetry-core} module provides a PEP 517 build back-end -implementation developed for Poetry. This project is intended to be -a light weight, fully compliant, self-contained package allowing PEP 517 -compatible build front-ends to build Poetry managed projects.") - (license license:expat))) - (define-public python-poetry-core (package (name "python-poetry-core") -- 2.45.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 14 16:55:44 2024 Received: (at 71540) by debbugs.gnu.org; 14 Jun 2024 20:55:44 +0000 Received: from localhost ([127.0.0.1]:43631 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sIDxX-0001Lk-Pl for submit@debbugs.gnu.org; Fri, 14 Jun 2024 16:55:44 -0400 Received: from mout-p-103.mailbox.org ([80.241.56.161]:33748) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sIDxV-0001LS-6h for 71540@debbugs.gnu.org; Fri, 14 Jun 2024 16:55:42 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:b231:465::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4W1BPd4NGpz9stX; Fri, 14 Jun 2024 22:55:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antr.me; s=MBO0001; t=1718398533; h=from:from: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:in-reply-to:references:references; bh=M3yY5BKviAXVgt07GeH/rSnJkvuHSNs3RYM2IEX19k4=; b=Z4aW+TfCB1MosYLTHKPKQd4GbsCHGVU2tzPLvb7b9/HyDMi2XG3Qb5y/zU89Dyi51LbOn+ C17o3ErY0+rypTng/23FjMn7x3KrHCKjHDA1I8sd6hgpmTlfra7q68m98QBSKKC1TzMoZC lqvPykd6QEA3qZd8Wnndk4TGnKihD6AP8MEpnkWRoAGaZSGRs3+2Mu9/p8TXBw3pnUACUO UEpEkcsbf6CyybeNLPwA6eLPX3pofFkQa3UFEmc7Yqv3cdwsqJzdMm//W4IlXNI1zxAAcF BKC9kCQm3h67+vNpCvIlBtUEQq3lDoUTPNvZxf4El2iIT8nBMSsE9GjsRoufyQ== From: Antero Mejr To: Tanguy LE CARROUR Subject: Re: [PATCH 0/5] gnu: poetry: Update to 1.7.1. In-Reply-To: <171835399913.15842.9755585658776807966@bioneland.org> (Tanguy LE CARROUR's message of "Fri, 14 Jun 2024 10:33:19 +0200") References: <877cesu09g.fsf@antr.me> <171835399913.15842.9755585658776807966@bioneland.org> Date: Fri, 14 Jun 2024 20:55:25 +0000 Message-ID: <87frtfgs76.fsf@antr.me> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4W1BPd4NGpz9stX X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 71540 Cc: sharlatanus@gmail.com, me@bonfacemunyoki.com, lars@6xq.net, jgart@dismail.de, marius@gnu.org, 71540@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Tanguy LE CARROUR writes: >>> Updating to 1.7.1 instead of the latest, because poetry 1.8.2 requires a >>> newer python-packaging, which would trigger many rebuilds.a >> How about to apply patches against python-team branch with the latest ve= rsion? > > As Oleg said, it would be great to have version 1.8.2. I have to confess = that, > because it=E2=80=99s not available in Guix, I=E2=80=99ve been installing = it using pipx for few > months now. > > This being said here are some (useless) remarks=E2=80=A6 > > ... The new patchset (just sent) is rebased on python-team branch, updates poetry to 1.8.3, and fixes the above issues. The recent upgrade to urllib3 2.x on python-team broke a number of packages, so some fixes for that are also included. The python-team branch triggers a rebuild of Cmake, which my laptop cannot handle due to memory limitations. So I'll have to rely on the QA server to build, or if someone else wants they can build the patches. From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 17 02:55:03 2024 Received: (at 71540) by debbugs.gnu.org; 17 Jun 2024 06:55:03 +0000 Received: from localhost ([127.0.0.1]:59424 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sJ6Gd-0000DX-Fd for submit@debbugs.gnu.org; Mon, 17 Jun 2024 02:55:03 -0400 Received: from smtp-42ae.mail.infomaniak.ch ([84.16.66.174]:34537) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sJ6Gb-0000Cv-6F for 71540@debbugs.gnu.org; Mon, 17 Jun 2024 02:55:01 -0400 Received: from smtp-4-0000.mail.infomaniak.ch (smtp-4-0000.mail.infomaniak.ch [10.7.10.107]) by smtp-3-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4W2gbg315wzky4; Mon, 17 Jun 2024 08:54:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bioneland.org; s=20230804; t=1718607263; bh=a+cF5f6HKc5sXfs2nLKNJbHHR/DcZsG9XPfbqJdvioo=; h=References:Subject:From:Cc:To:In-Reply-To:Date:From; b=cHKuxhistUzIy//KHnCrbWi9aExJHEeUF24HM7o75vNCIsErV3XpxswlYbCuOxr1d DNIGcJn55iOw1BLcHavyr9EIHDz2vloGjOt0AiYOS4fuZL7/hOtcTU3BkbA/LwiXgY N++WY96FaMexkF9YHJD14TiJM3y0+Aj34nllzF1Ty+m8VEqEK6h8qctXUtgJ52/tcY 2cff4kqRN5b7RnTgnFp/qXMFfCmrwxfXFuBHAWwXag67TssB8paJqJVUqUk72ppKvP JeRUOn2j/8BftUQXXsIGBKg7cv4KSY5KuJlY1B9soZu/Dce5tIOntxnph+g+H92Z2f bgZHK/rdoE0kg== Received: from unknown by smtp-4-0000.mail.infomaniak.ch (Postfix) with ESMTPA id 4W2gbd6bMjzxPX; Mon, 17 Jun 2024 08:54:21 +0200 (CEST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable References: <877cesu09g.fsf@antr.me> <171835399913.15842.9755585658776807966@bioneland.org> <87frtfgs76.fsf@antr.me> Subject: Re: [PATCH 0/5] gnu: poetry: Update to 1.7.1. From: Tanguy LE CARROUR To: Antero Mejr In-Reply-To: <87frtfgs76.fsf@antr.me> Date: Mon, 17 Jun 2024 08:54:21 +0200 Message-ID: <171860726140.2621.18039533966681050255@bioneland.org> User-Agent: alot/0.10 X-Infomaniak-Routing: alpha X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 71540 Cc: sharlatanus@gmail.com, me@bonfacemunyoki.com, lars@6xq.net, jgart@dismail.de, marius@gnu.org, 71540@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hi, Quoting Antero Mejr (2024-06-14 22:55:25) > Tanguy LE CARROUR writes: > >>> Updating to 1.7.1 instead of the latest, because poetry 1.8.2 require= s a > >>> newer python-packaging, which would trigger many rebuilds.a > >> How about to apply patches against python-team branch with the latest = version? > > > > As Oleg said, it would be great to have version 1.8.2. I have to confes= s that, > > because it=E2=80=99s not available in Guix, I=E2=80=99ve been installin= g it using pipx for few > > months now. > > > > This being said here are some (useless) remarks=E2=80=A6 > > > > ... >=20 > The new patchset (just sent) is rebased on python-team branch, updates > poetry to 1.8.3, and fixes the above issues. >=20 > The recent upgrade to urllib3 2.x on python-team broke a number of > packages, so some fixes for that are also included. >=20 > The python-team branch triggers a rebuild of Cmake, which my laptop > cannot handle due to memory limitations. So I'll have to rely on the QA > server to build, or if someone else wants they can build the patches. I=E2=80=99m building it right now=E2=80=A6 I=E2=80=99ll let you know. Regards. --=20 Tanguy From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 17 12:05:07 2024 Received: (at 71540) by debbugs.gnu.org; 17 Jun 2024 16:05:07 +0000 Received: from localhost ([127.0.0.1]:35170 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sJEqw-0001jH-K3 for submit@debbugs.gnu.org; Mon, 17 Jun 2024 12:05:06 -0400 Received: from smtp-190e.mail.infomaniak.ch ([185.125.25.14]:48969) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sJEqs-0001id-Tl for 71540@debbugs.gnu.org; Mon, 17 Jun 2024 12:05:05 -0400 Received: from smtp-4-0000.mail.infomaniak.ch (smtp-4-0000.mail.infomaniak.ch [10.7.10.107]) by smtp-3-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4W2vpJ2rGnzvNQ; Mon, 17 Jun 2024 18:04:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bioneland.org; s=20230804; t=1718640264; bh=2MUXbkhvMkVURPZkItogh+Y2O9/aRAea0ST82iF+Jio=; h=References:Subject:From:Cc:To:In-Reply-To:Date:From; b=DlqPOjHTFRz8kz41URKudhu/ComVMv5Ys7RllPygDHCCP9xF2GwhtA4BxDkBQbeTZ P0+L3tugKgpm6cMkIUzVHsUgqck3kuV33byEkthmuwJ0y/Kc+s9huzLPS1H6JJX4B0 XgAvWnsBTjzrsloBR8dKn3Rickk07LulvFY3RbzvOWsHA3yRiZyej+osLhQ/WuTXOx 1mRzr9f8mAnSTrHWEN9BvfU6GESBQMm3Cdhb3PFoUdnT7F5gWTnNTAQtmbSRcxJVMG 76+SQM7AOqhdV+KoJCqRJ5msyYxbPeuDQmzC7gkI5a6pc0b0tWgMTxEejoI4t7ALau 2tkBiV+oTAotQ== Received: from unknown by smtp-4-0000.mail.infomaniak.ch (Postfix) with ESMTPA id 4W2vpH617TzHY8; Mon, 17 Jun 2024 18:04:23 +0200 (CEST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable References: <877cesu09g.fsf@antr.me> <171835399913.15842.9755585658776807966@bioneland.org> <87frtfgs76.fsf@antr.me> <171860726140.2621.18039533966681050255@bioneland.org> Subject: Re: [PATCH 0/5] gnu: poetry: Update to 1.7.1. From: Tanguy LE CARROUR To: Antero Mejr In-Reply-To: <171860726140.2621.18039533966681050255@bioneland.org> Date: Mon, 17 Jun 2024 18:04:23 +0200 Message-ID: <171864026332.12616.14556200188314737937@bioneland.org> User-Agent: alot/0.10 X-Infomaniak-Routing: alpha X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 71540 Cc: sharlatanus@gmail.com, me@bonfacemunyoki.com, lars@6xq.net, jgart@dismail.de, marius@gnu.org, 71540@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hi, Quoting Tanguy LE CARROUR (2024-06-17 08:54:21) > Quoting Antero Mejr (2024-06-14 22:55:25) > > The python-team branch triggers a rebuild of Cmake, which my laptop > > cannot handle due to memory limitations. So I'll have to rely on the QA > > server to build, or if someone else wants they can build the patches. >=20 > I=E2=80=99m building it right now=E2=80=A6 I=E2=80=99ll let you know. mmm=E2=80=A6 doesn=E2=80=99t look good from here! =F0=9F=98=9E It fails right away on `python-pytest-shutil` for which I add to add a nati= ve input to build, then `python-responses` for which I had to disable some tes= ts, and now it fails on `poetry` 1.8.3. I=E2=80=99ll keep trying tomorrow and/or wait to see what the CI says. Regards, --=20 Tanguy From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 18:06:25 2024 Received: (at 71540-done) by debbugs.gnu.org; 26 Nov 2024 23:06:25 +0000 Received: from localhost ([127.0.0.1]:55395 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tG4dU-0006iv-Tt for submit@debbugs.gnu.org; Tue, 26 Nov 2024 18:06:25 -0500 Received: from mail-wm1-f46.google.com ([209.85.128.46]:58790) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tG4dT-0006id-5w for 71540-done@debbugs.gnu.org; Tue, 26 Nov 2024 18:06:23 -0500 Received: by mail-wm1-f46.google.com with SMTP id 5b1f17b1804b1-434a2033562so18005845e9.1 for <71540-done@debbugs.gnu.org>; Tue, 26 Nov 2024 15:06:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1732662317; x=1733267117; darn=debbugs.gnu.org; h=mime-version:message-id:date:subject:to:from:from:to:cc:subject :date:message-id:reply-to; bh=7UbhkmAp+v/OEpS+Gbnb7ApVtJ7/TJIsovSR5cH0cHw=; b=ah1hmbkxbqqvWEJ04lA8MpjSeweaKuCn+YHpERbrQQAFmyK7x0jDyb9XHgtG/9/JRj HNp/2YjJ+H0xCgUYf6VbgciVi1iIQiCMOB5MUOD8NFgD9OwKrFXoU/yFxvCIYIl163EO agbmF/V9fHCblFgQX+eqCHaTT3EIL6CqCen3re2JWlJny/+WKgD3jicZthDjqKWXI9H6 IlNChyVk4L6mR1LCckeULFuzkGCzHjfjyvBOwEipQK8RUipzvFJ56banJWPf4KSlKkPV r4JrqPHBnaGordu+SpKT7h7tAw1LdNSKI7eyzh/P3nSPOkIGsVgUt2MxrY2g92ggz9f4 lnGA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732662317; x=1733267117; h=mime-version:message-id:date:subject:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=7UbhkmAp+v/OEpS+Gbnb7ApVtJ7/TJIsovSR5cH0cHw=; b=HpOjq1f2mRLCWzzY2u+xq7yd4oJtZzAmmEhJNnMnLQlDqWG4J1DTJpgBxF4wiyNz1T hwo9hHOM3sBjorX5w6AaiZKK/gBn9ws3Mw53NcP851kp6eHeAcF8RKtWDzeXJULy9SeE an55vCM21o8ked6jPHGafbDfW2PQ421nGzSX3XB9lrrMOaSrdt0zMe9du8E8GC0Rli3v RBGGY/EH1Oe8VGGM5GRjbbHcrAoEA7rwgu3rbqssHCKPhOD6l3Vd8osY7HGkPHqARaJE +lyGKs+y35WWwO5l4g8OoGo+Rj9UzEZhBh3AFISVNa4jLe/CDzNUBHGSHUaSzrQPMZNA dk9w== X-Gm-Message-State: AOJu0Yz7nIAqsLdncoyIfoDUlX7Yo5tYSr6Tzvazuq7WY+uyTGZczlNa CdF1FNu68A8D7oyuXOvM79iVK0yrBV8fYkdBaeBFU96P4EkyhH1+1IKAiackXsg= X-Gm-Gg: ASbGnctOHbxS9GPzfxkbHtLIWVlROCoJS2QFPS/O3imML3CkYt3BXuHQ7bF/p72ZZqx tmAXOSMOYEmlznkY2xSO6uwwFiNQ011u9Ht9fPR8KPMu/IeWcwyJHQHIkRRv9H/2HqefBEwCU9y esdZvJJHMgx+X95Ko3YzG14Up14matBBCTr6u3jT0vRHLsXWeicvcOLIYL+XmbKLI9xxfEa4li4 8F0x8UdvxwlIhOAsAwUWeTcMVTcjdE1VTbofZqfNC79lhn95tNu/eLUy/zfFB3gDSF0LDxf1nx4 KgHlMneQbbEkRjd6Xavo7JL3CQ== X-Google-Smtp-Source: AGHT+IEWPjVJlkvF+S7ysLdPHCaGMMgEZQK9di6IQ6PCx+DoEcpsbefMn0dwpJBd530RcXpT67AfvA== X-Received: by 2002:a05:600c:1c81:b0:434:9936:c828 with SMTP id 5b1f17b1804b1-434a9dc3db3mr8446235e9.12.1732662317252; Tue, 26 Nov 2024 15:05:17 -0800 (PST) Received: from guxtil (cpc100684-bagu15-2-0-cust967.1-3.cable.virginm.net. [86.8.111.200]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-3825fad5f59sm14402576f8f.10.2024.11.26.15.05.16 for <71540-done@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 Nov 2024 15:05:16 -0800 (PST) From: Sharlatan Hellseher To: 71540-done@debbugs.gnu.org Subject: [PATCH 0/5] gnu: poetry: Update to 1.7.1. Date: Tue, 26 Nov 2024 23:05:13 +0000 Message-ID: <87o721mw9i.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 71540-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Hi, I've updated Poetry to the latest version and pushed some relevant patches to python-team branch. The whole chain was built successfully with tests enabled. Thanks for your efforts! --8<---------------cut here---------------start------------->8--- f1278f45ba * gnu: poetry: Update to 1.8.4. 24277f924a * gnu: python-jsonpickle: Update to 4.0.0. 58c1351fa1 * gnu: python-poetry-core: Update to 1.9.1. 82de4f9b76 * gnu: python-betamax: Update to 0.9.0. b36d1f3b57 * gnu: Add python-installer. --8<---------------cut here---------------end--------------->8--- -- Oleg --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmdGVCkACgkQdtcnv/Ys 0rW/4hAArs++BgnXmhOs7hrRSTtf8LD7aYWWjl5gC/1zHuYUm+Mwh4CKrmNMTIIg 63W5++cDq8d/7eTupZaj+tHkn8e/L8d/1TmyX+O+Yuh9Fg+9n+fbaSk8U2dcDfgj xoZ/QvXi2UW+mH+M/Lfn6UWb8JbEqWSHjGm9Vl8+KuAtKDdgwXeMHDeWi9WhIINS a0BzrrpkAoserWoC5IoZfhQpf4NsbpqiOJsn+V/v3ppVK6LX3iG1NBhkNhpIttmg WlEvF5/L4DsFxr4++16tdDvsxCA64mE1a9Ti8JrlZnEx3ZqBh6UjkHcvpiiK71Mf nbTcp4OmlciURGRKW/g3lN3+xyq48PC9v7R1l5DJGFlyMlrhnpde1PWJzVQbytst 3uPd7A+VLl1RIgyIIHLDtQZzo99ZoN7rdfofzPl6sQfRPE/t35yWc0pOkC3ExraP BaOOmn3IeeStQR7oYd/9xRmw/ixquscqlWtoqgAjNGkBKhxA1mPa4nQ2vxAxQG2g NUys0BBdSY4SROt8F1LH95Hma4P2LVtvwTg4GbzB7MNqvDTkeVv7qj3EHAoMhcAd +18StUUH4oa11thryqa3BiSsyNrZitqXZTPy/sJcogKukqGeFsq38zBD3UxiPrFn P1p10P/e6SWoKocCjWUqgCS9u394zch/CltVB3Cqc0IxoMgTOVQ= =AogH -----END PGP SIGNATURE----- --=-=-=-- From unknown Tue Jun 17 20:36:12 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 25 Dec 2024 12:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator