python3.11 (3.11.1-2)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 3.11.1-3 > 3.11.1-2
- Git: https://salsa.debian.org/cpython-team/python3.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 5509120
- Browser: https://salsa.debian.org/cpython-team/python3
- Last scan: 2023-02-02 13:09:52+00
- Next scan: 2023-02-08 20:00:00+00
- Merge requests: 6
- Debian changelog in Git:
python3.11 (3.11.1-3) UNRELEASED; urgency=medium
* Revert pip importlib.metadata workaround, fixed in pip 22.2.
* Declare python3.11 to be PEP 668 EXTERNALLY-MANAGED.
- Update and install README.venv, explaining this.
- Remove EXTERNALLY-MANAGED in autopkgtests that test behaviour without
it.
* Recommend ca-certificates from python3.11. Closes: #960869.
* Configure --with-ssl-default-suites=openssl. Closes: #1026802.
-- Stefano Rivera <stefanor@debian.org> Mon, 19 Dec 2022 17:08:44 -0400
- This branch is 13 commits ahead of tag 3.11.1-1
- Git log:
commit 383262addf69f434d59235e7e3049df6fba83133
Author: Stefano Rivera <stefanor@debian.org>
Date: Thu Feb 2 08:20:18 2023 -0400
Remove EXTERNALLY-MANAGED in autopkgtests that test behaviour without it.
commit 5a3c6f072712160fe4fe43e8c577f97b3a62a7f3
Author: Stefano Rivera <stefanor@debian.org>
Date: Wed Feb 1 19:25:31 2023 -0400
Update and install README.venv, explaining this.
commit 467fcef005ed4214156b846ec35a8cc496f7222e
Author: Stefano Rivera <stefanor@debian.org>
Date: Wed Feb 1 16:47:28 2023 -0400
Configure --with-ssl-default-suites=openssl. Closes: #1026802.
commit a008847b798970590886e9e29481089ba36f63a5
Author: Stefano Rivera <stefanor@debian.org>
Date: Sun Jan 29 08:20:36 2023 -0400
Recommend ca-certificates from python3.11. Closes: #960869.
commit 05704a69ad8dbb05455154d0e320df946d518b61
Author: Stefano Rivera <stefanor@debian.org>
Date: Sat Jan 21 10:53:29 2023 -0400
Declare python3.11 to be PEP 668 EXTERNALLY-MANAGED.
commit 06843e8d84b56ae30cee969a2436ef9383af2e49
Merge: d462775 f07ecb3
Author: Stefano Rivera <stefanor@debian.org>
Date: Sat Jan 21 14:52:21 2023 +0000
Merge branch 'pep-668' into 'master'
Provide a PEP-668 EXTERNALLY-MANAGED file in libpython3.X-stdlib
See merge request cpython-team/python3!28
commit f07ecb39a5865a46ec0fb7acedae8e4a1fd3c06e
Author: Stefano Rivera <stefanor@debian.org>
Date: Sat Jan 21 10:50:19 2023 -0400
Explain EXTERNALLY-MANAGED in README.venv
commit d462775662ec303d506577eb15918a9f00b6b198
Merge: d829145 6e6cc41
Author: Stefano Rivera <stefanor@debian.org>
Date: Sat Jan 21 14:51:09 2023 +0000
Merge branch 'revert-importlib-metadata' into 'master'
Revert pip importlib.metadata workaround, fixed in pip 22.2.
See merge request cpython-team/python3!27
commit e409c516070369b1d3c965db5e73eaf2c3c464f4
Author: Stefano Rivera <stefanor@debian.org>
Date: Fri Jan 20 21:54:12 2023 -0400
Replace README.venv with something that describes the current state of the universe
commit 474a9e7566ddfa877355013089ce8ddf58dae80f
Author: Stefano Rivera <stefanor@debian.org>
Date: Fri Jan 20 21:51:58 2023 -0400
Provide a PEP-668 EXTERNALLY-MANAGED file in libpython3.X-stdlib.
commit 6e6cc419ab807e2ebb4fb54358028bf66dca3a53
Author: Stefano Rivera <stefanor@debian.org>
Date: Mon Dec 19 17:10:46 2022 -0400
Revert pip importlib.metadata workaround, fixed in pip 22.2.
commit d82914577a0f04cfff06d0dc7a75df12379d9c71
Author: Matthias Klose <doko@ubuntu.com>
Date: Sat Dec 31 11:28:15 2022 +0100
* Fix FTCBFS: Pass --with-build-python (Helmut Grohne). Closes: #1024297.
commit 32a84096eaf0b98c0ddba70565a672a76b16c97d
Author: Matthias Klose <doko@ubuntu.com>
Date: Sat Dec 31 11:25:04 2022 +0100
* Fix NameError exception in venv init (Daniel Andersson). Closes: #1026448.