[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
66/105: gnu: python-colorama: Update to 0.4.6.
From: |
guix-commits |
Subject: |
66/105: gnu: python-colorama: Update to 0.4.6. |
Date: |
Sat, 21 Dec 2024 11:56:45 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 763e3c314f58a7f47998abc61da75b8987d73b3a
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
- 96/105: gnu: python-httpretty: Enable tests., (continued)
- 96/105: gnu: python-httpretty: Enable tests., guix-commits, 2024/12/21
- 102/105: gnu: Add rust-jiter-0.2., guix-commits, 2024/12/21
- 94/105: gnu: python-geventhttpclient: Update to 2.3.3., guix-commits, 2024/12/21
- 101/105: gnu: python-annotated-types: Update to 0.7.0., guix-commits, 2024/12/21
- 105/105: gnu: pyscenic: Update to 0.12.1-1.eaf23eb., guix-commits, 2024/12/21
- 88/105: gnu: python-pythran: Update to 0.17.0., guix-commits, 2024/12/21
- 90/105: gnu: python-pandas-2: Restrict number of test processes., guix-commits, 2024/12/21
- 47/105: gnu: python-awkward-cpp: Update to 43., guix-commits, 2024/12/21
- 51/105: gnu: Add python-repoze-lru., guix-commits, 2024/12/21
- 57/105: gnu: Add python-devpi-server., guix-commits, 2024/12/21
- 66/105: gnu: python-colorama: Update to 0.4.6.,
guix-commits <=
- 68/105: gnu: python-platformdirs: Update to 4.3.6., guix-commits, 2024/12/21
- 35/105: gnu: python-cattrs: Update to 24.1.2., guix-commits, 2024/12/21
- 39/105: gnu: python-qdldl: Add missing input., guix-commits, 2024/12/21
- 59/105: gnu: Add python-devpi-process., guix-commits, 2024/12/21
- 60/105: gnu: python-tox: Update to 4.23.2., guix-commits, 2024/12/21
- 61/105: gnu: python-webcolors: Update to 24.11.1., guix-commits, 2024/12/21
- 56/105: gnu: Add python-devpi-common., guix-commits, 2024/12/21
- 64/105: gnu: python-py2bit: Use pyproject-build-system., guix-commits, 2024/12/21
- 76/105: gnu: python-a2wsgi: Disable one test., guix-commits, 2024/12/21
- 78/105: gnu: python-pydantic: Fix build., guix-commits, 2024/12/21