From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:303:5f26::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id 8FCqCh4pemWyRwAAkFu2QA (envelope-from ) for ; Wed, 13 Dec 2023 22:58:54 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id mArqBB4pemW0DAEAqHPOHw (envelope-from ) for ; Wed, 13 Dec 2023 22:58:54 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1702504733; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post; bh=11GGUicThdcQphMUV3Q3szsSFxFJ4vD+9Gv4Q5SM7yc=; b=OznjvobywrZKHMGA8qq2E0MmB1ZjQPHwnJFBKPxNjD5fH76s7bYXTAdg9umU722aOpIsyE Ja088B8V29KEhTZP7uP2FIcDTbGf4u/wLsnwGW/F5MnK5JN6urMLvcPAtjzDT20dgoJxav R3Dnrcj8TfNW4nM1wwp0hjf9FynxDld0VGDk3wrozVuCEmR/Ld5Ze6iIbwwF8baSuWG0Og gmapcdXSO1lBhGV6J4Owhhh/lTJmB36WfXlNYsbdhYZD66mQn6fwZPJAugZsERrJyBhN6o DYmvSbnCxec0Wj6H5jR3+W4B1m98h6KgRRY3Jvvy2GvFtXsTjxuT8Z2SXnYlFQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1702504733; a=rsa-sha256; cv=none; b=r7FBPut9Ws3obISN+E+EExwzojzvI3BemHwTQPOrq1a3ZldQwWnmok0s1ftW9zztZsrwm8 phBfEPNbNm33BQ5tGUpDnktEsGGfC4WFHm4wHomolMyKfkbjaeuBiE6MprI5RLNO1zFDeY Q/CRFAlRwe6rOhyyCZaUwe6W++STRvXrlupKX1MttTG0Wenf3s0b+SizJeGMQnq6zbfhoZ zm7u9laKM32VdlurEJUXTEjfPFnocKGLnzC0Ln+MZ9McgQNPM/iQVoUKdmR9IeJ9ZewAAG MRzrNiXFfZhjsD+hmk2DlE7+heWWjHDDriv9s2rnBWhFQUklPvBYhVqD76jfTQ== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id BD99C58C30 for ; Wed, 13 Dec 2023 22:58:53 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rDXEn-0007s1-C0; Wed, 13 Dec 2023 16:57:53 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rDXEj-0007qp-DP for guix-patches@gnu.org; Wed, 13 Dec 2023 16:57:49 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rDXEh-0000gv-GZ for guix-patches@gnu.org; Wed, 13 Dec 2023 16:57:48 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rDXEx-0003VE-Lh for guix-patches@gnu.org; Wed, 13 Dec 2023 16:58:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#67813] [PATCH 06/12] gnu: python-jinja2: Update to 3.1.2. Resent-From: Nicolas Graves Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 13 Dec 2023 21:58:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67813 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 67813@debbugs.gnu.org Cc: ngraves@ngraves.fr Received: via spool by 67813-submit@debbugs.gnu.org id=B67813.170250464013315 (code B ref 67813); Wed, 13 Dec 2023 21:58:03 +0000 Received: (at 67813) by debbugs.gnu.org; 13 Dec 2023 21:57:20 +0000 Received: from localhost ([127.0.0.1]:59798 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rDXEF-0003Sa-Jn for submit@debbugs.gnu.org; Wed, 13 Dec 2023 16:57:19 -0500 Received: from 17.mo581.mail-out.ovh.net ([188.165.35.227]:54659) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rDXEA-0003Ro-DK for 67813@debbugs.gnu.org; Wed, 13 Dec 2023 16:57:15 -0500 Received: from director10.ghost.mail-out.ovh.net (unknown [10.108.25.169]) by mo581.mail-out.ovh.net (Postfix) with ESMTP id C86DA28575 for <67813@debbugs.gnu.org>; Wed, 13 Dec 2023 21:56:56 +0000 (UTC) Received: from ghost-submission-6684bf9d7b-6s9bh (unknown [10.110.113.80]) by director10.ghost.mail-out.ovh.net (Postfix) with ESMTPS id 71DF51FE60; Wed, 13 Dec 2023 21:56:56 +0000 (UTC) Received: from ngraves.fr ([37.59.142.108]) by ghost-submission-6684bf9d7b-6s9bh with ESMTPSA id lStJF6goemW9igIABX2qvQ (envelope-from ); Wed, 13 Dec 2023 21:56:56 +0000 X-OVh-ClientIp: 81.67.140.142 Date: Wed, 13 Dec 2023 22:56:26 +0100 Message-ID: <20231213215635.15562-6-ngraves@ngraves.fr> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20231213215635.15562-1-ngraves@ngraves.fr> References: <20231213215635.15562-1-ngraves@ngraves.fr> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Ovh-Tracer-Id: 2929591559884038882 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedvkedrudeljedgleegucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenucenucfjughrpefhvfevufffkffojghfggfgsedtkeertdertddtnecuhfhrohhmpefpihgtohhlrghsucfirhgrvhgvshcuoehnghhrrghvvghssehnghhrrghvvghsrdhfrheqnecuggftrfgrthhtvghrnhepieegteduteeigeejvdekhfffvedujeejfeffhfetgedvfefhkeeiteeigefguedunecuffhomhgrihhnpehprghllhgvthhsphhrohhjvggtthhsrdgtohhmnecukfhppeduvdejrddtrddtrddupdekuddrieejrddugedtrddugedvpdefjedrheelrddugedvrddutdeknecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepuddvjedrtddrtddruddpmhgrihhlfhhrohhmpeeonhhgrhgrvhgvshesnhhgrhgrvhgvshdrfhhrqedpnhgspghrtghpthhtohepuddprhgtphhtthhopeeijeekudefseguvggssghughhsrdhgnhhurdhorhhgpdfovfetjfhoshhtpehmohehkedupdhmohguvgepshhmthhpohhuth X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Nicolas Graves X-ACL-Warn: , Nicolas Graves via Guix-patches From: Nicolas Graves via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -6.19 X-Spam-Score: -6.19 X-Migadu-Queue-Id: BD99C58C30 X-Migadu-Scanner: mx10.migadu.com X-TUID: BdfYqLCNYao2 * 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