[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/57: gnu: python-cleo: Update to 2.1.0.
From: |
guix-commits |
Subject: |
34/57: gnu: python-cleo: Update to 2.1.0. |
Date: |
Mon, 6 May 2024 04:08:18 -0400 (EDT) |
rekado pushed a commit to branch python-team
in repository guix.
commit 082a2d43a8b850e73e07d07a61f70cae3a3a0428
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 27 19:41:56 2024 +0100
gnu: python-cleo: Update to 2.1.0.
* gnu/packages/python-xyz.scm (python-cleo): Update to 2.1.0.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-poetry-core.
[propagated-inputs]: Remove python-backpack, python-clikit, python-pastel,
and
python-pylev; add python-crashtest and python-rapidfuzz.
Change-Id: I3762a84a038d4cf571348986353e615ae6d944f7
---
gnu/packages/python-xyz.scm | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 96ede811d7..ef9cba7a8a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21055,19 +21055,21 @@ Wikipedia code samples at
(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"))))
+ (build-system pyproject-build-system)
(native-inputs
- (list ;; For testing
- python-mock python-pytest-mock python-pytest))
+ (list python-poetry-core
+ python-mock
+ python-pytest-mock
+ python-pytest))
(propagated-inputs
- (list python-backpack python-clikit python-pastel python-pylev))
+ (list python-crashtest python-rapidfuzz))
(home-page "https://github.com/sdispater/cleo")
(synopsis "Command-line arguments library for Python")
(description
- 33/57: gnu: Add python-rapidfuzz., (continued)
- 33/57: gnu: Add python-rapidfuzz., guix-commits, 2024/05/06
- 38/57: gnu: python-argcomplete: Add missing input., guix-commits, 2024/05/06
- 48/57: gnu: python-joblib: Add missing inputs., guix-commits, 2024/05/06
- 22/57: gnu: python-mdit-py-plugins: Update to 0.4.0., guix-commits, 2024/05/06
- 55/57: gnu: python-versioneer: Add missing input and use minimal git., guix-commits, 2024/05/06
- 10/57: build-system/pyproject: Use TOML parser., guix-commits, 2024/05/06
- 15/57: gnu: Add missing import., guix-commits, 2024/05/06
- 25/57: gnu: python-textual: Update to 0.50.1., guix-commits, 2024/05/06
- 31/57: gnu: python-prompt-toolkit: Update to 3.0.43., guix-commits, 2024/05/06
- 29/57: gnu: python-argcomplete: Update to 3.2.2., guix-commits, 2024/05/06
- 34/57: gnu: python-cleo: Update to 2.1.0.,
guix-commits <=
- 17/57: gnu: python-sphinx: Update to 6.2.1., guix-commits, 2024/05/06
- 36/57: gnu: python-readme-renderer: Update to 37.3., guix-commits, 2024/05/06
- 39/57: gnu: java-testng: Drop input labels., guix-commits, 2024/05/06
- 42/57: gnu: python-pynacl: Add missing inputs., guix-commits, 2024/05/06
- 44/57: gnu: python-itemloaders: Fix indentation., guix-commits, 2024/05/06
- 45/57: gnu: python-mistletoe: Add missing inputs., guix-commits, 2024/05/06
- 57/57: guix: toml: Fix parsing empty strings in arrays., guix-commits, 2024/05/06
- 56/57: gnu: python-pyls-black: Add missing inputs., guix-commits, 2024/05/06
- 49/57: gnu: python-box: Add missing input., guix-commits, 2024/05/06
- 50/57: gnu: python-billiard: Add missing inputs., guix-commits, 2024/05/06