14
0

- 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).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiosqlite?expand=0&rev=3
This commit is contained in:
2021-05-14 07:22:03 +00:00
committed by Git OBS Bridge
parent 32746db3d7
commit d1cba67840
5 changed files with 63 additions and 8 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
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>