summaryrefslogtreecommitdiff
path: root/databases/py-aiosqlite
AgeCommit message (Collapse)AuthorFilesLines
2022-01-10py-aiosqlite: convert to egg.mkwiz2-4/+9
2021-10-26databases: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (some may be only fetched conditionally): ./databases/cstore/distinfo D6.data.ros.gz ./databases/cstore/distinfo cstore0.2.tar.gz ./databases/cstore/distinfo data4.tar.gz
2021-10-07databases: Remove SHA1 distfile hashesnia1-2/+1
2021-02-22py-aiosqlite: updated to 0.17.0adam2-7/+7
v0.17.0 Feature release * Connection objects now raise ValueError when closed and a command is executed * Fix documented examples in readme
2021-01-24py-aiosqlite: updated to 0.16.1adam2-7/+7
v0.16.1 Bug fix release - Reduce logging severity for exceptions - Stop logging result objects; they can be big
2020-11-02py-aiosqlite: updated to 0.16.0adam3-8/+11
v0.16.0 ------- Feature release * Improved performance for async iteration on cursors * Support for deterministic user functions in Python 3.8+ * Reduced logging severity for exceptions returned from children * Fix InvalidStateError when setting future results * Allow user to catch exceptions from `close()` * Tested under Python 3.9
2020-07-15py-aiosqlite: updated to 0.15.0adam3-8/+14
v0.15.0 Feature release - Support for accessing connections from multiple event loops - Fixed type annotations for connection methods returning cursors - Move cursors into separate module from connections - Deprecated `loop` parameter to `connect()` and `Connection`
2020-07-12py-aiosqlite: updated to 0.14.1adam2-7/+7
v0.14.1 Bugfix release - Remove debugging print() calls. Oops!
2020-07-10py-aiosqlite: updated to 0.14.0adam3-9/+9
v0.14.0 - `Connection.backup()` now supported - PEP 561 support added to mark the package as type annotated - Better/fixed type annotations for context managers
2020-05-26py-aiosqlite: switch to distutilsadam2-8/+5
2020-05-23py-aiosqlite: added version 0.13.0adam4-0/+57
AsyncIO bridge to the standard sqlite3 module for Python 3.5+.