summaryrefslogtreecommitdiff
path: root/textproc/py-markupsafe
AgeCommit message (Collapse)AuthorFilesLines
2017-03-14Update py-markupsafe to 1.0.kleink3-13/+10
Version 1.0 ----------- - Fixed custom types not invoking `__unicode__` when used with `format()`. - Added `__version__` module attribute - Improve unescape code to leave lone ampersands alone.
2016-06-08Switch to MASTER_SITES_PYPI.wiz1-2/+2
2015-11-04Add SHA512 digests for distfiles for textproc categoryagc1-1/+2
Problems found locating distfiles: Package cabocha: missing distfile cabocha-0.68.tar.bz2 Package convertlit: missing distfile clit18src.zip Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-05-14Update to 0.23. Changes not found.wiz4-83/+6
Remove unnecessary patches (for python-3.x compat).
2014-04-25Update to 0.21. Changes not found.wiz2-6/+6
2014-03-10Update py-markupsafe to 0.19.kleink2-6/+6
No changelog available; setup.py maintenance only.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-3/+1
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2013-05-23Fix Python 3.x build.joerg3-1/+78
2013-05-22Update py-markupsafe to 0.18.kleink2-6/+6
Version 0.18 ------------ - Fixed `__mul__` and string splitting on Python 3.
2013-05-21Make HOMEPAGE point to the project page.kleink1-2/+2
2013-05-21Update py-markupsafe to 0.17.kleink3-9/+8
0.17 * Fixed interpolation on tuples * Added travis file * Added a tiny note on Python 3
2013-05-21Import MarkupSafe-0.16 as textproc/py-markupsafe.kleink4-0/+46
MarkupSafe implements a unicode subclass that supports HTML strings.