[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
44/57: gnu: python-openpyxl: Update to 3.0.10.
From: |
guix-commits |
Subject: |
44/57: gnu: python-openpyxl: Update to 3.0.10. |
Date: |
Mon, 22 Apr 2024 05:36:33 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 43965c93aee12b1070bfbcb053af03d990f07bcf
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Wed Dec 13 22:56:28 2023 +0100
gnu: python-openpyxl: Update to 3.0.10.
* gnu/packages/python-xyz.scm (python-openpyxl): Update to 3.0.10.
[build-system]: Use pyproject-build-system.
[arguments]: Delete check phase replacement.
Change-Id: I1a537050f1e9f109189150d0d73e87bbd87dcb00
---
gnu/packages/python-xyz.scm | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index beea08ba64..a1f5e6fb0a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4018,7 +4018,7 @@ server.")
(define-public python-openpyxl
(package
(name "python-openpyxl")
- (version "3.0.9")
+ (version "3.0.10")
(source
(origin
;; We use the upstream repository, as the tests are not included in the
@@ -4029,13 +4029,8 @@ server.")
(changeset version)))
(file-name (string-append name "-" version "-checkout"))
(sha256
- (base32 "1p8xvc2gjw6zyzbd7qdvc3x178sm00ymrbyh9539l4fpzgxh0j9c"))))
- (build-system python-build-system)
- (arguments
- `(#:phases (modify-phases %standard-phases
- (replace 'check
- (lambda _
- (invoke "pytest"))))))
+ (base32 "0f8ym32vdn8wyziiy5bz8iiwvgj7dlccy86wkfcn5syqgivgqnv9"))))
+ (build-system pyproject-build-system)
(native-inputs (list python-lxml python-pillow python-pytest))
(propagated-inputs (list python-et-xmlfile python-jdcal))
(home-page "https://openpyxl.readthedocs.io")
- 28/57: gnu: r-alevinqc: Update to 1.18.1., (continued)
- 28/57: gnu: r-alevinqc: Update to 1.18.1., guix-commits, 2024/04/22
- 46/57: gnu: Add python-pytest-next., guix-commits, 2024/04/22
- 20/57: gnu: r-tensorflow: Update to 2.16.0., guix-commits, 2024/04/22
- 15/57: gnu: r-dunn-test: Update to 1.3.6., guix-commits, 2024/04/22
- 30/57: gnu: r-bayseq: Update to 2.36.2., guix-commits, 2024/04/22
- 29/57: gnu: r-gsva: Update to 1.50.5., guix-commits, 2024/04/22
- 08/57: gnu: r-argparse: Update to 2.2.3., guix-commits, 2024/04/22
- 53/57: gnu: python-pydantic-2: Ignore sensitive tests., guix-commits, 2024/04/22
- 45/57: gnu: python-contourpy: Update to 1.1.1., guix-commits, 2024/04/22
- 51/57: gnu: python-zarr: Update to 2.17.2., guix-commits, 2024/04/22
- 44/57: gnu: python-openpyxl: Update to 3.0.10.,
guix-commits <=
- 48/57: gnu: python-pandas-2: Skip expensive tests., guix-commits, 2024/04/22
- 22/57: gnu: r-crul: Update to 1.4.2., guix-commits, 2024/04/22
- 43/57: gnu: python-pytest-xdist: Use pyproject-build-system., guix-commits, 2024/04/22
- 09/57: gnu: r-ggeffects: Update to 1.5.2., guix-commits, 2024/04/22
- 31/57: gnu: Add python-cyvcf2., guix-commits, 2024/04/22
- 11/57: gnu: r-optparse: Update to 1.7.5., guix-commits, 2024/04/22
- 38/57: gnu: Add python-pims., guix-commits, 2024/04/22
- 07/57: gnu: r-reticulate: Update to 1.36.0., guix-commits, 2024/04/22
- 12/57: gnu: r-ggfortify: Update to 0.4.17., guix-commits, 2024/04/22
- 54/57: gnu: java-easymock-class-extension: Use java-asm-8., guix-commits, 2024/04/22