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 we pages.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
13
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/python-MarkupSafe && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
MarkupSafe-1.1.1.tar.gz | 0000019151 18.7 KB | |
python-MarkupSafe.changes | 0000003774 3.69 KB | |
python-MarkupSafe.spec | 0000002244 2.19 KB |
Revision 20 (latest revision is 30)
Dominique Leuenberger (dimstar_suse)
accepted
request 681854
from
Tomáš Chvátal (scarabeus_iv)
(revision 20)
- 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) - 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
Comments 0