Path to this page:
./
textproc/py-dominate,
Python library for creating and manipulating HTML documents
Branch: CURRENT,
Version: 2.9.1,
Package name: py312-dominate-2.9.1,
Maintainer: pkgsrc-usersDominate 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)
- (2024-11-11) Updated to version: py312-dominate-2.9.1
- (2024-01-22) Updated to version: py311-dominate-2.9.1
- (2023-08-30) Updated to version: py311-dominate-2.8.0
- (2022-11-03) Updated to version: py310-dominate-2.7.0
- (2022-01-05) Updated to version: py39-dominate-2.6.0nb1
- (2021-10-07) Updated to version: py39-dominate-2.6.0
CVS history: (Expand)
2024-01-22 10:14:48 by Adam Ciarcinski | Files touched by this commit (3) | |
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) | |
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) | |
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) | |
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.
|