Search Criteria
Package Details: sqlite-utils 3.38-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sqlite-utils.git (read-only, click to copy) |
---|---|
Package Base: | sqlite-utils |
Description: | CLI tool and Python utility functions for manipulating SQLite databases |
Upstream URL: | https://sqlite-utils.datasette.io/ |
Licenses: | Apache |
Conflicts: | sqlite-utils |
Submitter: | NBonaparte |
Maintainer: | micwoj92 |
Last Packager: | micwoj92 |
Votes: | 6 |
Popularity: | 0.62 |
First Submitted: | 2021-07-01 21:06 (UTC) |
Last Updated: | 2025-06-25 20:32 (UTC) |
Dependencies (11)
- python-click
- python-click-default-groupAUR
- python-dateutil (python-dateutil-gitAUR)
- python-pluggy
- python-sqlite-fts4AUR
- python-tabulate (python-tabulate-gitAUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-hypothesis (check)
- python-pytest (check)
Latest Comments
micwoj92 commented on 2025-07-07 12:27 (UTC)
It is not related to "datetime parsing". This is because you have
python-sqlite-migrate
installed, as a workaround you can uninstall it and then rerun.hak8or commented on 2025-07-05 14:51 (UTC)
Has anyone had any luck with finding a resolution for the following failing test output? It's been happening on my system for ~ a month or so at this point, but I am not seeing any discussion on the upstream project nor in the arch forums or arch subreddit. Maybe my google-fu is lacking though.
I suspect it's related to datetime parsing based on this;
With the full output on pastebin (since comment length here is limited); https://pastebin.com/bMr4dE1B
Apparently this has something to do with some sqlite-migrate plugin and there was some discussion here in the past about a patch file, but I am not seeing either here.