Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
sqlitebiter_sha256.txt | 2023-07-17 | 615 Bytes | |
sqlitebiter_windows_amd64.zip | 2023-07-17 | 23.4 MB | |
sqlitebiter_macos_amd64.tar.gz | 2023-07-17 | 20.0 MB | |
sqlitebiter_0.36.2_jammy_amd64.deb | 2023-07-17 | 20.9 MB | |
sqlitebiter_0.36.2_linux_jammy_amd64.tar.gz | 2023-07-17 | 21.2 MB | |
sqlitebiter_0.36.2_focal_amd64.deb | 2023-07-17 | 20.4 MB | |
sqlitebiter_0.36.2_linux_focal_amd64.tar.gz | 2023-07-17 | 20.7 MB | |
README.md | 2023-07-17 | 1.1 kB | |
v0.36.2.tar.gz | 2023-07-17 | 105.2 kB | |
v0.36.2.zip | 2023-07-17 | 147.0 kB | |
Totals: 10 Items | 126.9 MB | 0 |
What's Changed
- Fix Installation: dpkg (.deb package) by @brendonmiranda in https://github.com/thombashi/sqlitebiter/pull/90
- Drop support for Python 3.6
- Add support for Python 3.11
- Update os of build environments
- Drop support for Ubuntu 18.04
- Add support for Ubuntu 22.04
- Update dependencies:
- allow
appconfigpy
v2 - allow
pathvalidate
v3 - allow
ujson
v5 - bump minimum version constraint of
SimpleSQLite
- Improve the installer script
- Remove dependency from the installer script to GitHub-API and
jq
- Add an error check of asset existence
- Add integrity check of the archive file
- Modify to use cache
- Reduce execution binary file size
- Modify to use
pypa/build
for package build - Add
docs
extras - Fix a return value of
TableConverter._convert_nb
New Contributors
- @brendonmiranda made their first contribution in https://github.com/thombashi/sqlitebiter/pull/90
Full Changelog: https://github.com/thombashi/sqlitebiter/compare/v0.36.1...v0.36.2