You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a few small fixes that I noticed during the 3.0.3 release, that could be made or investigated:
Move dbus service files into data/ or another subdir for cleanup. Also maybe move the flatpak file, see Flatpak improvements #743.
Drop LIBDIR from defs.py.in (for Debian reproducible builds), and maybe others too (only VERSION and DATADIR seems used).
Is data/hamster.db actually used? Does it define the initial db schema, or is it leftover from an old version? Yes, still used.
See if we can remove distutils import (it seems deprecated, and according to lintian removed in Python 3.12, though it does still seem to work in 3.12 so far).
Just a few small fixes that I noticed during the 3.0.3 release, that could be made or investigated:
data/
or another subdir for cleanup. Also maybe move the flatpak file, see Flatpak improvements #743.IsYes, still used.data/hamster.db
actually used? Does it define the initial db schema, or is it leftover from an old version?distutils
import (it seems deprecated, and according to lintian removed in Python 3.12, though it does still seem to work in 3.12 so far).subprocess.run
, see Improved versioning #738 (review)The text was updated successfully, but these errors were encountered: