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
|
2022-01-10 23:03:45 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-aiosqlite: convert to egg.mk
|
2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417) |
Log message:
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
|
2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Remove SHA1 distfile hashes
|
2021-02-22 11:28:59 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
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
|