all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 67813@debbugs.gnu.org
Cc: ngraves@ngraves.fr
Subject: [bug#67813] [PATCH 06/12] gnu: python-jinja2: Update to 3.1.2.
Date: Wed, 13 Dec 2023 22:56:26 +0100	[thread overview]
Message-ID: <20231213215635.15562-6-ngraves@ngraves.fr> (raw)
In-Reply-To: <20231213215635.15562-1-ngraves@ngraves.fr>

* 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 0f4b8454ad..a13ed2ab52 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5531,26 +5531,17 @@ (define-public python-markupsafe
 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/")
@@ -5560,7 +5551,6 @@ (define-public python-jinja2
 written in pure Python.")
     (license license:bsd-3)))
 
-
 (define-public python-jinja2-time
   (package
     (name "python-jinja2-time")
-- 
2.41.0





  parent reply	other threads:[~2023-12-13 21:58 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-13 14:39 [bug#67813] [PATCH 00/12] Update python-pandas to version 2.1.1 Nicolas Graves via Guix-patches via
2023-12-13 21:56 ` [bug#67813] [PATCH 01/12] gnu: meson/newer: Update to 1.2.1 Nicolas Graves via Guix-patches via
2023-12-13 21:56   ` [bug#67813] [PATCH 02/12] gnu: meson-python: Update to 0.13.1 Nicolas Graves via Guix-patches via
2023-12-13 21:56   ` [bug#67813] [PATCH 03/12] gnu: python-cython: Update to 0.29.33 Nicolas Graves via Guix-patches via
2023-12-13 21:56   ` [bug#67813] [PATCH 04/12] gnu: python-pyproject-metadata: Update to 0.7.1 Nicolas Graves via Guix-patches via
2023-12-13 21:56   ` [bug#67813] [PATCH 05/12] gnu: Add python-tzdata Nicolas Graves via Guix-patches via
2023-12-13 21:56   ` Nicolas Graves via Guix-patches via [this message]
2023-12-13 21:56   ` [bug#67813] [PATCH 07/12] gnu: python-pytest-xdist: Use pyproject-build-system Nicolas Graves via Guix-patches via
2023-12-13 21:56   ` [bug#67813] [PATCH 08/12] gnu: python-openpyxl: Update to 3.0.10 Nicolas Graves via Guix-patches via
2023-12-13 21:56   ` [bug#67813] [PATCH 09/12] gnu: Add python-contourpy Nicolas Graves via Guix-patches via
2023-12-13 21:56   ` [bug#67813] [PATCH 10/12] gnu: python-matplotlib: Update to 3.6.3 Nicolas Graves via Guix-patches via
2023-12-13 21:56   ` [bug#67813] [PATCH 11/12] gnu: Add python-pytest-next Nicolas Graves via Guix-patches via
2023-12-13 21:56   ` [bug#67813] [PATCH 12/12] gnu: python-pandas: Update to 2.1.1 Nicolas Graves via Guix-patches via
2024-01-11  9:52 ` [bug#67813] [PATCH 00/12] Update python-pandas to version 2.1.1 Ricardo Wurmus
2024-02-04  2:36   ` Nicolas Graves via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231213215635.15562-6-ngraves@ngraves.fr \
    --to=guix-patches@gnu.org \
    --cc=67813@debbugs.gnu.org \
    --cc=ngraves@ngraves.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.