python3.13 (3.13.12-1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 3.13.12-2 > 3.13.12-1
- Git: https://salsa.debian.org/cpython-team/python3.git -b python3.13
-
- Branch: python3.13
- Path: debian/changelog
- Repo size: 540672
- Browser: https://salsa.debian.org/cpython-team/python3/tree/python3.13
- Last scan: 2026-05-11 13:25:12+00
- Next scan: 2026-05-19 13:39:00+00
- Merge requests: 9
- Debian changelog in Git:
python3.13 (3.13.12-2) UNRELEASED; urgency=medium
[ Matthias Klose ]
* Explicitly build-depend on uuid-dev. LP: #2147343.
[ Colin Watson ]
* Drop libnsl-dev build-dependency, which is superfluous since the nis
module was removed in Python 3.13.
-- Matthias Klose <doko@debian.org> Tue, 07 Apr 2026 05:36:16 +0200
- This branch is 3 commits ahead of tag 3.13.12-1
- Git log:
commit 0aee1ba13f03baa3db7a1619d9e248e003d91201
Merge: b3ad752 0ae6384
Author: Stefano Rivera <stefanor@debian.org>
Date: Mon May 11 13:01:48 2026 +0000
Merge branch 'drop-libnsl-dev' into 'python3.13'
Drop libnsl-dev build-dependency
See merge request cpython-team/python3!38
commit 0ae63845cf39aa15e36ad5bbd46e49cb2d21978a
Author: Colin Watson <cjwatson@debian.org>
Date: Tue Jun 17 18:55:07 2025 +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).
commit b3ad75229fff05df935377788036a62cdacc5c32
Author: Matthias Klose <doko@ubuntu.com>
Date: Tue Apr 7 05:37:05 2026 +0200
* Explicitly build-depend on uuid-dev. LP: #2147343.