./textproc/py-dominate, Python library for creating and manipulating HTML documents

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


Branch: CURRENT, Version: 2.9.1, Package name: py311-dominate-2.9.1, Maintainer: pkgsrc-users

Dominate is a Python library for creating and manipulating HTML documents using
an elegant DOM API. It allows you to write HTML pages in pure Python very
concisely, which eliminates the need to learn another template language, and
lets you take advantage of the more powerful features of Python.


Required to run:
[lang/python310]

Master sites:

Filesize: 36.831 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-22 10:14:48 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-dominate: updated to 2.9.1

2.9.1
Allow dominate to work in async contexts

2.9.0
Modernize setuptools support to use pyproject.toml

Replace the obsolete `setup.py` script and `setup.cfg` configuration
file with the modern PEP 621 `pyproject.toml` metadata.  This also
implies replacing the custom version/long-description grabbing logic
(that is broken with Python 3.12) with the features nowadays built-in
in setuptools.
   2023-11-05 23:11:37 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-dominate: not for Python 3.12

Next version will support it
https://github.com/Knio/dominate/issues/172
   2023-08-30 16:47:54 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-dominate: updated to 2.8.0

2.8.0

Fix incorrect context handling when a tag is used 2+ levels deeper than it was \ 
created.
   2022-11-03 12:57:39 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-dominate: updated to 2.7.0

2.7.0:
Bug fixed
   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
   2021-02-16 21:52:35 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-dominate: updated to 2.6.0

2.6.0:
Add get_current() to return the current active element in a with context.