flit (3.12.0-1)
[PTS] [DDPO]
COMMITS: VCS has seen 3 commits since the debian/3.12.0-1 tag
- Git: https://salsa.debian.org/python-team/packages/flit.git
-
- Branch: debian/master
- Path: debian/changelog
- Repo size: 475136
- Browser: https://salsa.debian.org/python-team/packages/flit
- Last scan: 2025-07-12 12:21:06+00
- Next scan: 2025-07-20 07:30:00+00
- CI pipeline status: success
- Debian changelog in Git:
flit (3.12.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Don't refer to vendored tomli's LICENSE file, since we remove it when
building the Debian package.
* Stop skipping test_find_in_path; it passes again now.
-- Colin Watson <cjwatson@debian.org> Sun, 30 Mar 2025 20:10:20 +0100
- This branch is 3 commits ahead of tag debian/3.12.0-1
- Git log:
commit dba0ac5282ffe6823df1f0affff38bee3bcb4a14
Author: Alexandre Detiste <tchet@debian.org>
Date: Sat May 17 17:02:35 2025 +0200
drop old lintian override
commit 5d697507ae9a4879ab96806c2fe9b93c1a5d9cb7
Author: Alexandre Detiste <tchet@debian.org>
Date: Sat May 17 16:53:46 2025 +0200
drop support for Python <= 3.11 (will soon be old-old-stable)
commit 08a5535b120e7e4ee964417e4648dcaabc089ff8
Author: Alexandre Detiste <tchet@debian.org>
Date: Sat May 17 16:50:53 2025 +0200
remove tomli patch, we use tomllib from Py3.11+