Changelog for
python3-pony-0.7.14-2.1.noarch.rpm :
* Sun Apr 18 2021 codeAATTbnavigator.de- 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 tchvatalAATTsuse.com- Update to 0.7.13:
* support for python 3.8
* minor fixes
* Wed Dec 11 2019 tchvatalAATTsuse.com- Require full python stack to ensure sqlite module
* Wed Apr 24 2019 pgajdosAATTsuse.com- version update to 0.7.10
* Python3.7 and PyPy decompiling fixes
* Fix reading NULL from Optional nullable array column
* Fix handling of empty arrays in queries
* #415: error message typo
* #432: PonyFlask - request object can trigger teardown_request without real request
* Fix GROUP CONCAT separator for MySQL- deleted sources - LICENSE (not needed)
* Fri Mar 01 2019 tchvatalAATTsuse.com- Update to 0.7.9:
* Fix handling of empty arrays and empty lists in queries
* Fix reading optional nullable array columns from database
* Array type support for PostgreSQL and SQLite
* isinstance() support in queries
* Support of queries based on collections: select(x for x in y.items)- Drop merged patch 0001-Fix-tests-failing-with-python-3.6.patch
* Thu Oct 25 2018 jengelhAATTinai.de- Ensure neutrality of description.
* Thu Oct 25 2018 alarrosaAATTsuse.com- Add BuildRequires: python2 for SLE12/Leap 42.3 so tests are passed successfully
* Wed Oct 24 2018 alarrosaAATTsuse.com- Added 0001-Fix-tests-failing-with-python-3.6.patch from upstream to fix the tests to run as expected.
* Mon Sep 24 2018 alarrosaAATTsuse.com- Initial release of python-pony 0.7.6