python3.11 (3.11.2-6+deb12u6) bookworm; urgency=medium
* Non-maintainer upload.
* CVE-2025-0938: urlparse accepted hostname containing [ or ]
* CVE-2025-1795: Don't encode list separators in email headers
-- Adrian Bunk <bunk@debian.org> Mon, 28 Apr 2025 17:11:48 +0300
python3.11 (3.11.2-6+deb12u5) bookworm; urgency=medium
* Non-maintainer upload.
* CVE-2023-27043: Reject malformed addresses in email.parseaddr()
(Closes: #1059298)
* CVE-2024-6923: Encode newlines in headers in the email module
* CVE-2024-7592: Quadratic complexity parsing cookies with backslashes
* CVE-2024-9287: venv activation scripts did't quote paths
* CVE-2024-11168: urllib functions improperly validated bracketed hosts
-- Adrian Bunk <bunk@debian.org> Sat, 30 Nov 2024 23:22:50 +0200
python3.11 (3.11.2-6+deb12u4) bookworm; urgency=medium
* Fix zipfile.Path regression introduced by 3.11.2-6+deb12u3
(Closes: 1080245)
* Fix CVE-2024-6232: Regular expressions that allowed excessive backtracking
during tarfile.TarFile header parsing are vulnerable to ReDoS via
specifically-crafted tar archives
-- Santiago Ruano Rincón <santiagorr@riseup.net> Sat, 14 Sep 2024 00:00:30 -0300
python3.11 (3.11.2-6+deb12u3) bookworm-security; urgency=medium
* CVE-2024-0397
* CVE-2024-4032
* CVE-2024-8088
-- Moritz Mühlenhoff <jmm@debian.org> Mon, 26 Aug 2024 09:20:54 +0200
python3.11 (3.11.2-6+deb12u2) bookworm; urgency=medium
[ Steve McIntyre ]
* Apply upstream security fix for CVE-2024-0450
Protect zipfile from "quoted-overlap" zipbomb.
Closes: #1070133
* Apply and tweak upstream security fix for CVE-2023-6597
tempfile.TemporaryDirectory: fix symlink bug in cleanup
Closes: #1070135
[ Stefano Rivera ]
* Apply upstream patch to avoid a potential null pointer dereference in
fileutils.
* Apply upstream security fix for CVE-2023-41105
os.path.normpath(): Path truncation at null bytes.
* Apply upstream security fix for CVE-2023-40217
Avoid bypass TLS of handshake protections on closed sockets.
* Apply upstream security fix for CVE-2023-24329
Strip C0 control and space characters in urlsplit.
-- Stefano Rivera <stefanor@debian.org> Thu, 02 May 2024 07:59:08 -0400
python3.11 (3.11.2-6+deb12u1) bookworm; urgency=medium
[ Anders Kaseorg ]
* Fix a use-after-free crash when deallocating a frame object
(closes: #1050843).
-- Stefano Rivera <stefanor@debian.org> Sat, 02 Mar 2024 16:28:50 -0400
python3.11 (3.11.2-6) unstable; urgency=high
[ Stefano Rivera ]
* Explain more ways to pass --break-system-packages to pip.
[ Matthias Klose ]
* Fix syntax error in python3-dbg-config script. LP: #2009967.
-- Matthias Klose <doko@debian.org> Mon, 13 Mar 2023 13:18:29 +0100
python3.11 (3.11.2-5) unstable; urgency=medium
[ Matthias Klose ]
* Update VCS attributes.
* Fix error message for 'python3 -m venv dir`, when python3-venv
is not installed. Closes: #1026268.
[ Stefano Rivera ]
* Mention that deleting EXTERNALLY-MANAGED is an option, in README.venv.
* Patch: fix deadlock at shutdown when clearing thread states.
Closes: #1032019.
* Override expat embedded-library lintian false-positives. (See: #1031859)
-- Matthias Klose <doko@debian.org> Sun, 05 Mar 2023 09:28:49 +0100
python3.11 (3.11.2-4) unstable; urgency=medium
[ Stefano Rivera ]
* Revert the CCSHARED patch to test_customize_compiler, this was WIP and
didn't work.
[Matthias Klose]
* Remove build dependency on libb2-dev, oldish library.
* Build with internal mpdecimal library, so that mpdecimal can be removed
for bookworm.
-- Matthias Klose <doko@debian.org> Sun, 12 Feb 2023 01:48:52 +0100
python3.11 (3.11.2-3) unstable; urgency=medium
[ Stefano Rivera ]
* Refresh patches.
* 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.
* Recommend ca-certificates from python3.11. Closes: #960869.
* Configure --with-ssl-default-suites=openssl. Closes: #1026802.
* Update watch file.
* Include CCSHARED override in distutils test_customize_compiler.
[Matthias Klose]
* Really new upstream version.
* Configure --with-ssl-default-suites=openssl. Closes: #1009189.
* Build-depend on libb2-dev.
* Fix removing Debian build flags from _sysconfigdata. LP: #2006738.
-- Matthias Klose <doko@debian.org> Fri, 10 Feb 2023 05:59:34 +0100
python3.11 (3.11.2-1) unstable; urgency=medium
* New upstream version.
-- Matthias Klose <doko@debian.org> Mon, 06 Feb 2023 21:27:04 +0100
python3.11 (3.11.1-2) unstable; urgency=medium
* Fix NameError exception in venv init (Daniel Andersson). Closes: #1026448.
* Fix FTCBFS: Pass --with-build-python (Helmut Grohne). Closes: #1024297.
-- Matthias Klose <doko@debian.org> Sat, 31 Dec 2022 11:23:59 +0100
python3.11 (3.11.1-1) unstable; urgency=medium
* Python 3.11.1 release.
-- Matthias Klose <doko@debian.org> Wed, 07 Dec 2022 09:49:13 +0100
python3.11 (3.11.0-3) unstable; urgency=medium
* Fix valgrind detection.
-- Matthias Klose <doko@debian.org> Fri, 04 Nov 2022 10:23:33 +0100
python3.11 (3.11.0-2) unstable; urgency=medium
* Update to the 3.11 branch 2022-11-03.
- debian/patches/CVE-2022-42919.patch: don't use Linux abstract sockets
in Lib/multiprocessing/connection.py.
- CVE-2022-42919
* Fix GDB auto-load files. Closes: #1017913.
* Add support for systemd-binfmt. Closes: #1013973.
* libpython3.11-dev: Install Python.asdl and python.gram. Closes: #1022951.
* Configure the python3-dbg interpreter --with-valgrind. Closes: #1006315.
* Bump standards version.
-- Matthias Klose <doko@debian.org> Thu, 03 Nov 2022 16:41:50 +0100
python3.11 (3.11.0-1) unstable; urgency=medium
* Python 3.11.0 release.
* Update symbols files.
-- Matthias Klose <doko@debian.org> Mon, 24 Oct 2022 23:26:25 +0200
python3.11 (3.11.0~rc2-2) unstable; urgency=medium
[ Stefano Rivera ]
* autopkgtests: Support python3-setuptools >= 64, which does PEP-660
editable installs.
-- Matthias Klose <doko@debian.org> Sat, 01 Oct 2022 06:34:05 +0200
python3.11 (3.11.0~rc2-1) unstable; urgency=medium
* Python 3.11.0 release candidate 2.
-- Matthias Klose <doko@debian.org> Mon, 12 Sep 2022 18:20:24 +0200
python3.11 (3.11.0~rc1-1) unstable; urgency=medium
* Python 3.11.0 release candidate 1.
* Add python3.11-venv as a dependency for the testsuite* autopkg tests.
* Don't run the cppext test during the build.
* Fix two site and sysconfig tests.
-- Matthias Klose <doko@debian.org> Wed, 10 Aug 2022 13:16:05 +0200
python3.11 (3.11.0~b4-2) unstable; urgency=medium
* Work around https://github.com/pypa/pip/issues/11183.
-- Matthias Klose <doko@debian.org> Wed, 20 Jul 2022 12:00:00 +0200
python3.11 (3.11.0~b4-1) unstable; urgency=medium
* Python 3.11.0 beta 4 snapshot.
* Fix more references to 3.11 in the autopkg tests.
* Update local-doc-references patch for 3.11.
* Remove i386 specific symbols files.
* Update symbols files.
-- Matthias Klose <doko@debian.org> Wed, 13 Jul 2022 11:00:16 +0200
python3.11 (3.11.0~b3-2) unstable; urgency=medium
* Update symbols files for i386.
-- Matthias Klose <doko@debian.org> Thu, 09 Jun 2022 16:59:45 +0200
python3.11 (3.11.0~b3-1) unstable; urgency=medium
* Python 3.11.0 beta 3 snapshot.
* Refresh patches.
* Update symbols files.
* Adjust the minimal set (re now a package), make the ntpath import
conditional.
* Update autopkg tests for 3.11.
-- Matthias Klose <doko@debian.org> Wed, 08 Jun 2022 12:09:22 +0200
python3.10 (3.10.4-4) unstable; urgency=medium
* Source-only upload.
* Backport gh-78214: marshal: Stabilize FLAG_REF usage. Closes: #1010368.
-- Matthias Klose <doko@debian.org> Fri, 13 May 2022 14:08:11 +0200
python3.10 (3.10.4-3) unstable; urgency=medium
* Build a python3.10-nopie package, diverting the python3.10
executable.
* Build the python3.10 interpreter with PIE enabled. Closes: ##919134.
LP: #1452115.
* Fix build on ia64 (Adrian Glaubitz). Closes: #1008576.
-- Matthias Klose <doko@debian.org> Sat, 02 Apr 2022 11:04:19 +0200
python3.10 (3.10.4-2) unstable; urgency=medium
[ Stefano Rivera ]
* Avoid infinite recursion in _distutils_system_mod when
SETUPTOOLS_USE_DISTUTILS=local.
* Avoid crashing in `_distutils_system_mod` if we find an older version of
distutils (from before `_distutils_system_mod` was implemented).
-- Matthias Klose <doko@debian.org> Fri, 01 Apr 2022 17:03:31 +0200
python3.10 (3.10.4-1) unstable; urgency=medium
* Python 3.10.4 release.
-- Matthias Klose <doko@debian.org> Thu, 24 Mar 2022 14:07:27 +0100
python3.10 (3.10.3-2) unstable; urgency=medium
[ Stefano Rivera ]
* Change the "include" and "platinclude" paths in the "posix_local"
scheme to refer to the location of Python's headers, not the install
location for modules' C headers. Closes: #1007966
[ Matthias Klose ]
* Allow to build with PIE enabled by default, and build a separate
python3.10-nopie package. Not yet enabled for Debian.
-- Matthias Klose <doko@debian.org> Thu, 24 Mar 2022 12:42:32 +0100
python3.10 (3.10.3-1) unstable; urgency=medium
* Python 3.10.3 release.
-- Matthias Klose <doko@debian.org> Wed, 16 Mar 2022 18:19:40 +0100
python3.10 (3.10.2-7) unstable; urgency=medium
[ Stefano Rivera ]
* Use the same is_virtual_environment() proposed in PEP 668 across the site,
sysconfig, and distutils modules. Stop checking for PYTHONUSERBASE or
VIRTUAL_ENV environment variables.
* Correct assertion descriptions in module-install-* autopkgtests.
* Extend module-install-* autopkgtests to catch the issues fixed in -6:
- Check the directory that the modules are installed to.
- Check editable installs.
- Check pip-driven PEP-517 installs.
- Check that virtualenvs are seeded with the correct layout.
* Re-enable module-install-virtualenv.
-- Matthias Klose <doko@debian.org> Mon, 14 Mar 2022 06:18:40 +0100
python3.10 (3.10.2-6) unstable; urgency=medium
[ Matthias Klose ]
* Update to the 3.10 branch 2022-03-13.
* Add the test_multiprocessing_fork test to the failing autopkg tests,
and run them with a 2h timeout.
* Don't run the test_multiprocessing tests in the profile run.
[ Stefano Rivera ]
* Re-add accidentally dropped /local/ to paths in distutils unix_local
scheme.
* Add missing /local/ to data path in sysconfig posix_local scheme.
LP: #1964588.
* Improve support for setuptools > 60's bundled distutils in
_distutils_system_mod, supporting a wider range of versions and more
reliably selecting the posix_local scheme. Closes: #1004149.
* Use the same heuristics for scheme selection in sysconfig, as we use in
distutils.command.install. Closes: #1006707, LP: #1962791.
* Run the test suite with a 1hr timeout per module. Closes: #1000188.
-- Matthias Klose <doko@debian.org> Sun, 13 Mar 2022 07:20:35 +0100
python3.10 (3.10.2-5) unstable; urgency=medium
* Fix the marshal test after applying the fix for #1004558.
-- Matthias Klose <doko@debian.org> Sat, 26 Feb 2022 09:21:15 +0100
python3.10 (3.10.2-4) unstable; urgency=medium
* Provide a _distutils_system_mod module to customize distutils behaviour
for Debian's install layout (Stefano Rivera).
-- Matthias Klose <doko@debian.org> Fri, 25 Feb 2022 22:04:33 +0100
python3.10 (3.10.2-3) unstable; urgency=medium
* Apply again the updated sysconfig-debian-schemes patch (Alexandre Ghiti).
-- Matthias Klose <doko@debian.org> Fri, 25 Feb 2022 21:13:53 +0100
python3.10 (3.10.2-2) unstable; urgency=medium
* Make test suite support Expat >=2.4.5. Closes: #1006219.
* Build again using readline instead of libedit. Closes: #1005761.
* Serialize frozenset elements deterministically, taken from the trunk.
Closes: #1004558.
-- Matthias Klose <doko@debian.org> Tue, 22 Feb 2022 14:57:42 +0100
python3.10 (3.10.2-1) unstable; urgency=medium
* Python 3.10.2 release.
[ Stefano Rivera ]
* Migrate to individual wheel packages. Drop ensurepip-pkg-resources.diff,
pkg_resources is now shipped in the setuptools wheel. (Closes: #1003573)
* Mark module-install-user autopkgtest allow-stderr. (Closes: #1001722)
-- Matthias Klose <doko@debian.org> Sun, 16 Jan 2022 18:11:27 +0100
python3.10 (3.10.1-5) unstable; urgency=medium
* Allow stderr in the module-install-venv autopkg test.
-- Matthias Klose <doko@debian.org> Wed, 12 Jan 2022 16:42:55 +0100
python3.10 (3.10.1-4) unstable; urgency=medium
* Also apply the openssl-3 patch.
-- Matthias Klose <doko@debian.org> Wed, 12 Jan 2022 15:08:13 +0100
python3.10 (3.10.1-3) unstable; urgency=medium
* d/p/openssl-3.0.1-version-check.diff: cherry-picked from upstream
to fix the test suite against OpenSSL 3.0.1 (Simon Chopin).
LP: #1956765.
-- Matthias Klose <doko@debian.org> Mon, 10 Jan 2022 12:07:18 +0100
python3.10 (3.10.1-2) unstable; urgency=medium
* Run the module-install-local test with allow-stderr. Closes: #1001722.
-- Matthias Klose <doko@debian.org> Fri, 17 Dec 2021 00:04:04 +0100
python3.10 (3.10.1-1) unstable; urgency=medium
* Python 3.10.1 release.
* Depend on media-types instead of mime-support. Closes: #1000366.
* Update symbols files.
-- Matthias Klose <doko@debian.org> Tue, 07 Dec 2021 14:27:28 +0100
python3.10 (3.10.0-5) unstable; urgency=medium
* Build again the _dbm extension using libdb-dev.
-- Matthias Klose <doko@debian.org> Wed, 17 Nov 2021 07:49:13 +0100
python3.10 (3.10.0-4) unstable; urgency=medium
* Revert the backport for issue #45235 (argparse does not preserve
namespace with subparser defaults).
-- Matthias Klose <doko@debian.org> Thu, 11 Nov 2021 16:08:14 +0100
python3.10 (3.10.0-3) unstable; urgency=medium
* Update to the 3.10 branch 2021-10-17.
-- Matthias Klose <doko@debian.org> Sun, 17 Oct 2021 11:10:32 +0200
python3.10 (3.10.0-2) unstable; urgency=medium
* ensurepip: Install pkg_resources as well as setuptools (Stefano Rivera).
* Strip trailing '\n' from file names in py_compile (Graham Inggs).
* Update ia64 build flags (Adrian Glaubitz). Closes: #995987, #996002.
-- Matthias Klose <doko@debian.org> Mon, 11 Oct 2021 07:33:59 +0200
python3.10 (3.10.0-1) unstable; urgency=medium
* Python 3.10.0 release.
* Update symbols files.
* Annotate patches (Stefano Rivera).
* Use Python 3.10's native --with-wheel-pkg-dir= mechanism (Stefano Rivera).
-- Matthias Klose <doko@debian.org> Fri, 08 Oct 2021 14:10:19 +0200
python3.10 (3.10.0~rc2-2) unstable; urgency=medium
* More flags substitutions for LDFLAGS in _sysconfigdata.
* Bump standards version.
-- Matthias Klose <doko@debian.org> Fri, 24 Sep 2021 11:47:58 +0200
python3.10 (3.10.0~rc2-1) unstable; urgency=medium
* Python 3.10.0 release candidate 2.
* Update symbols files.
-- Matthias Klose <doko@debian.org> Thu, 09 Sep 2021 11:19:38 +0200
python3.10 (3.10.0~rc1-4) unstable; urgency=medium
* Fix the test_site test.
-- Matthias Klose <doko@debian.org> Mon, 06 Sep 2021 10:17:55 +0200
python3.10 (3.10.0~rc1-3) unstable; urgency=medium
* Tighten autopkg test dependencies.
-- Matthias Klose <doko@debian.org> Sun, 05 Sep 2021 11:32:32 +0200
python3.10 (3.10.0~rc1-2) unstable; urgency=medium
* Fix path to mkdir on a unified-/usr system. Addresses: #992775.
* Use command -v instead of which in shell scripts.
* Also don't run the test_concurrent_futures test on armhf and sparc64.
Closes: #991111.
-- Matthias Klose <doko@debian.org> Fri, 03 Sep 2021 09:33:09 +0200
python3.10 (3.10.0~rc1-1) unstable; urgency=medium
* Python 3.10.0 release candidate 1.
* Update symbols files.
* Fix CFLAGS in the python3.x-config scripts. Addresses: #992669.
* Support arc-linux-gnu in the multiarch header. Addresses: #992091.
* Don't run the test_concurrent_futures test on alpha. Addresses: #991110.
-- Matthias Klose <doko@debian.org> Thu, 02 Sep 2021 13:49:53 +0200
python3.10 (3.10.0~b4-1) experimental; urgency=medium
* Python 3.10.0 beta 4 snapshot.
-- Matthias Klose <doko@debian.org> Mon, 12 Jul 2021 22:28:24 +0200
python3.10 (3.10.0~b3-1) experimental; urgency=medium
* Python 3.10.0 beta 3 snapshot.
-- Matthias Klose <doko@debian.org> Fri, 18 Jun 2021 08:25:12 +0200
python3.10 (3.10.0~b2-1) experimental; urgency=medium
* Python 3.10.0 beta 2 snapshot.
-- Matthias Klose <doko@debian.org> Fri, 04 Jun 2021 10:45:30 +0200
python3.10 (3.10.0~b1-3) experimental; urgency=medium
* Try to detect whether python3-venv is missing (Stefano Rivera).
Closes: #977887.
-- Matthias Klose <doko@debian.org> Tue, 11 May 2021 08:19:33 +0200
python3.10 (3.10.0~b1-2) experimental; urgency=medium
* Add the headers key to the added Debian INSTALL_SCHEMES.
* Use libeditreadline-dev instead of libedit-dev as a build dependency.
* Refresh patches.
* When building 3.10 for releases newer than Debian 11 (bullseye) or
Ubuntu 21.04 (hirsute), build the _dbm extension using gdbm, and
include it in the python3-gdbm package.
Raise an ImportError when trying to import the _dbm module, if the
python3-gdbm package is not installed.
* Call python with -S when checking the minimal set of modules.
-- Matthias Klose <doko@debian.org> Thu, 06 May 2021 11:07:08 +0200
python3.10 (3.10.0~b1-1) experimental; urgency=medium
* Python 3.10.0 beta 1 snapshot.
* Drop the unused build dependency on libdb-dev.
* Prefer to build with libedit-dev instead of libreadline-dev. See #977732.
* Update symbols files.
-- Matthias Klose <doko@debian.org> Tue, 04 May 2021 06:21:11 +0200
python3.10 (3.10.0~a7-3) experimental; urgency=medium
* Build a python3.10-full package.
-- Matthias Klose <doko@debian.org> Tue, 06 Apr 2021 17:05:58 +0200
python3.10 (3.10.0~a7-1) experimental; urgency=medium
* Python 3.10.0 alpha 7 snapshot.
* Depend on media-types instead of mime-support. Addresses: #981016.
* Fix permissions and group for local directories. Addresses: #962422.
* Revert the fix for issue 42856 for now, need to update patches, to
not require particular wheel versions.
* Update symbols files.
* Move zlib1g-dev dependency to libpython3.9-dev. Addresses: #984580.
* Configure with --libdir=/usr/lib/$(DEB_HOST_MULTIARCH), recording the
correct LIBDIR in _sysconfigdata. Also adjust DESTSHARED to install
lib-dynload into the same location as before the configure change.
See issue #43229.
* Fix flags substitutions for _sysconfigdata.
* Autopkg tests:
- Run testsuite{,-dbg} autopkg tests with allow-stderr. Closes: #983305.
- Run again in testsuite instead of failing-tests: test_ftplib,
test_httplib test_imaplib test_nntplib test_poplib test_ssl.
- Run test_distutils and test_site tests again.
* Build idlelib/help.html from source, don't ship the pre-generated file.
-- Matthias Klose <doko@debian.org> Tue, 06 Apr 2021 14:56:07 +0200
python3.10 (3.10.0~a4-2) experimental; urgency=medium
* Configure again --with-system-libmpdec.
-- Matthias Klose <doko@debian.org> Mon, 11 Jan 2021 11:15:34 +0100
python3.10 (3.10.0~a4-1) experimental; urgency=medium
* Python 3.10.0 alpha 4 snapshot.
* Update symbols files.
-- Matthias Klose <doko@debian.org> Sun, 10 Jan 2021 14:40:53 +0100
python3.10 (3.10.0~a3-1) experimental; urgency=medium
* Python 3.10.0 alpha 3 snapshot.
* Update symbols files.
-- Matthias Klose <doko@debian.org> Tue, 08 Dec 2020 14:18:31 +0100
python3.10 (3.10.0~a2-1) experimental; urgency=medium
* Python 3.10.0 alpha 2 snapshot.
-- Matthias Klose <doko@ubuntu.com> Sat, 07 Nov 2020 09:09:33 +0100
python3.9 (3.9.0-5~20.04) focal-proposed; urgency=medium
* SRU: LP: #1899954. Backport Python 3.9.0 to 20.04 LTS.
-- Matthias Klose <doko@ubuntu.com> Tue, 20 Oct 2020 10:43:38 +0200
python3.9 (3.9.0-5) unstable; urgency=medium
* Update to the 3.9 branch 2020-10-19.
* python3.9-venv: Depend on python3-distutils.
-- Matthias Klose <doko@debian.org> Mon, 19 Oct 2020 11:51:18 +0200
python3.9 (3.9.0-4) unstable; urgency=medium
* Fix module-install-venv autopkg test dependency.
-- Matthias Klose <doko@debian.org> Sun, 18 Oct 2020 11:42:38 +0200
python3.9 (3.9.0-3) unstable; urgency=high
* Update to the 3.9 branch 2020-10-16.
* ensurepip: Don't try to import the _bundled module.
* Refresh patches.
* Add some autopkg tests for venv (Stefano Rivera).
-- Matthias Klose <doko@debian.org> Fri, 16 Oct 2020 19:57:59 +0200
python3.9 (3.9.0-2) unstable; urgency=medium
* Update to the 3.9 branch 2020-10-15.
* Build with -O1 on sh4 (Adrian Glaubitz). Closes: #972202.
* Don't run test_ttk_guionly test, timing on many buildds.
-- Matthias Klose <doko@debian.org> Thu, 15 Oct 2020 13:54:52 +0200
python3.9 (3.9.0-1) unstable; urgency=medium
* Python 3.9.0 release.
-- Matthias Klose <doko@debian.org> Mon, 05 Oct 2020 22:56:51 +0200
python3.9 (3.9.0~rc2-1) unstable; urgency=medium
* Python 3.9.0 release candidate 2.
-- Matthias Klose <doko@debian.org> Thu, 17 Sep 2020 12:40:00 +0200
python3.9 (3.9.0~rc1-1) unstable; urgency=medium
* Python 3.9.0 release candidate 1.
-- Matthias Klose <doko@debian.org> Wed, 12 Aug 2020 12:42:16 +0200
python3.9 (3.9.0~b5-2) unstable; urgency=medium
* Move typing.py into libpython3.9-minimal.
-- Matthias Klose <doko@debian.org> Thu, 23 Jul 2020 11:11:14 +0200
python3.9 (3.9.0~b5-1) unstable; urgency=medium
* Python 3.9.0 beta 5.
-- Matthias Klose <doko@debian.org> Wed, 22 Jul 2020 11:03:53 +0200
python3.9 (3.9.0~b4-2) unstable; urgency=medium
* Fix symbols file on i386.
* Don't run test_concurrent_futures on riscv64, takes ages.
-- Matthias Klose <doko@debian.org> Thu, 16 Jul 2020 13:24:24 +0200
python3.9 (3.9.0~b4-1) unstable; urgency=medium
* Python 3.9.0 beta 4.
-- Matthias Klose <doko@debian.org> Mon, 06 Jul 2020 15:22:12 +0200
python3.8 (3.8.4~rc1-1) unstable; urgency=medium
* Python 3.8.4 release candidate 1.
-- Matthias Klose <doko@debian.org> Wed, 01 Jul 2020 17:31:45 +0200
python3.8 (3.8.3-1) unstable; urgency=medium
* Python 3.8.3 release.
* Add XB-Cnf-Visible-Pkgname header on the python*-minimal package to
point command-not-found at the full one. LP: #1867157
-- Matthias Klose <doko@debian.org> Thu, 14 May 2020 13:03:12 +0200
python3.8 (3.8.3~rc1-1) unstable; urgency=medium
* Python 3.8.3 release candidate 1.
- Issue #38576, CVE-2019-18348: Disallow control characters in hostnames
in http.client.
- Issue #39503, CVE-2020-8492: Denial of service in
urllib.request.AbstractBasicAuthHandler.
-- Matthias Klose <doko@debian.org> Thu, 30 Apr 2020 09:33:30 +0200
python3.8 (3.8.2-1) unstable; urgency=medium
* Python 3.8.2 release.
-- Matthias Klose <doko@debian.org> Tue, 25 Feb 2020 14:04:52 +0100
python3.8 (3.8.2~rc2-2) unstable; urgency=medium
* Ignore some autopkg test failures:
- test_ssl: Fails with OPENSSL_TLS_SECURITY_LEVEL=2.
- test_io: Fails on Ubuntu's autopkg test infrastructure.
- Lower OpenSSL security level from 2 to 1 during testing as test_ssl
assumes that (Dimitri John Ledkov).
-- Matthias Klose <doko@debian.org> Fri, 21 Feb 2020 12:37:41 +0100
python3.8 (3.8.2~rc2-1) unstable; urgency=medium
* Python 3.8.2 release candidate 2.
-- Matthias Klose <doko@debian.org> Tue, 18 Feb 2020 11:16:50 +0100
python3.8 (3.8.2~rc1-1) unstable; urgency=medium
* Python 3.8.2 release candidate 1.
* Make autopkgtests cross-test-friendly (Steve Langasek).
* Bump standards version.
-- Matthias Klose <doko@debian.org> Tue, 11 Feb 2020 16:26:48 +0100
python3.8 (3.8.1-2) unstable; urgency=medium
* Fix KFreeBSD builds (James Cowgill).
-- Matthias Klose <doko@debian.org> Mon, 06 Jan 2020 09:48:53 +0100
python3.8 (3.8.1-1) unstable; urgency=medium
* Python 3.8.1 release.
-- Matthias Klose <doko@debian.org> Thu, 19 Dec 2019 10:21:09 +0100
python3.8 (3.8.1~rc1-1) unstable; urgency=medium
* Python 3.8.1 release candidate 1.
-- Matthias Klose <doko@debian.org> Tue, 10 Dec 2019 10:38:12 +0100
python3.8 (3.8.0-5) unstable; urgency=medium
* Update to 20191123 from the 3.8 branch.
* libpython3.8-dbg: Provide a python-$(VER)-dbg-embed.pc pkg-config file.
Closes: #944852.
-- Matthias Klose <doko@debian.org> Sat, 23 Nov 2019 05:55:55 +0100
python3.8 (3.8.0-4) unstable; urgency=medium
* Move the test/ann_module{,2,3} modules into libpython-stdlib.
Closes: #944303.
* Annote python-examples dependency on python.
-- Matthias Klose <doko@debian.org> Thu, 07 Nov 2019 16:14:28 +0100
python3.8 (3.8.0-3) unstable; urgency=medium
* python3.8-dev: Depend on zlib1g-dev, needed to link as an
embedded interpreter.
-- Matthias Klose <doko@debian.org> Sun, 27 Oct 2019 17:36:55 +0200
python3.8 (3.8.0-2) unstable; urgency=medium
* Fix a symlink to the shared debug library.
* Install the python3.8d-embed pkg-config file.
* Don't ship the python3-embed pkg-config file.
-- Matthias Klose <doko@debian.org> Sun, 20 Oct 2019 18:00:25 +0200
python3.8 (3.8.0-1) unstable; urgency=medium
* Python 3.8.0 release.
-- Matthias Klose <doko@debian.org> Tue, 15 Oct 2019 11:10:20 +0200
python3.8 (3.8.0~rc1-3) unstable; urgency=medium
* Apply proposed patch for issue 38368. LP: #1847036. Addresses: #941650.
-- Matthias Klose <doko@debian.org> Wed, 09 Oct 2019 11:06:01 +0200
python3.8 (3.8.0~rc1-2) unstable; urgency=medium
* Python 3.8.0 release candidate 1.
* Refresh patches.
* Update symbols files.
* Bump standards version.
-- Matthias Klose <doko@debian.org> Wed, 02 Oct 2019 05:45:03 +0200
python3.8 (3.8.0~b4-1) unstable; urgency=medium
* Python 3.8.0 beta 4 release.
-- Matthias Klose <doko@debian.org> Sat, 31 Aug 2019 16:07:24 +0200
python3.8 (3.8.0~b3-1) unstable; urgency=medium
* Python 3.8.0 beta 3 release.
* Fix FTCBFS: (Helmut Grohne). Closes: #932077.
+ Build-Depends, when cross compiling we need python3.8.
+ Export CC, because dtrace needs it.
+ Honour DEB_BUILD_OPTIONS=nocheck more thoroughly.
+ Fix up sysconfigdata-name.diff.
* Implement the native thread ids for the Hurd and KFreeBSD (Samuel
Thibault). Closes: #931624.
* Enable pgo/lto builds on arm64. Addresses: #934812.
* Update symbols files.
* Don't propagate lto flags to the _sysconfigdata module. Addresses: #934771.
* d/patches/issue35998.diff: Disable TLS1.3 in the client on all platforms
rather than just reducing the payload size (Michael Hudson-Doyle).
-- Matthias Klose <doko@debian.org> Wed, 21 Aug 2019 17:32:52 +0200
python3.8 (3.8.0~b2-5) unstable; urgency=high
* Bump standards version.
* Revert the KFreeBSD and Hurd fix for PyThread_get_thread_native_id,
and use the implementation from Python3.7. Mark the symbol as linux only.
* Don't encode the MACHDEP into the _sysconfigdata file name.
-- Matthias Klose <doko@debian.org> Thu, 11 Jul 2019 11:55:03 +0200
python3.8 (3.8.0~b2-4) unstable; urgency=medium
* Fix the LTO build.
-- Matthias Klose <doko@debian.org> Sun, 07 Jul 2019 14:23:41 +0200
python3.8 (3.8.0~b2-3) unstable; urgency=medium
* Define PY_HAVE_THREAD_NATIVE_ID for KFreeBSD and Hurd builds.
* Fix issue #37504, building the texinfo docs (Dmitry Shachnev).
* Enable LTO/PGO builds on some architectures.
-- Matthias Klose <doko@debian.org> Sat, 06 Jul 2019 12:00:08 +0200
# Older entries have been removed from this changelog.
# To read the complete changelog use `apt changelog libpython3.11-minimal`.
Generated by dwww version 1.16 on Tue Dec 16 14:53:48 CET 2025.