python3-defaults (3.14.2-1)
[PTS] [DDPO]
COMMITS: VCS has seen 3 commits since the 3.14.2-1 tag
- Git: https://salsa.debian.org/cpython-team/python3-defaults.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 356352
- Browser: https://salsa.debian.org/cpython-team/python3-defaults
- Last scan: 2026-06-03 09:42:10+00
- Next scan: 2026-06-11 16:30:00+00
- Merge requests: 1
- Debian changelog in Git:
python3-defaults (3.14.2-1) experimental; urgency=medium
* Upload to experimental.
* Make Python 3.14 the default version.
-- Stefano Rivera <stefanor@debian.org> Sun, 11 Jan 2026 07:26:55 -0400
- This branch is 3 commits ahead of tag 3.14.2-1
- Git log:
commit f22fb164dabd9b37acec822854e00a809fc369d5
Merge: bce63b5 601072c
Author: Stefano Rivera <stefanor@debian.org>
Date: Mon May 11 15:16:36 2026 +0000
Merge branch 'random_fixes' into 'master'
py3compile: ignore $PYTHONPYCACHEPREFIX
See merge request cpython-team/python3-defaults!20
commit 601072c7a6b711c332e8ac4050380d5d5f85eea1
Author: Jochen Sprickerhof <jspricke@debian.org>
Date: Tue Jul 8 14:14:16 2025 +0200
py3clean: make sure __pycache__ is removed
This also tries to remove each directory only once.
commit 35ec6bd810cccc697bdd7c6c1a840de38f832b2d
Author: Jochen Sprickerhof <jspricke@debian.org>
Date: Tue Jul 8 13:51:41 2025 +0200
py3compile: ignore $PYTHONPYCACHEPREFIX
We want to use the default value as it could be that .pyc files are not
created, otherwise.