[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/222: gnu: python-cleo: Update to 2.1.0.
From: |
guix-commits |
Subject: |
34/222: gnu: python-cleo: Update to 2.1.0. |
Date: |
Fri, 1 Nov 2024 10:56:18 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 57e10c885f321c1fcb0796ff59662d944e8bf4a6
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 210bbc222f..4f439e8f7e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21502,19 +21502,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
- 12/222: guix: pyproject-build-system: Default configure-flags to empty dictionary., (continued)
- 12/222: guix: pyproject-build-system: Default configure-flags to empty dictionary., guix-commits, 2024/11/01
- 17/222: gnu: python-sphinx: Update to 6.2.1., guix-commits, 2024/11/01
- 16/222: gnu: Add missing import (again)., guix-commits, 2024/11/01
- 20/222: gnu: meson-python: Do not delete LICENSES directory., guix-commits, 2024/11/01
- 22/222: gnu: python-mdit-py-plugins: Update to 0.4.0., guix-commits, 2024/11/01
- 32/222: gnu: python-ipython: Update to 8.22.1., guix-commits, 2024/11/01
- 39/222: gnu: java-testng: Drop input labels., guix-commits, 2024/11/01
- 47/222: gnu: python-vine: Add missing inputs., guix-commits, 2024/11/01
- 23/222: gnu: python-rich: Update to 13.7.0., guix-commits, 2024/11/01
- 35/222: gnu: python-packaging-bootstrap: Update to 23.2., guix-commits, 2024/11/01
- 34/222: gnu: python-cleo: Update to 2.1.0.,
guix-commits <=
- 37/222: gnu: python-eventlet: Update to 0.35.2., guix-commits, 2024/11/01
- 44/222: gnu: python-itemloaders: Fix indentation., guix-commits, 2024/11/01
- 50/222: gnu: python-billiard: Add missing inputs., guix-commits, 2024/11/01
- 53/222: gnu: python-dbus-python: Add missing input., guix-commits, 2024/11/01
- 54/222: gnu: python-versioneer: Add missing input and use minimal git., guix-commits, 2024/11/01
- 58/222: gnu: python-pytest-xdist: Add setuptools and wheel., guix-commits, 2024/11/01
- 60/222: gnu: python-openpyxl: Add Setuptools and Wheel., guix-commits, 2024/11/01
- 59/222: gnu: python-jinja2: Add setuptools and wheel., guix-commits, 2024/11/01
- 63/222: gnu: python-rich: Remove python-ipywidgets., guix-commits, 2024/11/01
- 66/222: gnu: Add python-jsonschema-specifications., guix-commits, 2024/11/01