2018-11-16 16:46:17 by Klaus Klein | Files touched by this commit (3) |
Log message:
py-markupsafe: Update to 1.1.0.
Version 1.1.0
-------------
Released 2018-11-05
- 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. (104)
- Use newer CPython API on Python 3, resulting in a 1.5x speedup.
(64)
- ``escape`` wraps ``__html__`` result in ``Markup``, consistent with
documented behavior. (69)
CVs: ----------------------------------------------------------------------
|
2017-03-14 14:36:17 by Klaus Klein | Files touched by this commit (3) |
Log message:
Update py-markupsafe to 1.0.
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-08 19:43:49 by Thomas Klausner | Files touched by this commit (356) |
Log message:
Switch to MASTER_SITES_PYPI.
|
2015-11-04 03:00:17 by Alistair G. Crooks | Files touched by this commit (797) |
Log message:
Add SHA512 digests for distfiles for textproc category
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-14 10:45:08 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 0.23. Changes not found.
Remove unnecessary patches (for python-3.x compat).
|
2014-04-25 10:55:41 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.21. Changes not found.
|
2014-03-10 10:14:13 by Klaus Klein | Files touched by this commit (2) |
Log message:
Update py-markupsafe to 0.19.
No changelog available; setup.py maintenance only.
|
2014-01-25 11:30:32 by Thomas Klausner | Files touched by this commit (533) | |
Log message:
Mark packages as not ready for python-3.x where applicable;
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-23 17:08:26 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Fix Python 3.x build.
|
2013-05-22 13:52:43 by Klaus Klein | Files touched by this commit (2) |
Log message:
Update py-markupsafe to 0.18.
Version 0.18
------------
- Fixed `__mul__` and string splitting on Python 3.
|