[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
42/53: gnu: python-jinja2: Update to 3.1.2.
From: |
guix-commits |
Subject: |
42/53: gnu: python-jinja2: Update to 3.1.2. |
Date: |
Sun, 21 Apr 2024 07:49:13 -0400 (EDT) |
rekado pushed a commit to branch wip-pandas-upgrade
in repository guix.
commit eb4d9b2dffdb9977c3cf280c73e8dd3f98b11acf
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Wed Dec 13 22:56:26 2023 +0100
gnu: python-jinja2: Update to 3.1.2.
* gnu/packages/python-xyz.scm (python-jinja2): Update to 3.1.2. Format.
[build-system]: Use pyproject-build-system.
[arguments]: Remove uneeded argument.
---
gnu/packages/python-xyz.scm | 16 +++-------------
1 file changed, 3 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c7a56d7acf..beea08ba64 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6095,26 +6095,17 @@ possible.")
for Python.")
(license license:bsd-3)))
-
(define-public python-jinja2
(package
(name "python-jinja2")
- (version "3.1.1")
+ (version "3.1.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Jinja2" version))
(sha256
- (base32
- "1saawzys14l1p4kafs7hkihmnvqjq8fwxjmkjiqx3jq1nm5ys2v4"))))
- (build-system python-build-system)
- (arguments
- '(#:phases (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (if tests?
- (invoke "pytest" "-vv")
- (format #t "test suite not run~%")))))))
+ (base32 "0lp86yadzf8dph67f6g3yxmvnhrzzi863z58jmsrx2j059q1ld9i"))))
+ (build-system pyproject-build-system)
(native-inputs (list python-pytest))
(propagated-inputs (list python-markupsafe))
(home-page "https://jinja.palletsprojects.com/")
@@ -6124,7 +6115,6 @@ for Python.")
written in pure Python.")
(license license:bsd-3)))
-
(define-public python-jinja2-time
(package
(name "python-jinja2-time")
- 09/53: gnu: r-ggeffects: Update to 1.5.2., (continued)
- 09/53: gnu: r-ggeffects: Update to 1.5.2., guix-commits, 2024/04/21
- 18/53: gnu: r-mlr3misc: Update to 0.15.0., guix-commits, 2024/04/21
- 20/53: gnu: r-tensorflow: Update to 2.16.0., guix-commits, 2024/04/21
- 34/53: gnu: Add python-slicerator., guix-commits, 2024/04/21
- 28/53: gnu: r-alevinqc: Update to 1.18.1., guix-commits, 2024/04/21
- 37/53: gnu: Add python-spatial-image., guix-commits, 2024/04/21
- 35/53: gnu: Add python-xarray-dataclasses., guix-commits, 2024/04/21
- 33/53: gnu: python-nbclient: Update to 0.6.6., guix-commits, 2024/04/21
- 43/53: gnu: python-pytest-xdist: Use pyproject-build-system., guix-commits, 2024/04/21
- 45/53: gnu: python-contourpy: Update to 1.1.1., guix-commits, 2024/04/21
- 42/53: gnu: python-jinja2: Update to 3.1.2.,
guix-commits <=
- 53/53: gnu: python-pydantic-2: Ignore sensitive tests., guix-commits, 2024/04/21
- 51/53: gnu: python-zarr: Update to 2.17.2., guix-commits, 2024/04/21
- 48/53: gnu: python-pandas-2: Skip expensive tests., guix-commits, 2024/04/21
- 50/53: gnu: python-xarray-dataclasses: Add missing test input., guix-commits, 2024/04/21