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.
- Sources inherited from project systemsmanagement:s...ack:bundle:testing
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout systemsmanagement:saltstack:bundle:testing:Debian10/saltbundlepy-markupsafe && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
MarkupSafe-2.1.1.tar.gz | 0000018668 18.2 KB | |
saltbundlepy-markupsafe.changes | 0000003534 3.45 KB | |
saltbundlepy-markupsafe.spec | 0000002115 2.07 KB |
Revision 3 (latest revision is 4)
Pablo Suárez Hernández (PSuarezHernandez)
accepted
request 991246
from
Victor Zhestkov (vzhestkov)
(revision 3)
- 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` - Added: * MarkupSafe-2.1.1.tar.gz - Removed: * MarkupSafe-2.0.1.tar.gz
Comments 0