[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
370/420: gnu: python-prettytable: Update to 3.12.0.
From: |
guix-commits |
Subject: |
370/420: gnu: python-prettytable: Update to 3.12.0. |
Date: |
Tue, 26 Nov 2024 16:29:36 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 15065c30a8ca96a3e34cd8eba493d5c0affc2efa
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 548ce730e0..f87aa11439 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16463,27 +16463,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
- 304/420: gnu: python-pexpect: Improve package style., (continued)
- 304/420: gnu: python-pexpect: Improve package style., guix-commits, 2024/11/26
- 312/420: gnu: python-pytest-cov: Update to 6.0.0., guix-commits, 2024/11/26
- 311/420: gnu: python-coverage: Update to 7.6.7., guix-commits, 2024/11/26
- 328/420: gnu: python-hatchling: Update to 1.26.1., guix-commits, 2024/11/26
- 325/420: gnu: python-trove-classifiers: Update to 2024.10.21.16., guix-commits, 2024/11/26
- 316/420: gnu: python-cffi: Improve package style., guix-commits, 2024/11/26
- 326/420: gnu: python-packaging-bootstrap: Update to 24.2., guix-commits, 2024/11/26
- 331/420: gnu: python-attrs: Update to 24.2.0., guix-commits, 2024/11/26
- 352/420: gnu: python-apispec: Update to 6.7.1., guix-commits, 2024/11/26
- 346/420: gnu: python-cloudpickle: Update to 3.1.0., guix-commits, 2024/11/26
- 370/420: gnu: python-prettytable: Update to 3.12.0.,
guix-commits <=
- 385/420: gnu: python-sniffio: Update to 1.3.1., guix-commits, 2024/11/26
- 388/420: gnu: python-vcrpy: Update to 6.0.2., guix-commits, 2024/11/26
- 403/420: gnu: python-aiofiles: Fix indentation., guix-commits, 2024/11/26
- 413/420: gnu: python-jsonpickle: Update to 4.0.0., guix-commits, 2024/11/26
- 416/420: gnu: hypercorn: Update to 0.17.3., guix-commits, 2024/11/26
- 116/420: gnu: Add python-sphinxext-rediraffe., guix-commits, 2024/11/26
- 115/420: gnu: python-myst-parser: Update to 3.0.1., guix-commits, 2024/11/26
- 279/420: gnu: python-pysolr: Update to 3.10.0., guix-commits, 2024/11/26
- 308/420: gnu: python-pytest-mock: Update to 3.14.0., guix-commits, 2024/11/26
- 322/420: gnu: python-execnet: Update to 2.1.1., guix-commits, 2024/11/26