[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
343/361: gnu: python-xlsxwriter: Update to 3.2.0.
From: |
guix-commits |
Subject: |
343/361: gnu: python-xlsxwriter: Update to 3.2.0. |
Date: |
Fri, 22 Nov 2024 06:01:11 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 0ae79ca81ee46d614643a2a01188283460250949
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 17 12:39:25 2024 +0000
gnu: python-xlsxwriter: Update to 3.2.0.
* gnu/packages/python-xyz.scm (python-xlsxwriter): Update to 3.2.0.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I1083b2690477070fccb203a6c0e7af2ab52eef5c
---
gnu/packages/python-xyz.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4576d98bd8..70cba03807 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11368,7 +11368,7 @@ a front-end for C compilers or analysis tools.")
(define-public python-xlsxwriter
(package
(name "python-xlsxwriter")
- (version "3.0.3")
+ (version "3.2.0")
(source
(origin
;; There are no tests in the PyPI tarball.
@@ -11378,8 +11378,11 @@ a front-end for C compilers or analysis tools.")
(commit (string-append "RELEASE_" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1lr7mmik6r4zns069i4zfx1cnwhz6snmlh2zsiry0cwx8cv33wpm"))))
- (build-system python-build-system)
+ (base32 "1g16xb4nsjd807qcm8756ixlxxvdjmbr2v7r6wxkajw1h4m8id0w"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-setuptools
+ python-wheel))
(home-page "https://github.com/jmcnamara/XlsxWriter";)
(synopsis "Python module for creating Excel XLSX files")
(description
- 270/361: gnu: python-pytest-shutil: Update to 1.8.0., (continued)
- 270/361: gnu: python-pytest-shutil: Update to 1.8.0., guix-commits, 2024/11/22
- 286/361: gnu: Add python-poetry-plugin-export., guix-commits, 2024/11/22
- 287/361: gnu: Add python-pypa-installer., guix-commits, 2024/11/22
- 288/361: gnu: poetry: Fix build., guix-commits, 2024/11/22
- 294/361: gnu: Remove python-pyproject-metadata-0.7., guix-commits, 2024/11/22
- 295/361: gnu: python-distributed: Adjust inputs., guix-commits, 2024/11/22
- 302/361: gnu: Remove python-pluggy-next., guix-commits, 2024/11/22
- 332/361: gnu: python-jsonschema: Update to 4.23.0., guix-commits, 2024/11/22
- 333/361: gnu: python-mypy: Update to 1.13.0., guix-commits, 2024/11/22
- 334/361: gnu: python-pytest-mypy: Update to 0.10.3., guix-commits, 2024/11/22
- 343/361: gnu: python-xlsxwriter: Update to 3.2.0.,
guix-commits <=
- 323/361: gnu: python-flaky: Update to 3.8.1., guix-commits, 2024/11/22
- 342/361: gnu: python-matplotlib: Disable more failing tests., guix-commits, 2024/11/22
- 344/361: gnu: python-beautifulsoup4: Update to 4.12.3., guix-commits, 2024/11/22
- 351/361: gnu: python-pytest-httpserver: Update to 1.1.0., guix-commits, 2024/11/22
- 350/361: gnu: python-graphviz: Update to 0.20.3., guix-commits, 2024/11/22
- 205/361: gnu: python-zope-i18nmessageid: Move to pyproject-build-system., guix-commits, 2024/11/22
- 209/361: gnu: python-fenics-dijitso: Move to pyproject-build-system., guix-commits, 2024/11/22
- 197/361: gnu: python-xmltodict: Move to pyproject-build-system., guix-commits, 2024/11/22
- 256/361: gnu: python-sphinx-autodoc-typehints: Update to 1.23.0., guix-commits, 2024/11/22
- 219/361: gnu: python-notebook: Add python-jupyter-server to native inputs., guix-commits, 2024/11/22