2024-02-06 22:47:09 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-markupsafe: updated to 2.1.5 Version 2.1.5 - Fix ``striptags`` not collapsing spaces. |
2024-01-20 09:04:00 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-markupsafe: updated to 2.1.4 Version 2.1.4 - Don't use regular expressions for ``striptags``, avoiding a performance |
2023-06-06 10:22:07 by Thomas Klausner | Files touched by this commit (2) | |
Log message: py-markupsafe: update to 2.1.3. Version 2.1.3 ------------- Released 2023-06-02 - Implement ``format_map``, ``casefold``, ``removeprefix``, and ``removesuffix`` methods. :issue:`370` - Fix static typing for basic ``str`` methods on ``Markup``. :issue:`358` - Use ``Self`` for annotating return types. :pr:`379` |
2023-03-17 20:45:42 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-markupsafe: updated to 2.1.2 Version 2.1.2 - Fix ``striptags`` not stripping tags containing newlines. |
2022-04-19 13:04:18 by Tobias Nygren | Files touched by this commit (1) |
Log message: py-markupsafe: not compatible with python 2.7 |
2022-04-18 15:35:43 by Jonathan Schleifer | Files touched by this commit (3) |
Log message: Update textproc/py-markupsafe to 2.1.1 Waaaaay to many versions skipped to provide a full change log here. |
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message: *: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS |
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message: textproc: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip |
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message: textproc: Remove SHA1 hashes for distfiles |
2019-02-25 17:27:24 by Klaus Klein | Files touched by this commit (2) |
Log message: py-markupsafe: Update to 1.1.1. Version 1.1.1 ------------- Released 2019-02-23 - Fix segfault when ``__html__`` method raises an exception when using the C speedups. The exception is now propagated correctly. (#109) |