55 lines
2.1 KiB
Plaintext
55 lines
2.1 KiB
Plaintext
|
-------------------------------------------------------------------
|
||
|
Sun Jun 11 20:53:59 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||
|
|
||
|
- Update to 0.19.0
|
||
|
* Add support for setting cursor `row_factory` (#229)
|
||
|
* Dropped unused compatibility shims for 3.5 and 3.6
|
||
|
* Deprecated: Python 3.7 support will be dropped in v0.20.0
|
||
|
- Release 0.18.0
|
||
|
* Added support for `paramstyle` (#197)
|
||
|
* Better type hints for `isolation_level` (#172) and
|
||
|
`text_factory` (#179)
|
||
|
* Use stdlib typing module when possible (#114)
|
||
|
* Replace aiounittest with stdlib on 3.8+
|
||
|
* Docmentation improvements (#108)
|
||
|
* Dropped support for Python 3.7, added support for Python 3.10
|
||
|
and 3.11 (#208)
|
||
|
- Drop stdlib-typing_extensions.patch
|
||
|
* the upstream issue was accepted and the module was removed
|
||
|
but later introduced for Python < 3.8 due to a different case
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Fri May 14 07:10:11 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||
|
|
||
|
- Update to 0.17.0:
|
||
|
- Connection objects now raise ValueError when closed and a
|
||
|
command is executed (#79)
|
||
|
- Fix documented examples in readme (#104)
|
||
|
- Reduce logging severity for exceptions (#93)
|
||
|
- Stop logging result objects; they can be big (#102)
|
||
|
- Add stdlib-typing_extensions.patch to avoid necessity for BR
|
||
|
python-typing_extensions (gh#omnilib/aiosqlite#114).
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Sat Nov 28 04:23:48 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||
|
|
||
|
- Update to v0.16.0
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Tue Apr 21 13:27:44 UTC 2020 - Matthias Fehring <buschmann23@opensuse.org>
|
||
|
|
||
|
- update to version 0.12.0
|
||
|
* Add support for custom functions (#58)
|
||
|
* Official support for Python 3.8
|
||
|
- update to version 0.11.0
|
||
|
* Added support for set_progress_handler (#49)
|
||
|
* Improved and updated documentation
|
||
|
- spec file changes
|
||
|
* add pythons to the build requires
|
||
|
* add python to the requires
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Tue Jul 2 16:31:08 UTC 2019 - Matthias Fehring <buschmann23@opensuse.org>
|
||
|
|
||
|
- initial package version 0.10.0
|