unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Antero Mejr <mail@antr.me>
To: 71540@debbugs.gnu.org
Subject: [bug#71540] [PATCH 6/7] gnu: python-cleo: Update to 2.1.0.
Date: Thu, 13 Jun 2024 19:28:35 +0000	[thread overview]
Message-ID: <87bk44skv0.fsf@antr.me> (raw)
In-Reply-To: <877cesu09g.fsf@antr.me>


* 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





  parent reply	other threads:[~2024-06-13 19:29 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-13 19:10 [bug#71540] [PATCH 0/5] gnu: poetry: Update to 1.7.1 Antero Mejr
2024-06-13 19:25 ` [bug#71540] [PATCH 1/7] gnu: Add python-installer Antero Mejr
2024-06-13 19:26 ` [bug#71540] [PATCH 2/7] gnu: Add python-poetry-plugin-export Antero Mejr
2024-06-13 19:27 ` [bug#71540] [PATCH 3/7] gnu: Add python-poetry-plugin-export-minimal Antero Mejr
2024-06-13 19:27 ` [bug#71540] [PATCH 4/7] gnu: Add python-rapidfuzz Antero Mejr
2024-06-13 19:28 ` [bug#71540] [PATCH 5/7] gnu: Add python-poetry-core-next Antero Mejr
2024-06-13 19:28 ` Antero Mejr [this message]
2024-06-13 19:29 ` [bug#71540] [PATCH 7/7] gnu: poetry: Update to 1.7.1 Antero Mejr
2024-06-13 22:34 ` [bug#71540] [PATCH 0/5] " Sharlatan Hellseher
2024-06-14  8:33 ` Tanguy LE CARROUR
2024-06-14 20:55   ` Antero Mejr
2024-06-17  6:54     ` Tanguy LE CARROUR
2024-06-17 16:04       ` Tanguy LE CARROUR
2024-06-14 20:41 ` [bug#71540] [PATCH 1/8] gnu: Add python-installer Antero Mejr
2024-06-14 20:42 ` [bug#71540] [PATCH 2/8] gnu: Add python-poetry-plugin-export Antero Mejr
2024-06-14 20:47 ` [bug#71540] [PATCH 3/8] gnu: python-poetry-core: Update to 1.9.0 Antero Mejr
2024-06-14 20:48 ` [bug#71540] [PATCH 4/8] gnu: poetry: Update to 1.8.3 Antero Mejr
2024-06-14 20:48 ` [bug#71540] [PATCH 5/8] gnu: python-betamax: Update to 0.9.0 Antero Mejr
2024-06-14 20:48 ` [bug#71540] [PATCH 6/8] gnu: python-requests-toolbelt: Update to 1.0.0 Antero Mejr
2024-06-14 20:49 ` [bug#71540] [PATCH 7/8] gnu: python-jsonpickle: Update to 3.2.1 Antero Mejr
2024-06-14 20:49 ` [bug#71540] [PATCH 8/8] gnu: Remove python-poetry-core-1.0 Antero Mejr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bk44skv0.fsf@antr.me \
    --to=mail@antr.me \
    --cc=71540@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).