py-aiosqlite: update to 0.19.0.

v0.19.0
-------

Feature release

- 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
This commit is contained in:
wiz 2023-04-30 10:45:23 +00:00
parent 93cbcdcdfb
commit c6eba96739
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.12 2023/01/23 23:41:20 wiz Exp $
# $NetBSD: Makefile,v 1.13 2023/04/30 10:45:23 wiz Exp $
DISTNAME= aiosqlite-0.18.0
DISTNAME= aiosqlite-0.19.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiosqlite/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.10 2023/01/23 21:09:17 adam Exp $
$NetBSD: distinfo,v 1.11 2023/04/30 10:45:23 wiz Exp $
BLAKE2s (aiosqlite-0.18.0.tar.gz) = e59e028bab0a211246a035ce1e204d2a3a6e31add8316a19b385ead7f22ad7c2
SHA512 (aiosqlite-0.18.0.tar.gz) = dcab1bac1b32a86f31957a2f297969ba25cf43cd129afba5810812124964640744cdcbf9764c0037adb9b6cd917cd816a26823578ffb16d864be19f92373d59f
Size (aiosqlite-0.18.0.tar.gz) = 27066 bytes
BLAKE2s (aiosqlite-0.19.0.tar.gz) = 3df423230c22146c69ff831f4b7a6127aecdc56e295d496e3328f90536f71b28
SHA512 (aiosqlite-0.19.0.tar.gz) = 56debffdb73b6ec98bb69ce2b711e53417cbcb06501a2dc94558157c2cd010f9f56345bcf5378a17eb064ac6bd5f3638650edffcd1f73883bdeae7476afa96e8
Size (aiosqlite-0.19.0.tar.gz) = 21832 bytes