snapper-gui (0git.960a94834f-8)
[PTS] [DDPO]
COMMITS: VCS has seen 3 commits since the debian/0git.960a94834f-7 tag
- Git: https://salsa.debian.org/debian/snapper-gui.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 1036288
- Browser: https://salsa.debian.org/debian/snapper-gui
- Last scan: 2026-09-04 02:39:02+00
- Error: https://salsa.debian.org/api/v4/projects/debian%2Fsnapper-gui API request failed: 401 Unauthorized at /srv/qa.debian.org/data/vcswatch/vcswatch line 410.
- Next scan: 2026-09-12 11:35:00+00
- Debian changelog in Git:
snapper-gui (0git.960a94834f-8) unstable; urgency=medium
* [805eb241] Drop runtime dependency on python3-importlib-resources
(Closes: #1133271)
-- Ritesh Raj Sarraf <rrs@debian.org> Tue, 21 Apr 2026 20:15:56 +0530
- This branch is 3 commits ahead of tag debian/0git.960a94834f-7
- Git log:
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