Cheetah 3.3.3.post1

2024-02-28 Thread Oleg Broytman via Python-list
Hello! I'm pleased to announce version 3.3.3.post1, the first post-release of release 3.3.3 of branch 3.3 of CheetahTemplate3. What's new in CheetahTemplate3 == CI: - GHActions: Build and publish wheels on Linux/aarch64. What is CheetahTemplate3

SQLObject 3.11.0

2023-11-11 Thread Oleg Broytman via Python-list
Hello! I'm pleased to announce version 3.11.0, the first stable release of branch 3.11 of SQLObject. What's new in SQLObject === Features * Continue working on ``SQLRelatedJoin`` aliasing introduced in 3.10.2. When a table joins with itself calling ``relJoinCol

SQLObject 3.10.3

2023-10-25 Thread Oleg Broytman via Python-list
Hello! I'm pleased to announce version 3.10.3, the 3rd bugfix release of branch 3.10 of SQLObject. What's new in SQLObject === The contributors for this release are Igor Yudytskiy and shuffle (github.com/shuffleyxf). Thanks! Bug fixes - * Relaxed aliasing in ``SQLR

Cheetah 3.3.3

2023-10-22 Thread Oleg Broytman via Python-list
Hello! I'm pleased to announce version 3.3.3, the fourth release of branch 3.3 of CheetahTemplate3. What's new in CheetahTemplate3 == Minor features: - Protect ``import cgi`` in preparation to Python 3.13. Tests: - Run tests with Python 3.12. CI: - GHActio

SQLObject 3.10.2

2023-08-09 Thread Oleg Broytman via Python-list
Hello! I'm pleased to announce version 3.10.2, a minor feature release and the second bugfix release of branch 3.10 of SQLObject. What's new in SQLObject === The contributor for this release is Igor Yudytskiy. Thanks! Minor features -- * Class ``Alias`` grows a

Cheetah 3.3.2

2023-08-08 Thread Oleg Broytman via Python-list
Hello! I'm pleased to announce version 3.3.2, the 2nd bug-fix of branch 3.3 of CheetahTemplate3. What's new in CheetahTemplate3 == The contributor for this release is nate.k. Thanks! Bug fixes: - Fixed printing to stdout in ``CheetahWrapper``. CI: - CI(GHAct