python3.14 (3.14.5-1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 3.14.5-2 > 3.14.5-1
- Git: https://salsa.debian.org/cpython-team/python3.git -b python3.14
-
- Branch: python3.14
- Path: debian/changelog
- Repo size: 499712
- Browser: https://salsa.debian.org/cpython-team/python3/tree/python3.14
- Last scan: 2026-06-03 01:38:03+00
- Next scan: 2026-06-11 03:43:00+00
- Merge requests: 9
- Debian changelog in Git:
python3.14 (3.14.5-2) UNRELEASED; urgency=medium
[ Colin Watson ]
* Drop libnsl-dev build-dependency, which is superfluous since the nis
module was removed in Python 3.13.
[ Stefano Rivera ]
* Drop mention of gdbinit from README.debug. Closes: #1109449.
* Tidy up python3.X-config manpage. Closes: #1101810.
-- Colin Watson <cjwatson@debian.org> Mon, 11 May 2026 10:16:34 +0100
- This branch is 4 commits ahead of tag debian/3.14.5-1
- Git log:
commit eed10cc34282fe04ed45a279587d22036dc62e06
Author: Stefano Rivera <stefanor@debian.org>
Date: Tue Jun 2 12:58:40 2026 -0400
Tidy up python3.X-config manpage. Closes: #1101810.
commit 4ed81812bac740a8f55f0c631e72498ae93a8e33
Author: Stefano Rivera <stefanor@debian.org>
Date: Tue Jun 2 12:48:15 2026 -0400
Drop mention of gdbinit from README.debug. Closes: #1109449.
commit dbefbfae880b397a985947bfc3fca78ac46acdf0
Merge: 7070f81 cf25fcc
Author: Stefano Rivera <stefanor@debian.org>
Date: Mon May 11 13:01:22 2026 +0000
Merge branch 'drop-libnsl-dev-3.14' into 'python3.14'
Drop libnsl-dev build-dependency
See merge request cpython-team/python3!43
commit cf25fcc22aa40387f8170d1de3238a2c8c4ddd63
Author: Colin Watson <cjwatson@debian.org>
Date: Mon May 11 10:17:08 2026 +0100
Drop libnsl-dev build-dependency
This was added in Python 3.12 to fix https://bugs.debian.org/1065128.
However, it's superfluous in Python 3.13 since the nis module was
dropped as one of the "dead batteries"
(https://peps.python.org/pep-0594/#nis).