From 9afcd2e3b46abefcbf76e0e2ee23079795ed673517d725688042ca96d70c39f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 13 Dec 2024 10:48:59 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main python-MarkupSafe revision 288934bf6be3aa03fdb1dbb551cce89a --- MarkupSafe-2.1.3.tar.gz | 3 --- MarkupSafe-2.1.5.tar.gz | 3 +++ python-MarkupSafe.changes | 19 ++++++++++++++++--- python-MarkupSafe.spec | 4 ++-- 4 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 MarkupSafe-2.1.3.tar.gz create mode 100644 MarkupSafe-2.1.5.tar.gz diff --git a/MarkupSafe-2.1.3.tar.gz b/MarkupSafe-2.1.3.tar.gz deleted file mode 100644 index a63d05d..0000000 --- a/MarkupSafe-2.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af598ed32d6ae86f1b747b82783958b1a4ab8f617b06fe68795c7f026abbdcad -size 19132 diff --git a/MarkupSafe-2.1.5.tar.gz b/MarkupSafe-2.1.5.tar.gz new file mode 100644 index 0000000..05ee782 --- /dev/null +++ b/MarkupSafe-2.1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b +size 19384 diff --git a/python-MarkupSafe.changes b/python-MarkupSafe.changes index d3a9fee..e1967ae 100644 --- a/python-MarkupSafe.changes +++ b/python-MarkupSafe.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Feb 4 10:45:37 UTC 2024 - Dirk Müller + +- update to 2.1.5: + * Fix striptags not collapsing spaces. :issue:`417` + +------------------------------------------------------------------- +Fri Jan 26 21:18:09 UTC 2024 - Dirk Müller + +- 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 @@ -26,7 +39,7 @@ Sun Jan 29 18:13:20 UTC 2023 - Dirk Müller ------------------------------------------------------------------- Fri Jun 24 02:55:18 UTC 2022 - Manuel Jacob -- Patch PKG-INFO to avoid pip failing on Python 3.6 with +- Patch PKG-INFO to avoid pip failing on Python 3.6 with `ERROR: Package 'MarkupSafe' requires a different Python: 3.6.15 not in '>=3.7'`. @@ -136,7 +149,7 @@ Thu May 8 13:51:56 UTC 2014 - toddrme2178@gmail.com - Update to 0.21 + No upstream changelog - + ------------------------------------------------------------------- Thu Mar 13 14:03:44 UTC 2014 - mcihar@suse.cz @@ -159,7 +172,7 @@ Tue Jun 25 11:56:41 UTC 2013 - dmueller@suse.com Wed May 23 05:24:01 UTC 2012 - highwaystar.ru@gmail.com - python3 package added -- minor spec improvement +- minor spec improvement ------------------------------------------------------------------- Thu Sep 8 20:24:51 UTC 2011 - andrea.turrini@gmail.com diff --git a/python-MarkupSafe.spec b/python-MarkupSafe.spec index 231fad2..c2f0d5a 100644 --- a/python-MarkupSafe.spec +++ b/python-MarkupSafe.spec @@ -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