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

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.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.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

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

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

Cheetah 3.4.0

2024-12-02 Thread Oleg Broytman via Python-list
Hello! I'm pleased to announce version 3.4.0, the final release of branch 3.4 of CheetahTemplate3. What's new in CheetahTemplate3 == This release spans two topics: adapting to Python 3.13 and fixes in import hooks. Bug fixes: - Fixed ``ImportHooks``: it must rais

SQLObject 3.12.0.post2

2025-02-01 Thread Oleg Broytman via Python-list
Hello! I'm pleased to announce version 3.12.0.post2, the second post-release of release 3.12.0 of branch 3.12 of SQLObject. What's new in SQLObject === Installation/dependencies - * Use ``FormEncode`` 2.1.1 for Python 3.13. For a more complete list,

SQLObject 3.12.0

2024-12-20 Thread Oleg Broytman via Python-list
Hello! I'm pleased to announce version 3.12.0, the release of branch 3.12 of SQLObject. What's new in SQLObject === Drivers --- * Add support for CyMySQL; there're some problems with unicode yet. * Separate ``psycopg`` and ``psycopg2``; ``psycopg`` is actually ``psyc

SQLObject 3.13.0

2025-03-07 Thread Oleg Broytman via Python-list
Hello! I'm pleased to announce version 3.13.0, the first release of branch 3.13 of SQLObject. What's new in SQLObject === Drivers --- * Extended default list of MySQL drivers to ``mysqldb``, ``mysqlclient``, ``mysql-connector``, ``mysql-connector-python``, ``pymysql``