Changelog for
python312-MarkupSafe-debuginfo-2.1.5-3.1.x86_64.rpm :
* Thu Feb 20 2025 Dirk Müller
- split test dependencies into a multibuild to break cycle with pytest
* Wed Dec 04 2024 Matej Cepl - The test suite survives without ca-certificates-mozilla-prebuilt now, so we can remove BR (and avoid deadly cycles).
* Thu Jul 11 2024 Dirk Müller - add buildignores to break buildcycle over p11-kit/dbus-1/systemd:mini/python-MarkupSafe
* Sun Feb 04 2024 Dirk Müller - update to 2.1.5:
* Fix striptags not collapsing spaces. :issue:`417`
* Fri Jan 26 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 2023 Dirk Müller - update to 2.1.3:
* Implement ``format_map``, ``casefold``, ``removeprefix``, and ``removesuffix`` methods.
* Fix static typing for basic ``str`` methods on ``Markup``.
* Use ``Self`` for annotating return types. :pr:`379`
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Sun Jan 29 2023 Dirk Müller - update to 2.1.2:
* Fix ``striptags`` not stripping tags containing newlines.
* Fri Jun 24 2022 Manuel Jacob - 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\'`.
* Thu Jun 09 2022 Andreas Schneider - Require python 3.6. There is no need to require a newer version and this way it builds on openSUSE Leap >= 15.3
* Fri Mar 18 2022 Arun Persaud - specfile:
* update copyright year
* require python >= 3.7- update to version 2.1.1:
* Avoid ambiguous regex matches in \"striptags\". :pr:`293`- changes from version 2.1.0:
* Drop support for Python 3.6. :pr:`262`
* Remove \"soft_unicode\", which was previously deprecated. Use \"soft_str\" instead. :pr:`261`
* Raise error on missing single placeholder during string interpolation. :issue:`225`
* Disable speedups module for GraalPython. :issue:`277`