commit 2e3a74b99090b5511207556ad9d4ed739c8e3dde
Author: Ritesh Raj Sarraf <rrs@debian.org>
Date: Tue Apr 21 20:16:21 2026 +0530
Release snapper-gui for release to Debian Unstable
commit 1f0f6f17e7ea22de97cd7844652d377b2f57b536
Author: Ritesh Raj Sarraf <rrs@debian.org>
Date: Tue Apr 21 20:12:58 2026 +0530
Drop runtime dependency on python3-importlib-resources
Because we are already doing enough hard checks to ensure
importlib.resources is imported
Closes: #1133271
```
❯ cat /usr/bin/snapper-gui
import re
import sys
__requires__ = 'snappergui==0.1'
try:
from importlib.metadata import distribution
except ImportError:
try:
from importlib_metadata import distribution
except ImportError:
from pkg_resources import load_entry_point
```
commit f1d06886f6d158205038156b8e27288cccfa4f9a
Author: Alexandre Detiste <alexandre.detiste@gmail.com>
Date: Sun Apr 5 16:43:01 2026 +0200
add debian/salsa-ci.yml
Among the 4 debian patches available in version 0git.960a94834f-8 of the package, we noticed the following issues: