Mercurial > p > roundup > code
diff CHANGES.txt @ 8495:1976dedb3319
build: prevent justhtml install < 3.10 python
The package says 3.10 or newer but does install on 3.8 (and maybe 3.9)
but the formatting is different (it's actually more like beautifulsoup
and dehtml output).
So rather than trying to fix the test when it shouldn't be installed
anyway just stop install if < 3.10.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 15 Dec 2025 09:42:41 -0500 |
| parents | 520075b29474 |
| children | 9caa03d7e091 |
line wrap: on
line diff
--- a/CHANGES.txt Mon Dec 15 00:52:41 2025 -0500 +++ b/CHANGES.txt Mon Dec 15 09:42:41 2025 -0500 @@ -64,10 +64,11 @@ config.ini. (John Rouillard) - issue2551152 - added basic PGP setup/use info to admin_guide. (John Rouillard) -- add support for the 'justhtml' html 5 parser library. It is written - in pure Python. Used to convert html emails into plain text. Faster - then beautifulsoup4 and it passes the html 5 standard browser test - suite. Beautifulsoup is still supported. (John Rouillard) +- add support for the 'justhtml' html 5 parser library for python >= + 3.10. It is written in pure Python. Used to convert html emails into + plain text. Faster then beautifulsoup4 and it passes the html 5 + standard browser test suite. Beautifulsoup is still supported. (John + Rouillard) 2025-07-13 2.5.0
