Sync from SUSE:SLFO:Main python-MarkupSafe revision 288934bf6be3aa03fdb1dbb551cce89a

This commit is contained in:
Adrian Schröter 2024-12-13 10:48:59 +01:00
parent a09d1132f1
commit 9afcd2e3b4
4 changed files with 21 additions and 8 deletions

BIN
MarkupSafe-2.1.3.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
MarkupSafe-2.1.5.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Feb 4 10:45:37 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.1.5:
* Fix striptags not collapsing spaces. :issue:`417`
-------------------------------------------------------------------
Fri Jan 26 21:18:09 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.1.4:
* Don't use regular expressions for striptags, avoiding a
performance issue. :pr:`413`
-------------------------------------------------------------------
Mon Jun 19 20:10:45 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-MarkupSafe
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%bcond_without test
%{?sle15_python_module_pythons}
Name: python-MarkupSafe
Version: 2.1.3
Version: 2.1.5
Release: 0
Summary: Implements a XML/HTML/XHTML Markup safe string for Python
License: BSD-3-Clause