[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55474] [PATCH v5 52/55] gnu: python-openpyxl: Update to 3.1.2.
From: |
Nicolas Graves |
Subject: |
[bug#55474] [PATCH v5 52/55] gnu: python-openpyxl: Update to 3.1.2. |
Date: |
Sun, 25 Jun 2023 18:57:53 +0200 |
* gnu/packages/python-xyz.scm (python-openpyxl): Update to 3.1.2.
[build-sytem] Use pyproject-build-system.
---
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 57b4cad561..da1cea675d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3352,7 +3352,7 @@ (define-public python-omero-py
(define-public python-openpyxl
(package
(name "python-openpyxl")
- (version "3.0.9")
+ (version "3.1.2")
(source
(origin
;; We use the upstream repository, as the tests are not included in the
@@ -3363,13 +3363,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 "0dvfv8vbbaqzchhjiyripy7blbj4sc4zhpbh60zabkx2aix83jjh"))))
+ (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.40.1
- [bug#55474] [PATCH v5 46/55] gnu: Add python-django-environ., (continued)
- [bug#55474] [PATCH v5 46/55] gnu: Add python-django-environ., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 42/55] gnu: Add python-parsy., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 49/55] gnu: Add python-anyascii., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 48/55] gnu: Add python-l18n., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 47/55] gnu: Add python-draftjs-exporter., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 50/55] gnu: Add python-telepath., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 51/55] gnu: Add python-django-permissionedforms., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 54/55] gnu: Add python-wagtail-factories., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 55/55] gnu: Add python-wagtail-localize., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 53/55] gnu: Add python-wagtail., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 52/55] gnu: python-openpyxl: Update to 3.1.2.,
Nicolas Graves <=