[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67813] [PATCH 08/12] gnu: python-openpyxl: Update to 3.0.10.
From: |
Nicolas Graves |
Subject: |
[bug#67813] [PATCH 08/12] gnu: python-openpyxl: Update to 3.0.10. |
Date: |
Wed, 13 Dec 2023 22:56:28 +0100 |
* 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 a13ed2ab52..2cc687547a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3541,7 +3541,7 @@ (define-public python-omero-py
(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
@@ -3552,13 +3552,8 @@ (define-public python-openpyxl
(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")
--
2.41.0
- [bug#67813] [PATCH 00/12] Update python-pandas to version 2.1.1., Nicolas Graves, 2023/12/13
- [bug#67813] [PATCH 01/12] gnu: meson/newer: Update to 1.2.1., Nicolas Graves, 2023/12/13
- [bug#67813] [PATCH 02/12] gnu: meson-python: Update to 0.13.1., Nicolas Graves, 2023/12/13
- [bug#67813] [PATCH 08/12] gnu: python-openpyxl: Update to 3.0.10.,
Nicolas Graves <=
- [bug#67813] [PATCH 09/12] gnu: Add python-contourpy., Nicolas Graves, 2023/12/13
- [bug#67813] [PATCH 10/12] gnu: python-matplotlib: Update to 3.6.3., Nicolas Graves, 2023/12/13
- [bug#67813] [PATCH 04/12] gnu: python-pyproject-metadata: Update to 0.7.1., Nicolas Graves, 2023/12/13
- [bug#67813] [PATCH 03/12] gnu: python-cython: Update to 0.29.33., Nicolas Graves, 2023/12/13
- [bug#67813] [PATCH 05/12] gnu: Add python-tzdata., Nicolas Graves, 2023/12/13
- [bug#67813] [PATCH 07/12] gnu: python-pytest-xdist: Use pyproject-build-system., Nicolas Graves, 2023/12/13
- [bug#67813] [PATCH 06/12] gnu: python-jinja2: Update to 3.1.2., Nicolas Graves, 2023/12/13
- [bug#67813] [PATCH 11/12] gnu: Add python-pytest-next., Nicolas Graves, 2023/12/13
- [bug#67813] [PATCH 12/12] gnu: python-pandas: Update to 2.1.1., Nicolas Graves, 2023/12/13