./textproc/py-markupsafe, Implements a unicode subclass that supports HTML strings

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.1.2, Package name: py310-markupsafe-2.1.2, Maintainer: kleink

MarkupSafe implements a unicode subclass that supports HTML strings.


Required to run:
[lang/python310]

Master sites:

Filesize: 18.633 KB

Version history: (Expand)


CVS history: (Expand)


   2023-03-17 20:45:42 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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)
   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: ----------------------------------------------------------------------