SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python311-pony-0.7.19-31.2.noarch.rpm :

* Sat Aug 31 2024 Dirk Müller - update to 0.7.19:
* Python 3.12 support
* Fix JSON handling in SQLite >= 3.45
* Thu Apr 04 2024 Daniel Garcia - Do not run test_json, it fails with sqlite 3.45 gh#ponyorm/pony#704
* Fri Feb 16 2024 Ben Greiner - Disable python312 build: upstream is very adamant about not being compatible https://github.com/ponyorm/pony/blob/v0.7.17/setup.py#L112
* Mon Jan 22 2024 Dirk Müller - update to 0.7.17:
* Add Python 3.11 support; drop support for Python < 3.8
* Fix #636 nullable IntArray and StrArray
* Fix quoting table alias in MySQL DELETE queries
* Fix handling of default argument values in hybrid methods and functions- drop python-311.patch (upstream)
* Fri Feb 24 2023 Daniel Garcia - Add python-311.patch to support python 3.11, gh#ponyorm/pony#671
* Thu Feb 17 2022 Dirk Müller - update to 0.7.16:
* A long-awaited support of Python 3.10.
* A possibility to create shared-in memory SQLite databases that can be accessed from multiple threads
* Fixes #628: DBAPIProvider.init() got multiple values for argument \'database\'- remove b6599465524c4b5c9624dfa30dd3c8a5624b515d.patch (upstream)
* Wed Sep 15 2021 pgajdosAATTsuse.com- %check: use %pyunittest rpm macro
* Sun Apr 18 2021 Ben Greiner - Update to 0.7.14
* Add Python 3.9 support
* Allow to use kwargs in select: Entity.select(
*
*kwargs) and obj.collection.select(
*
*kwargs), a feature that was announced but actually missed from 0.7.7
* Add support for volatile collection attributes that don\'t throw \"Phantom object appeared/disappeared\" exceptions
* Fix negative timedelta conversions
* Pony should reconnect to PostgreSQL when receiving 57P01 error (AdminShutdown)
* Allow mixing compatible types (like int and float) in coalesce() arguments
* Support of subqueries in coalesce() arguments
* Fix using aggregated subqueries in ORDER BY section
* Fix queries with expressions like (x, y) in ((a, b), (c, d))
* #451: KeyError for seeds with unique attributes in SessionCache.update_simple_index()
* Mon Mar 09 2020 Tomáš Chvátal - Update to 0.7.13:
* support for python 3.8
* minor fixes
* Wed Dec 11 2019 Tomáš Chvátal - Require full python stack to ensure sqlite module
 
ICM