Accepting request 1141812 from devel:languages:python

- update to 2.1.4:
  * Don't use regular expressions for striptags, avoiding a
    performance issue. :pr:`413`

- Patch PKG-INFO to avoid pip failing on Python 3.6 with
- minor spec improvement

OBS-URL: https://build.opensuse.org/request/show/1141812
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-MarkupSafe?expand=0&rev=29
This commit is contained in:
Ana Guerrero 2024-01-29 21:25:56 +00:00 committed by Git OBS Bridge
commit 4156aefb2a
4 changed files with 15 additions and 8 deletions

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

Binary file not shown.

3
MarkupSafe-2.1.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3aae9af4cac263007fd6309c64c6ab4506dd2b79382d9d19a1994f9240b8db4f
size 19288

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
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.4
Release: 0
Summary: Implements a XML/HTML/XHTML Markup safe string for Python
License: BSD-3-Clause