Path to this page:
./
databases/py-aiosqlite,
Async bridge to the standard sqlite3 module
Branch: CURRENT,
Version: 0.21.0nb1,
Package name: py312-aiosqlite-0.21.0nb1,
Maintainer: pkgsrc-usersAsyncIO bridge to the standard sqlite3 module for Python 3.5+.
Required to run:[
databases/py-sqlite3] [
lang/python310]
Master sites:
Filesize: 13.139 KB
Version history: (Expand)
- (2025-02-23) Updated to version: py312-aiosqlite-0.21.0nb1
- (2025-02-05) Updated to version: py312-aiosqlite-0.21.0
- (2024-02-21) Updated to version: py311-aiosqlite-0.20.0
- (2023-10-28) Updated to version: py311-aiosqlite-0.19.0nb2
- (2023-10-23) Updated to version: py311-aiosqlite-0.19.0nb1
- (2023-04-30) Updated to version: py310-aiosqlite-0.19.0
CVS history: (Expand)
2025-02-23 21:15:15 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-aiosqlite: adapt for flit_core 3.11.
Bump PKGREVISION.
|
2025-02-05 20:49:25 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-aiosqlite: updated to 0.21.0
0.21.0
Fix: close connection correctly when BaseException raised in connection
Metadata improvements
Tested and supported on Python 3.13
Drop support for Python 3.8
Drop testing on PyPy
|
2024-02-21 12:04:05 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-aiosqlite: updated to 0.20.0
v0.20.0
Feature release
- Connection `.close()` method is now idempotent
- Performance improvements in connection thread and event loop
- Updated contributor guide
- Tested on Python 3.12
- Dropped support for Python 3.7
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) |  |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|
2023-04-30 12:45:23 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
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
|
2023-01-24 00:41:20 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-aiosqlite: add missing py-sqlite3 dependency
|
2023-01-23 22:10:59 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-aiosqlite: remove TEST_DEPENDS
|
2023-01-23 22:09:17 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-aiosqlite: updated to 0.18.0
v0.18.0
-------
Feature release
- Added support for `paramstyle`
- Better type hints for `isolation_level`
- Use stdlib typing module when possible
- Replace aiounittest with stdlib on 3.8+
- Docmentation improvements
- Dropped support for Python 3.7, added support for Python 3.10 and 3.11
|