Mercurial > p > roundup > code
diff CHANGES.txt @ 7684:3eca3462ba0c
fix: add support for dicttoxml2.py
The older dicttoxml.py uses a type alias collections.Iterator that is
removed post Python 3.10. Add support for dictoxml.py updated
replacement.
Norbert SCHLEMMER found it when testing the arm docker under 3.12.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 26 Oct 2023 11:24:04 -0400 |
| parents | 9ceb85d9df32 |
| children | a27f30709d46 |
line wrap: on
line diff
--- a/CHANGES.txt Wed Oct 25 13:12:18 2023 -0400 +++ b/CHANGES.txt Thu Oct 26 11:24:04 2023 -0400 @@ -67,6 +67,10 @@ Rouillard) - disable proxy with wget in roundup_healthcheck. (Norbert SCHLEMMER Noschvie on github.com) +- support dicttoxml2.py for Roundup running on 3.7 and + newer. dicttoxml uses a type alias: collection.Iterator that is + dropped in Python 3.10. (found by Norbert SCHLEMMER, fix John + Rouillard) Features:
