- update to 2.1.2:

*   Fix ``striptags`` not stripping tags containing newlines.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=41
This commit is contained in:
Dirk Mueller 2023-01-29 18:17:03 +00:00 committed by Git OBS Bridge
parent 7bf58263d5
commit ef9f36cb6c
4 changed files with 11 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jan 29 18:13:20 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.1.2:
* Fix ``striptags`` not stripping tags containing newlines.
-------------------------------------------------------------------
Fri Jun 24 02:55:18 UTC 2022 - Manuel Jacob <me@manueljacob.de>

View File

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