- 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 adolf.belka@ipfire.org --- 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