[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/65: gnu: python-colorama: Update to 0.4.6.
From: |
guix-commits |
Subject: |
33/65: gnu: python-colorama: Update to 0.4.6. |
Date: |
Fri, 20 Dec 2024 16:41:41 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 395176f4159225d1044f83ceea95c620f5cd8908
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 17 11:35:23 2024 +0100
gnu: python-colorama: Update to 0.4.6.
* gnu/packages/python-xyz.scm (python-colorama): Update to 0.4.6.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-hatchling and python-pytest.
Change-Id: Ifdc20a9dc2a3f21ac59aaaa88fd90abe926595a0
---
gnu/packages/python-xyz.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e5710b72d4..e98aa9b68e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19677,18 +19677,19 @@ for the module to work under Python 3.3.")
(define-public python-colorama
(package
(name "python-colorama")
- (version "0.4.4")
+ (version "0.4.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "colorama" version))
(sha256
- (base32 "16w62sm95hmh55rqxn4zwdz0bkh3fqm1qnz9cwi3s510iasb4har"))))
- (build-system python-build-system)
+ (base32 "0i3fpq0w5mbfdpy3z9p5raw4fg17jxr6jwh5l8qhavpdnxf5ys88"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-hatchling python-pytest))
+ (home-page "https://pypi.org/project/colorama/")
(synopsis "Colored terminal text rendering for Python")
(description "Colorama is a Python library for rendering colored terminal
text.")
- (home-page "https://pypi.org/project/colorama/")
(license license:bsd-3)))
(define-public python-monthdelta
- 45/65: gnu: python-pydantic: Fix build., (continued)
- 45/65: gnu: python-pydantic: Fix build., guix-commits, 2024/12/20
- 49/65: gnu: python-stsci-stimage: Fix build., guix-commits, 2024/12/20
- 51/65: gnu: python-email-validator: Update to 2.2.0., guix-commits, 2024/12/20
- 40/65: gnu: python-uvicorn: Update to 0.34.0., guix-commits, 2024/12/20
- 57/65: gnu: python-pandas-2: Restrict number of test processes., guix-commits, 2024/12/20
- 58/65: gnu: python-gevent: Update to 24.11.1., guix-commits, 2024/12/20
- 62/65: gnu: python-dulwich: Update to 0.21.7., guix-commits, 2024/12/20
- 64/65: gnu: python-pydevd: Disable flaky tests., guix-commits, 2024/12/20
- 56/65: gnu: python-pandas-2: Remove X., guix-commits, 2024/12/20
- 03/65: gnu: python-statmake: Remove obsolete build phase., guix-commits, 2024/12/20
- 33/65: gnu: python-colorama: Update to 0.4.6.,
guix-commits <=
- 25/65: gnu: Add python-devpi-client., guix-commits, 2024/12/20
- 05/65: gnu: python-pyramid: Update to 2.0.2., guix-commits, 2024/12/20
- 29/65: gnu: python-zarr: Update to 2.18.4., guix-commits, 2024/12/20
- 38/65: gnu: python-devtools: Simplify., guix-commits, 2024/12/20
- 47/65: gnu: python-joblib: Disable one additional test., guix-commits, 2024/12/20
- 48/65: gnu: python-pydevd: Disable CI tests., guix-commits, 2024/12/20
- 52/65: gnu: linkchecker: Update to 10.5.0., guix-commits, 2024/12/20
- 50/65: gnu: python-dnspython: Update to 2.7.0., guix-commits, 2024/12/20
- 53/65: gnu: python-gast: Update to 0.6.0., guix-commits, 2024/12/20
- 55/65: gnu: python-pythran: Update to 0.17.0., guix-commits, 2024/12/20