* 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)
* Fixes#628: DBAPIProvider.init() got multiple values for argument 'database'
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=22
* 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)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=19
- 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()
OBS-URL: https://build.opensuse.org/request/show/886454
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=16
* 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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=8