- Update to 0.9.0:
* Added
+ Allow SQLite query parameters and support cached databases
+ Support for unix socket for aiomysql and asyncmy
* Changed
+ Drop support for Python 3.7 and add support for Python 3.12
+ Add support for SQLAlchemy 2+
+ Allow SSL string parameters in PostgresSQL URL
+ Change isolation connections and transactions during concurrent usage
+ Bump up asyncmy version to fix No module named 'asyncmy.connection'
* Fixed
+ Fix the type-hints using more standard mode
- Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/request/show/1201498
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-databases?expand=0&rev=9
* Added
+ Allow SQLite query parameters and support cached databases
+ Support for unix socket for aiomysql and asyncmy
* Changed
+ Drop support for Python 3.7 and add support for Python 3.12
+ Add support for SQLAlchemy 2+
+ Allow SSL string parameters in PostgresSQL URL
+ Change isolation connections and transactions during concurrent usage
+ Bump up asyncmy version to fix No module named 'asyncmy.connection'
* Fixed
+ Fix the type-hints using more standard mode
- Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-databases?expand=0&rev=17
- Add patch sqlalchemy1442.patch to make it compatible with latest sqlalchemy
gh#encode/databases#513
- Remove python_module macro definition
- Update to 0.6.2:
* Pinned SQLAlchemy <=1.4.41 to avoid breaking changes (#520).
- 0.6.1:
* Improve typing for Transaction (#493)
* Allow string indexing into Record (#501)
- 0.6.0:
* Dropped Python 3.6 support (#458)
* Add _mapping property to the result set interface (#447 )
* Add contributing docs (#453 )
* Fix query result named access (#448)
* Fix connections getting into a bad state when a task is cancelled (#457)
* Revert #328 parallel transactions (#472)
* Change extra installations to specific drivers (#436)
- 0.5.5:
* Revert the change of Record type to Sequence from Mapping(#408) to maintain
backward compatibility
- 0.5.4:
* Support for Unix domain in connections (#423)
* asyncmy MySQL driver (#382)
* Fix SQLite fetch queries with multiple parameters (#435)
* Change Record type to Sequence (#408)
OBS-URL: https://build.opensuse.org/request/show/1037887
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-databases?expand=0&rev=6
gh#encode/databases#513
- Remove python_module macro definition
- Update to 0.6.2:
* Pinned SQLAlchemy <=1.4.41 to avoid breaking changes (#520).
- 0.6.1:
* Improve typing for Transaction (#493)
* Allow string indexing into Record (#501)
- 0.6.0:
* Dropped Python 3.6 support (#458)
* Add _mapping property to the result set interface (#447 )
* Add contributing docs (#453 )
* Fix query result named access (#448)
* Fix connections getting into a bad state when a task is cancelled (#457)
* Revert #328 parallel transactions (#472)
* Change extra installations to specific drivers (#436)
- 0.5.5:
* Revert the change of Record type to Sequence from Mapping(#408) to maintain
backward compatibility
- 0.5.4:
* Support for Unix domain in connections (#423)
* asyncmy MySQL driver (#382)
* Fix SQLite fetch queries with multiple parameters (#435)
* Change Record type to Sequence (#408)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-databases?expand=0&rev=11