| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python311-MarkupSafe | Distribution: SUSE Linux Enterprise 15 |
| Version: 2.1.3 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 150400.11.3.12 | Build date: Thu Oct 19 11:54:23 2023 |
| Group: Development/Languages/Python | Build host: h04-armsrv2 |
| Size: 120036 | Source RPM: python-MarkupSafe-2.1.3-150400.11.3.12.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://github.com/pallets/markupsafe | |
| Summary: Implements a XML/HTML/XHTML Markup safe string for Python | |
Implements a unicode subclass that supports HTML strings. This can be used to safely encode strings for dynamically generated web pages.
BSD-3-Clause
* Mon Jun 19 2023 dmueller@suse.com
- 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 dmueller@suse.com
- add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 mcepl@suse.com
- Make calling of %{sle15modernpython} optional.
* Sun Jan 29 2023 dmueller@suse.com
- update to 2.1.2:
* Fix ``striptags`` not stripping tags containing newlines.
* Fri Jun 24 2022 me@manueljacob.de
- 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 asn@cryptomilk.org
- 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@gmx.de
- 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`
* Sun Jun 13 2021 michael@stroeder.com
- skip building for Python 2.x
* Tue Jun 01 2021 alarrosa@suse.com
- Update to v2.0.1
* Mark top-level names as exported so type checking understands
imports in user projects.
* Fix some types that weren’t available in Python 3.6.0.
- Update to v2.0.0
* Drop Python 2.7, 3.4, and 3.5 support.
* Markup.unescape uses html.unescape() to support HTML5 character
references. #117
* Add type annotations for static typing tools. #149
* Fri Apr 16 2021 dmueller@suse.com
- allow tests to be disabled (still on by default)
* Tue Mar 05 2019 tchvatal@suse.com
- Update to 1.1.1:
* Fix segfault when __html__ method raises an exception when
using the C speedups. The exception is now propagated
correctly. (#109)
* Thu Feb 21 2019 jayvdb@gmail.com
- Update to v1.1.0
- Drop support for Python 2.6 and 3.3.
- Build wheels for Linux, Mac, and Windows, allowing systems without
a compiler to take advantage of the C extension speedups
- Use newer CPython API on Python 3, resulting in a 1.5x speedup
- ``escape`` wraps ``__html__`` result in ``Markup``, consistent with
documented behavior
- Switch to using pytest in %check as setup.py test no longer works
- Use more precise URL https://github.com/pallets/markupsafe
- Add docs/ to %doc, including the changelog
- Remove AUTHORS from %doc, removed upstream in 6247e015
* Mon Jan 14 2019 kukuk@suse.de
- Use %license instead of %doc [bsc#1082318]
* Tue Apr 04 2017 jmatejek@suse.com
- update source url
- fix obs/prov to refer to old python
- drop _speedups.c from installed directory
* Wed Mar 22 2017 tbechtold@suse.com
- Add missing BuildRequires for python-rpm-macros
* Wed Mar 22 2017 tbechtold@suse.com
- update to 1.0.0
+ No upstream changelog
- Switch to singlespec approach
/usr/lib64/python3.11/site-packages/MarkupSafe-2.1.3.dist-info /usr/lib64/python3.11/site-packages/MarkupSafe-2.1.3.dist-info/INSTALLER /usr/lib64/python3.11/site-packages/MarkupSafe-2.1.3.dist-info/LICENSE.rst /usr/lib64/python3.11/site-packages/MarkupSafe-2.1.3.dist-info/METADATA /usr/lib64/python3.11/site-packages/MarkupSafe-2.1.3.dist-info/RECORD /usr/lib64/python3.11/site-packages/MarkupSafe-2.1.3.dist-info/REQUESTED /usr/lib64/python3.11/site-packages/MarkupSafe-2.1.3.dist-info/WHEEL /usr/lib64/python3.11/site-packages/MarkupSafe-2.1.3.dist-info/top_level.txt /usr/lib64/python3.11/site-packages/markupsafe /usr/lib64/python3.11/site-packages/markupsafe/__init__.py /usr/lib64/python3.11/site-packages/markupsafe/__pycache__ /usr/lib64/python3.11/site-packages/markupsafe/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/markupsafe/__pycache__/__init__.cpython-311.pyc /usr/lib64/python3.11/site-packages/markupsafe/__pycache__/_native.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/markupsafe/__pycache__/_native.cpython-311.pyc /usr/lib64/python3.11/site-packages/markupsafe/_native.py /usr/lib64/python3.11/site-packages/markupsafe/_speedups.cpython-311-aarch64-linux-gnu.so /usr/lib64/python3.11/site-packages/markupsafe/_speedups.pyi /usr/lib64/python3.11/site-packages/markupsafe/py.typed /usr/share/doc/packages/python311-MarkupSafe /usr/share/doc/packages/python311-MarkupSafe/README.rst /usr/share/doc/packages/python311-MarkupSafe/docs /usr/share/doc/packages/python311-MarkupSafe/docs/Makefile /usr/share/doc/packages/python311-MarkupSafe/docs/changes.rst /usr/share/doc/packages/python311-MarkupSafe/docs/conf.py /usr/share/doc/packages/python311-MarkupSafe/docs/escaping.rst /usr/share/doc/packages/python311-MarkupSafe/docs/formatting.rst /usr/share/doc/packages/python311-MarkupSafe/docs/html.rst /usr/share/doc/packages/python311-MarkupSafe/docs/index.rst /usr/share/doc/packages/python311-MarkupSafe/docs/license.rst /usr/share/doc/packages/python311-MarkupSafe/docs/make.bat /usr/share/licenses/python311-MarkupSafe /usr/share/licenses/python311-MarkupSafe/LICENSE.rst
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Feb 9 17:46:23 2026