CVS log for pkgsrc/databases/py-aiosqlite/distinfo
Up to [cvs.NetBSD.org] / pkgsrc / databases / py-aiosqlite
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Feb 21 11:04:05 2024 UTC (9 months, 3 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
HEAD
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -4
lines
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
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Apr 30 10:45:23 2023 UTC (19 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -4
lines
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
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jan 23 21:09:17 2023 UTC (22 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -4
lines
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
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Oct 26 10:09:48 2021 UTC (3 years, 1 month ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
databases: Replace RMD160 checksums with BLAKE2s checksums
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
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Oct 7 13:35:35 2021 UTC (3 years, 2 months ago) by nia
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -2
lines
databases: Remove SHA1 distfile hashes
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Feb 22 10:28:58 2021 UTC (3 years, 9 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -5
lines
py-aiosqlite: updated to 0.17.0
v0.17.0
Feature release
* Connection objects now raise ValueError when closed and a command is executed
* Fix documented examples in readme
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Jan 24 20:08:38 2021 UTC (3 years, 10 months ago) by adam
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -5
lines
py-aiosqlite: updated to 0.16.1
v0.16.1
Bug fix release
- Reduce logging severity for exceptions
- Stop logging result objects; they can be big
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Nov 2 10:16:13 2020 UTC (4 years, 1 month ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -5
lines
py-aiosqlite: updated to 0.16.0
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
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Jul 15 14:07:51 2020 UTC (4 years, 4 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -5
lines
py-aiosqlite: updated to 0.15.0
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`
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jul 12 17:46:29 2020 UTC (4 years, 5 months ago) by adam
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -5
lines
py-aiosqlite: updated to 0.14.1
v0.14.1
Bugfix release
- Remove debugging print() calls. Oops!
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jul 10 14:44:47 2020 UTC (4 years, 5 months ago) by adam
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -5
lines
py-aiosqlite: updated to 0.14.0
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
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat May 23 08:20:54 2020 UTC (4 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
py-aiosqlite: added version 0.13.0
AsyncIO bridge to the standard sqlite3 module for Python 3.5+.
CVSweb <webmaster@jp.NetBSD.org>