From patchwork Thu Sep 21 15:48:03 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7237 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Rs0DJ3CZxz3ws3 for ; Thu, 21 Sep 2023 15:48:16 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Rs0DG42J1z1CQ; Thu, 21 Sep 2023 15:48:14 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Rs0DG33fGz300w; Thu, 21 Sep 2023 15:48:14 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Rs0DD5JQJz2xBH for ; Thu, 21 Sep 2023 15:48:12 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Rs0DC5st5zvy; Thu, 21 Sep 2023 15:48:11 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1695311292; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=fN1gBtiXMsFA9J9sRTlWcj5Tf06mg/fwEpxbfASpIsQ=; b=nZRPi79RSJ5tt99HKZeN6uSpEHFm6VOchjG5ygBNN6NCImNIhOumgOC1VT/lF/ngGmPjZT kV7H3hL4gV4sLxAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1695311292; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=fN1gBtiXMsFA9J9sRTlWcj5Tf06mg/fwEpxbfASpIsQ=; b=NTIBXQHB7BhR9M0cVjdCQuPoiEIEVzyv5G6V720yjq/sVYFKZl/QN4EeWyCB6cUDLXSHjW uzlO9xU8YCwNsTEAkTzbkP0SV0ZY0wg0GMA9t6ax3CV0sLB57GWAujs6YH8MtiLgOyUy5N 3abkIQ/5mpNQK7iPM9s4cqNQcYxRu6mZArEpm6XJswbA7Dp6y4dFJdoe5nMqRj+mW6Lwuy ya7vvMRJtNh9yR+F3BC3QYwZZaP8h3qYmOsjWH6M5OXCu1tix1h3LiBbA0Uj7rXeJwo6d4 T/uL72g2WwRQXw+CDx9tjqWGKN6PDy/KDj+BrHX83UNA+0lvNn3eNNDDwSgeSA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] python3-markupsafe-2.1.3-1 Date: Thu, 21 Sep 2023 17:48:03 +0200 Message-ID: <20230921154809.2460-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - IPFire-3.x - Update from version 2.1.1-1 to 2.1.3-1 - Changelog 2.1.3 Implement format_map, casefold, removeprefix, and removesuffix methods. #370 Fix static typing for basic str methods on Markup. #358 Use Self for annotating return types. #379 2.1.2 Fix striptags not stripping tags containing newlines. #310 Signed-off-by: Adolf Belka --- python3-markupsafe/python3-markupsafe.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3-markupsafe/python3-markupsafe.nm b/python3-markupsafe/python3-markupsafe.nm index 41e4b0a1f..12c9c1435 100644 --- a/python3-markupsafe/python3-markupsafe.nm +++ b/python3-markupsafe/python3-markupsafe.nm @@ -4,7 +4,7 @@ ############################################################################### name = python3-markupsafe -version = 2.1.1 +version = 2.1.3 release = 1 groups = Development/Tools