From ef9f36cb6c7bf77715c88cfea79b0a34b3527f1936b3b0925f3eb6a94f670332 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 29 Jan 2023 18:17:03 +0000 Subject: [PATCH] - 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 --- MarkupSafe-2.1.1.tar.gz | 3 --- MarkupSafe-2.1.2.tar.gz | 3 +++ python-MarkupSafe.changes | 6 ++++++ python-MarkupSafe.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 MarkupSafe-2.1.1.tar.gz create mode 100644 MarkupSafe-2.1.2.tar.gz diff --git a/MarkupSafe-2.1.1.tar.gz b/MarkupSafe-2.1.1.tar.gz deleted file mode 100644 index 3336f9e..0000000 --- a/MarkupSafe-2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f91197cc9e48f989d12e4e6fbc46495c446636dfc81b9ccf50bb0ec74b91d4b -size 18668 diff --git a/MarkupSafe-2.1.2.tar.gz b/MarkupSafe-2.1.2.tar.gz new file mode 100644 index 0000000..2f2fde0 --- /dev/null +++ b/MarkupSafe-2.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abcabc8c2b26036d62d4c746381a6f7cf60aafcc653198ad678306986b09450d +size 19080 diff --git a/python-MarkupSafe.changes b/python-MarkupSafe.changes index 9440c82..6aac0dd 100644 --- a/python-MarkupSafe.changes +++ b/python-MarkupSafe.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jan 29 18:13:20 UTC 2023 - Dirk Müller + +- update to 2.1.2: + * Fix ``striptags`` not stripping tags containing newlines. + ------------------------------------------------------------------- Fri Jun 24 02:55:18 UTC 2022 - Manuel Jacob diff --git a/python-MarkupSafe.spec b/python-MarkupSafe.spec index 2380935..0d714d5 100644 --- a/python-MarkupSafe.spec +++ b/python-MarkupSafe.spec @@ -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