[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/13: gnu: python-prettytable: Update to 3.12.0.
From: |
guix-commits |
Subject: |
09/13: gnu: python-prettytable: Update to 3.12.0. |
Date: |
Fri, 22 Nov 2024 10:48:03 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 9a5d913a87e46f27869f13d0c717e3812e56b750
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Nov 22 13:19:40 2024 +0000
gnu: python-prettytable: Update to 3.12.0.
* gnu/packages/python-xyz.scm (python-prettytable): Update to 3.12.0.
[build-system]: Swap to pyproejct-build-system.
[arguments]<phases>: Use custom 'check phase.
[native-inputs]: Remove python-pytest-lazy-fixture; add
python-hatchling, python-hatch-vcs, python-pytest-cov, and
python-pytest-lazy-fixtures.
Change-Id: I19d93bb92dec4f65d581dd8fcecbc137e1fdd4d6
---
gnu/packages/python-xyz.scm | 24 ++++++++++--------------
1 file changed, 10 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 160efcf6bb..bb643c909c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16464,27 +16464,23 @@ functional languages.")
(define-public python-prettytable
(package
(name "python-prettytable")
- (version "3.3.0")
+ (version "3.12.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "prettytable" version))
(sha256
- (base32
- "1c599w31i2ndzbkn85xwsgv9sd2j16r56dl922w4jh3rs97vb3hi"))))
- (build-system python-build-system)
- (arguments
- (list #:phases
- #~(modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "pytest" "-vv")))))))
+ (base32 "0168xqdr0i9r4p3a3hjd4n7f133lp4xkxhvfx63aqisplcdkwjzh"))))
+ (build-system pyproject-build-system)
(native-inputs
- (list python-pytest
- python-pytest-lazy-fixture
+ (list python-hatchling
+ python-hatch-vcs
+ python-pytest
+ python-pytest-cov
+ python-pytest-lazy-fixtures
python-setuptools-scm))
- (propagated-inputs (list python-wcwidth))
+ (propagated-inputs
+ (list python-wcwidth))
(home-page "https://github.com/jazzband/prettytable")
(synopsis "Display tabular data in an ASCII table format")
(description
- branch python-team updated (3caebd91fa -> 4d37afea90), guix-commits, 2024/11/22
- 04/13: gnu: Remove python-pytest-catchlog., guix-commits, 2024/11/22
- 02/13: gnu: python-tinycss2: Update to 1.4.0., guix-commits, 2024/11/22
- 06/13: gnu: python-pytest-doctestplus: Update to 1.2.1., guix-commits, 2024/11/22
- 07/13: gnu: python-pytest-flask: Update to 1.3.0., guix-commits, 2024/11/22
- 08/13: gnu: Add python-pytest-lazy-fixtures., guix-commits, 2024/11/22
- 13/13: gnu: python-fastjsonschema: Update to 2.20.0., guix-commits, 2024/11/22
- 01/13: gnu: python-pytest-asyncio: Update to 0.24.0., guix-commits, 2024/11/22
- 03/13: gnu: python-qstylizer: Update to 0.2.4., guix-commits, 2024/11/22
- 05/13: gnu: python-pytest-flake8: Update to 1.3.0., guix-commits, 2024/11/22
- 09/13: gnu: python-prettytable: Update to 3.12.0.,
guix-commits <=
- 10/13: gnu: python-pytest-metadata: Update to 3.1.1., guix-commits, 2024/11/22
- 11/13: gnu: python-pytest-random-order: Update to 1.1.1., guix-commits, 2024/11/22
- 12/13: gnu: python-pytest-remotedata: Fix tests., guix-commits, 2024/11/22