Change log for python3.10 package in Ubuntu
| 1 → 73 of 73 results | First • Previous • Next • Last |
python3.10 (3.10.12-1~22.04.12) jammy-security; urgency=medium
* SECURITY UPDATE: Possible payload obfuscation
- debian/patches/CVE-2025-8291.patch: check consistency of
the zip64 end of central dir record in Lib/zipfile.py,
Lib/test/test_zipfile.py.
- CVE-2025-8291
* SECURITY UPDATE: Performance degradation
- debian/patches/CVE-2025-6075.patch: fix quadratic complexity
in os.path.expandvars() in Lib/ntpatch.py, Lib/posixpath.py,
Lib/test/test_genericpatch.py, Lib/test/test_npath.py.
- CVE-2025-6075
-- Leonidas Da Silva Barbosa <email address hidden> Tue, 04 Nov 2025 05:48:33 -0300
Available diffs
python3.10 (3.10.12-1~22.04.11) jammy-security; urgency=medium
* SECURITY UPDATE: Regular expression denial of service.
- debian/patches/CVE-2025-6069.patch: Improve regex parsing in
Lib/html/parser.py.
- CVE-2025-6069
* SECURITY UPDATE: Infinite loop when parsing tar archives.
- debian/patches/CVE-2025-8194.patch: Raise exception when count < 0 in
Lib/tarfile.py.
- CVE-2025-8194
-- Hlib Korzhynskyy <email address hidden> Fri, 15 Aug 2025 12:02:43 -0230
Available diffs
python3.10 (3.10.12-1~22.04.10) jammy-security; urgency=medium
* SECURITY UPDATE: incorrect address list folding
- debian/patches/CVE-2025-1795-1.patch: don't encode list separators in
Lib/email/_header_value_parser.py,
Lib/test/test_email/test__header_value_parser.py.
- debian/patches/CVE-2025-1795-2.patch: fix AttributeError in the email
module in Lib/email/_header_value_parser.py,
Lib/test/test_email/test__header_value_parser.py.
- CVE-2025-1795
* SECURITY UPDATE: DoS via bytes.decode with unicode_escape
- debian/patches/CVE-2025-4516.patch: fix use-after-free in the
unicode-escape decoder with an error handler in
Include/cpython/bytesobject.h, Include/cpython/unicodeobject.h,
Lib/test/test_codeccallbacks.py, Lib/test/test_codecs.py,
Objects/bytesobject.c, Objects/unicodeobject.c,
Parser/string_parser.c.
- CVE-2025-4516
-- Marc Deslauriers <email address hidden> Tue, 27 May 2025 13:12:29 -0400
Available diffs
python3.10 (3.10.12-1~22.04.9) jammy-security; urgency=medium
* SECURITY UPDATE: urlparse does not flag hostname with square brackets
as incorrect
- debian/patches/CVE-2025-0938.patch: disallow square brackets in
domain names for parsed URLs in Lib/test/test_urlparse.py,
Lib/urllib/parse.py.
- CVE-2025-0938
-- Marc Deslauriers <email address hidden> Tue, 04 Feb 2025 09:57:36 -0500
Available diffs
python3.10 (3.10.12-1~22.04.8) jammy-security; urgency=medium
* SECURITY UPDATE: incorrect validation of bracketed hosts
- debian/patches/CVE-2024-11168.patch: add checks to ensure that
bracketed hosts found by urlsplit are of IPv6 or IPvFuture format in
Lib/urllib/parse.py, Lib/test/test_urlparse.py.
- CVE-2024-11168
-- Marc Deslauriers <email address hidden> Fri, 17 Jan 2025 09:35:34 -0500
Available diffs
python3.10 (3.10.12-1~22.04.7) jammy-security; urgency=medium
* SECURITY UPDATE: incorrect quoting in venv module
- debian/patches/CVE-2024-9287.patch: quote template strings in venv
activation scripts in Lib/test/test_venv.py, Lib/venv/__init__.py,
Lib/venv/scripts/common/activate, Lib/venv/scripts/nt/activate.bat,
Lib/venv/scripts/posix/activate.csh,
Lib/venv/scripts/posix/activate.fish.
- CVE-2024-9287
-- Marc Deslauriers <email address hidden> Wed, 06 Nov 2024 15:22:13 -0500
Available diffs
python3.10 (3.10.12-1~22.04.6) jammy-security; urgency=medium
* SECURITY UPDATE: incorrect special character parsing in email module
- debian/patches/CVE-2023-27043.patch: reject malformed addresses in
Doc/library/email.utils.rst, Lib/email/utils.py,
Lib/test/test_email/test_email.py.
- CVE-2023-27043
* SECURITY UPDATE: ReDoS via specifically-crafted tar archives
- debian/patches/CVE-2024-6232.patch: remove backtracking when parsing
tarfile headers in Lib/tarfile.py, Lib/test/test_tarfile.py.
- CVE-2024-6232
* SECURITY UPDATE: header injection via newlines in email module
- debian/patches/CVE-2024-6923.patch: encode newlines in headers, and
verify headers are sound in Doc/library/email.errors.rst,
Doc/library/email.policy.rst, Lib/email/_header_value_parser.py,
Lib/email/_policybase.py, Lib/email/errors.py,
Lib/email/generator.py, Lib/test/test_email/test_generator.py,
Lib/test/test_email/test_policy.py.
- CVE-2024-6923
* SECURITY UPDATE: resource consumption via cookie parsing
- debian/patches/CVE-2024-7592.patch: fix quadratic complexity in
parsing quoted cookie values with backslashes in Lib/http/cookies.py,
Lib/test/test_http_cookies.py.
- CVE-2024-7592
* SECURITY UPDATE: infinite loop via crafted zip archive
- debian/patches/CVE-2024-8088-1.patch: sanitize names in zipfile.Path
in Lib/test/test_zipfile/_path/test_path.py,
Lib/zipfile/_path/__init__.py.
- debian/patches/CVE-2024-8088-2.patch: replaced SanitizedNames with a
more surgical fix in Lib/test/test_zipfile/_path/test_path.py,
Lib/zipfile/_path/__init__.py.
- CVE-2024-8088
-- Marc Deslauriers <email address hidden> Wed, 11 Sep 2024 11:47:36 -0400
Available diffs
python3.10 (3.10.12-1~22.04.5) jammy-security; urgency=medium
* SECURITY UPDATE: race condition in ssl.SSLContext methods
- debian/patches/CVE-2024-0397.patch: fix locking in cert_store_stats
and get_ca_certs in Modules/_ssl.c.
- CVE-2024-0397
* SECURITY UPDATE: is_private and is_global mismatch
- debian/patches/CVE-2024-4032.patch: fix "private" (non-global) IP
address ranges in Doc/library/ipaddress.rst, Lib/ipaddress.py,
Lib/test/test_ipaddress.py.
- CVE-2024-4032
-- Marc Deslauriers <email address hidden> Mon, 29 Jul 2024 12:56:48 -0400
Available diffs
python3.10 (3.10.12-1~22.04.4) jammy-security; urgency=medium
* SECURITY UPDATE: incorrect permission assignment
- debian/patches/CVE-2023-6597.patch: fix symlink bug in cleanup.
- CVE-2023-6597
* SECURITY UPDATE: zipbomb DoS attack
- debian/patches/CVE-2024-0450.patch: raise BadZipFile when trying
to read an entry that overlaps with other entry or central
directory.
- CVE-2024-0450
-- Allen Huang <email address hidden> Fri, 22 Mar 2024 16:50:05 +0000
Available diffs
python3.10 (3.10.12-1~22.04.3) jammy-security; urgency=medium
* SECURITY UPDATE: TLS handshake bypass
- debian/patches/CVE-2023-40217.patch: avoid ssl pre-close flaw in ssl.py.
- CVE-2023-40217
-- Fabian Toepfer <email address hidden> Mon, 20 Nov 2023 16:14:05 +0100
Available diffs
python3.10 (3.10.13-1) unstable; urgency=medium
* Python 3.10.13 release.
- Addresses CVE-2023-40217.
-- Matthias Klose <email address hidden> Fri, 25 Aug 2023 13:35:07 +0200
| Superseded in jammy-security |
| Superseded in jammy-updates |
| Deleted in jammy-proposed (Reason: moved to -updates) |
python3.10 (3.10.12-1~22.04.2) jammy-proposed; urgency=medium * SRU: LP: #1995504: Backport the 3.10.12 release to 22.04 LTS. * Revert: - autopkgtests: Support python3-setuptools >= 64, which does PEP-660 editable installs.
Available diffs
| Obsolete in kinetic-proposed |
python3.10 (3.10.12-1~22.10) kinetic-proposed; urgency=medium * SRU: LP: #1995504: Backport the 3.10.12 release to 22.10. * Revert: - autopkgtests: Support python3-setuptools >= 64, which does PEP-660 editable installs.
Available diffs
- diff from 3.10.7-1 (in Ubuntu) to 3.10.12-1~22.10 (444.5 KiB)
- diff from 3.10.11-1~22.10 to 3.10.12-1~22.10 (38.1 KiB)
python3.10 (3.10.12-1) unstable; urgency=medium * Python 3.10.12 release. -- Matthias Klose <email address hidden> Wed, 07 Jun 2023 12:09:46 +0200
Available diffs
- diff from 3.10.11-1 to 3.10.12-1 (36.0 KiB)
python3.10 (3.10.7-1ubuntu0.4) kinetic-security; urgency=medium
* SECURITY UPDATE: Possible Bypass Blocklisting
- debian/patches/CVE-2023-24329-2.patch: adds a complementary patch/fix
for CVE-2023-24329 that was partially fixed before. This patch starts
stripping C0 control and space chars in 'urlsplit' in Lib/urllib/parse.py,
Lib/test/test_urlparse.py.
- CVE-2023-24329
-- Leonidas Da Silva Barbosa <email address hidden> Mon, 29 May 2023 10:51:48 -0300
Available diffs
python3.10 (3.10.6-1~22.04.2ubuntu1.1) jammy-security; urgency=medium
* SECURITY UPDATE: Possible Bypass Blocklisting
- debian/patches/CVE-2023-24329-2.patch: adds a complementary patch/fix
for CVE-2023-24329 that was partially fixed before. This patch starts
stripping C0 control and space chars in 'urlsplit' in Lib/urllib/parse.py,
Lib/test/test_urlparse.py.
- CVE-2023-24329
-- Leonidas Da Silva Barbosa <email address hidden> Mon, 29 May 2023 08:10:38 -0300
Available diffs
python3.10 (3.10.11-1) unstable; urgency=medium * Python 3.10.11 release. -- Matthias Klose <email address hidden> Wed, 12 Apr 2023 07:50:02 +0200
python3.10 (3.10.7-1ubuntu0.3) kinetic-security; urgency=medium
* SECURITY UPDATE: Possible Bypass Blocklisting
- debian/patches/CVE-2023-24329.patch: enforce
that a scheme must begin with an alphabetical ASCII character
in Lib/urllib/parse.py, Lib/test/test_urlparse.py.
- CVE-2023-24329
-- Leonidas Da Silva Barbosa <email address hidden> Fri, 10 Mar 2023 07:47:39 -0300
Available diffs
python3.10 (3.10.6-1~22.04.2ubuntu1) jammy-security; urgency=medium
* SECURITY UPDATE: Possible Bypass Blocklisting
- debian/patches/CVE-2023-24329.patch: enforce
that a scheme must begin with an alphabetical ASCII character
in Lib/urllib/parse.py, Lib/test/test_urlparse.py.
- CVE-2023-24329
-- Leonidas Da Silva Barbosa <email address hidden> Fri, 10 Mar 2023 07:55:28 -0300
Available diffs
| Deleted in lunar-proposed (Reason: Uninstallable on armhf+arm64 (at least) and breaks anythi...) |
python3.10 (3.10.10-2) unstable; urgency=medium
* Fix removing Debian build flags from _sysconfigdata.
* Fix error message for 'python3 -m venv dir`, when python3-venv
is not installed. Closes: #1026268.
-- Matthias Klose <email address hidden> Fri, 24 Feb 2023 12:37:34 +0100
Available diffs
- diff from 3.10.10-1 to 3.10.10-2 (893 bytes)
| Deleted in lunar-proposed (Reason: Uninstallable on armhf+arm64 (at least) and breaks anythi...) |
python3.10 (3.10.10-1) unstable; urgency=medium * Python 3.10.10 release. * Bump standards version. -- Matthias Klose <email address hidden> Thu, 23 Feb 2023 08:54:04 +0100
Available diffs
- diff from 3.10.9-1 to 3.10.10-1 (77.8 KiB)
| Deleted in lunar-release (Reason: remove python3.10, superseded by python3.11) |
| Superseded in lunar-release |
| Deleted in lunar-proposed (Reason: Moved to lunar) |
python3.10 (3.10.9-1) unstable; urgency=medium * Python 3.10.9 release. -- Matthias Klose <email address hidden> Wed, 07 Dec 2022 14:47:07 +0100
Available diffs
- diff from 3.10.8-3 to 3.10.9-1 (149.0 KiB)
python3.10 (3.10.7-1ubuntu0.2) kinetic-security; urgency=medium
* SECURITY UPDATE: Buffer overflow
- debian/patches/CVE-2022-37454.patch: fixes buffer overflow in
Modules/_sha3/kcp/KeccakSponge.inc (LP: #1995197).
- CVE-2022-37454
* SECURITY UPDATE: Denial of service
- debian/patches/CVE-2022-45061.patch: fix quadratic time idna decoding
in Lib/encodings/idna.py, Lib/test/test_codecs.py.
- CVE-2022-45061
-- Leonidas Da Silva Barbosa <email address hidden> Thu, 24 Nov 2022 16:45:47 -0300
Available diffs
python3.10 (3.10.6-1~22.04.2) jammy-security; urgency=medium
* SECURITY UPDATE: Buffer overflow
- debian/patches/CVE-2022-37454.patch: fixes buffer overflow in
Modules/_sha3/kcp/KeccakSponge.inc (LP: #1995197).
- CVE-2022-37454
* SECURITY UPDATE: Denial of service
- debian/patches/CVE-2022-45061.patch: fix quadratic time idna decoding
in Lib/encodings/idna.py, Lib/test/test_codecs.py.
- CVE-2022-45061
-- Leonidas Da Silva Barbosa <email address hidden> Mon, 14 Nov 2022 13:10:14 -0300
Available diffs
python3.10 (3.10.8-3) unstable; urgency=medium * Fix valgrind detection. -- Matthias Klose <email address hidden> Fri, 04 Nov 2022 10:21:25 +0100
Available diffs
- diff from 3.10.7-1 (in Ubuntu) to 3.10.8-3 (137.6 KiB)
- diff from 3.10.8-1 to 3.10.8-3 (3.7 KiB)
python3.10 (3.10.7-1ubuntu0.1) kinetic-security; urgency=medium
* SECURITY UPDATE: privilege escalation via multiprocessing forkserver
start method
- debian/patches/CVE-2022-42919.patch: don't use Linux abstract sockets
in Lib/multiprocessing/connection.py.
- CVE-2022-42919
-- Marc Deslauriers <email address hidden> Wed, 02 Nov 2022 14:49:29 -0400
Available diffs
python3.10 (3.10.6-1~22.04.1) jammy-security; urgency=medium
* SECURITY UPDATE: privilege escalation via multiprocessing forkserver
start method
- debian/patches/CVE-2022-42919.patch: don't use Linux abstract sockets
in Lib/multiprocessing/connection.py.
- CVE-2022-42919
-- Marc Deslauriers <email address hidden> Wed, 02 Nov 2022 14:53:38 -0400
Available diffs
python3.10 (3.10.8-1) unstable; urgency=medium * Python 3.10.8 release. -- Matthias Klose <email address hidden> Mon, 24 Oct 2022 12:07:16 +0200
| Superseded in lunar-release |
| Obsolete in kinetic-release |
| Deleted in kinetic-proposed (Reason: Moved to kinetic) |
python3.10 (3.10.7-1) unstable; urgency=medium * Python 3.10.7 release. -- Matthias Klose <email address hidden> Thu, 08 Sep 2022 16:34:29 +0200
Available diffs
- diff from 3.10.6-1 to 3.10.7-1 (103.3 KiB)
python3.10 (3.10.6-1~22.04) jammy-proposed; urgency=medium * SRU: LP: #1982108: Backport 3.10.6 to 20.04 LTS.
Available diffs
python3.10 (3.10.6-1) unstable; urgency=medium
* Python 3.10.6 release.
[ Leonidas Da Silva Barbosa ]
* SECURITY UPDATE: Injection Attack
- debian/patches/CVE-2015-20107.patch: Make mailcap refuse to match unsafe
filenames/types/param in Lib/mailcap.py, Lib/test/test_mailcap.py.
- CVE-2015-20107
-- Matthias Klose <email address hidden> Wed, 10 Aug 2022 13:19:32 +0200
Available diffs
- diff from 3.10.5-1 (in Debian) to 3.10.6-1 (158.4 KiB)
python3.10 (3.10.4-3ubuntu0.1) jammy-security; urgency=medium
* SECURITY UPDATE: Injection Attack
- debian/patches/CVE-2015-20107.patch: Make mailcap refuse to match unsafe
filenames/types/param in Lib/mailcap.py, Lib/test/test_mailcap.py.
- CVE-2015-20107
-- Leonidas Da Silva Barbosa <email address hidden> Wed, 29 Jun 2022 09:14:53 -0300
Available diffs
python3.10 (3.10.5-1) unstable; urgency=medium * Python 3.10.5 release. * Update VCS attributes. -- Matthias Klose <email address hidden> Wed, 08 Jun 2022 11:26:22 +0200
Available diffs
- diff from 3.10.4-4 to 3.10.5-1 (139.6 KiB)
python3.10 (3.10.4-4) unstable; urgency=medium * Source-only upload. * Backport gh-78214: marshal: Stabilize FLAG_REF usage. Closes: #1010368. -- Matthias Klose <email address hidden> Fri, 13 May 2022 14:08:11 +0200
Available diffs
- diff from 3.10.4-3 (in Ubuntu) to 3.10.4-4 (950 bytes)
| Superseded in kinetic-release |
| Published in jammy-release |
| Deleted in jammy-proposed (Reason: Moved to jammy) |
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 <email address hidden> Sat, 02 Apr 2022 11:04:19 +0200
Available diffs
- diff from 3.10.3-1 to 3.10.4-3 (31.2 KiB)
- diff from 3.10.4-1ubuntu1 to 3.10.4-3 (4.9 KiB)
| Superseded in jammy-proposed |
python3.10 (3.10.4-1ubuntu1) jammy; urgency=medium
* Build a python3.10-nopie package, diverting the python3.10
executable.
* Build the python3.10 interpreter with PIE enabled. LP: #1452115.
Available diffs
- diff from 3.10.3-2ubuntu1 to 3.10.4-1ubuntu1 (24.8 KiB)
| Superseded in jammy-proposed |
python3.10 (3.10.3-2ubuntu1) jammy; urgency=medium
* Build a python3.10-nopie package, diverting the python3.10
executable.
* Build the python3.10 interpreter with PIE enabled. LP: #1452115.
Available diffs
- diff from 3.10.3-1 to 3.10.3-2ubuntu1 (3.6 KiB)
python3.10 (3.10.3-1) unstable; urgency=medium * Python 3.10.3 release. -- Matthias Klose <email address hidden> Wed, 16 Mar 2022 18:19:40 +0100
Available diffs
- diff from 3.10.2-7 to 3.10.3-1 (341.8 KiB)
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 <email address hidden> Mon, 14 Mar 2022 06:18:40 +0100
Available diffs
- diff from 3.10.2-5 to 3.10.2-7 (168.7 KiB)
- diff from 3.10.2-6 to 3.10.2-7 (4.8 KiB)
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 <email address hidden> Sun, 13 Mar 2022 07:20:35 +0100
Available diffs
- diff from 3.10.2-5ubuntu1 to 3.10.2-6 (165.6 KiB)
| Superseded in jammy-proposed |
python3.10 (3.10.2-5ubuntu1) jammy; urgency=medium
* No longer disable PIE in the hardening flags: recent benchmarking
suggests this is no longer needed for performance reasons.
-- Steve Langasek <email address hidden> Fri, 11 Mar 2022 09:28:37 -0800
Available diffs
- diff from 3.10.2-5 to 3.10.2-5ubuntu1 (821 bytes)
python3.10 (3.10.2-5) unstable; urgency=medium * Fix the marshal test after applying the fix for #1004558. -- Matthias Klose <email address hidden> Sat, 26 Feb 2022 09:21:15 +0100
Available diffs
- diff from 3.10.2-1 (in Debian) to 3.10.2-5 (6.2 KiB)
- diff from 3.10.2-4 to 3.10.2-5 (1.1 KiB)
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 <email address hidden> Fri, 25 Feb 2022 22:04:33 +0100
Available diffs
- diff from 3.10.2-3 to 3.10.2-4 (2.0 KiB)
python3.10 (3.10.2-3) unstable; urgency=medium * Apply again the updated sysconfig-debian-schemes patch (Alexandre Ghiti). -- Matthias Klose <email address hidden> Fri, 25 Feb 2022 21:13:53 +0100
Available diffs
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 <email address hidden> Tue, 22 Feb 2022 14:57:42 +0100
Available diffs
- diff from 3.10.2-1 to 3.10.2-2 (3.3 KiB)
python3.10 (3.10.2-1) unstable; urgency=medium
* Python 3.10.1 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 <email address hidden> Sun, 16 Jan 2022 18:11:27 +0100
Available diffs
- diff from 3.10.1-2 to 3.10.2-1 (141.1 KiB)
- diff from 3.10.1-5 to 3.10.2-1 (141.8 KiB)
python3.10 (3.10.1-5) unstable; urgency=medium * Allow stderr in the module-install-venv autopkg test. -- Matthias Klose <email address hidden> Wed, 12 Jan 2022 16:42:55 +0100
Available diffs
- diff from 3.10.1-3 to 3.10.1-5 (1.2 KiB)
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 <email address hidden> Mon, 10 Jan 2022 12:07:18 +0100
Available diffs
- diff from 3.10.1-2 to 3.10.1-3 (1.5 KiB)
python3.10 (3.10.1-2) unstable; urgency=medium * Run the module-install-local test with allow-stderr. Closes: #1001722. -- Matthias Klose <email address hidden> Fri, 17 Dec 2021 00:04:04 +0100
Available diffs
- diff from 3.10.1-1 to 3.10.1-2 (457 bytes)
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 <email address hidden> Tue, 07 Dec 2021 14:27:28 +0100
Available diffs
- diff from 3.10.0-5build1 (in Ubuntu) to 3.10.1-1 (857.6 KiB)
python3.10 (3.10.0-5build1) jammy; urgency=medium * No-change rebuild against openssl3 -- Simon Chopin <email address hidden> Wed, 24 Nov 2021 13:56:15 +0000
Available diffs
- diff from 3.10.0-5 (in Debian) to 3.10.0-5build1 (328 bytes)
python3.10 (3.10.0-5) unstable; urgency=medium * Build again the _dbm extension using libdb-dev. -- Matthias Klose <email address hidden> Wed, 17 Nov 2021 07:49:13 +0100
Available diffs
- diff from 3.10.0-4 to 3.10.0-5 (1.3 KiB)
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 <email address hidden> Thu, 11 Nov 2021 16:08:14 +0100
Available diffs
python3.10 (3.10.0-3) unstable; urgency=medium * Update to the 3.10 branch 2020-10-17. -- Matthias Klose <email address hidden> Sun, 17 Oct 2021 11:10:32 +0200
Available diffs
- diff from 3.10.0-2 to 3.10.0-3 (363.5 KiB)
| Superseded in jammy-release |
| Superseded in jammy-release |
| Obsolete in impish-release |
| Deleted in impish-proposed (Reason: Moved to impish) |
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 <email address hidden> Mon, 11 Oct 2021 07:33:59 +0200
Available diffs
- diff from 3.10.0~rc2-1build1 to 3.10.0-2 (56.3 KiB)
- diff from 3.10.0-1 to 3.10.0-2 (1.7 KiB)
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 <email address hidden> Fri, 08 Oct 2021 14:10:19 +0200
Available diffs
- diff from 3.10.0~rc2-1build1 to 3.10.0-1 (55.6 KiB)
python3.10 (3.10.0~rc2-1build1) impish; urgency=medium * No-change rebuild for libffi soname change. -- Matthias Klose <email address hidden> Fri, 10 Sep 2021 16:59:37 +0200
Available diffs
- diff from 3.10.0~rc2-1 to 3.10.0~rc2-1build1 (334 bytes)
python3.10 (3.10.0~rc2-1) unstable; urgency=medium * Python 3.10.0 release candidate 2. * Update symbols files. -- Matthias Klose <email address hidden> Thu, 09 Sep 2021 11:19:38 +0200
Available diffs
python3.10 (3.10.0~rc1-3) unstable; urgency=medium * Tighten autopkg test dependencies. -- Matthias Klose <email address hidden> Sun, 05 Sep 2021 11:32:32 +0200
Available diffs
- diff from 3.10.0~rc1-1 to 3.10.0~rc1-3 (1.6 KiB)
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 <email address hidden> Thu, 02 Sep 2021 13:49:53 +0200
Available diffs
python3.10 (3.10.0~b4-1) experimental; urgency=medium * Python 3.10.0 beta 4 snapshot. -- Matthias Klose <email address hidden> Mon, 12 Jul 2021 22:28:24 +0200
Available diffs
- diff from 3.10.0~b3-1 (in Debian) to 3.10.0~b4-1 (148.6 KiB)
python3.10 (3.10.0~b3-1) experimental; urgency=medium * Python 3.10.0 beta 3 snapshot. -- Matthias Klose <email address hidden> Fri, 18 Jun 2021 08:25:12 +0200
Available diffs
- diff from 3.10.0~b2-1 (in Ubuntu) to 3.10.0~b3-1 (129.2 KiB)
python3.10 (3.10.0~b2-1) experimental; urgency=medium * Python 3.10.0 beta 2 snapshot. -- Matthias Klose <email address hidden> Fri, 04 Jun 2021 10:45:30 +0200
Available diffs
- diff from 3.10.0~b1-3 (in Debian) to 3.10.0~b2-1 (225.4 KiB)
| Obsolete in hirsute-security |
| Obsolete in hirsute-updates |
| Deleted in hirsute-proposed (Reason: moved to -updates) |
python3.10 (3.10.0~b1-3~21.04) hirsute; urgency=medium * SRU: LP: #1928058, Backport 3.10.0 beta1 to 21.04. -- Matthias Klose <email address hidden> Tue, 11 May 2021 10:45:09 +0200
Available diffs
python3.10 (3.10.0~b1-3) experimental; urgency=medium
* Try to detect whether python3-venv is missing (Stefano Rivera).
Closes: #977887.
-- Matthias Klose <email address hidden> Tue, 11 May 2021 08:19:33 +0200
Available diffs
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 <email address hidden> Thu, 06 May 2021 11:07:08 +0200
Available diffs
- diff from 3.10.0~b1-1 to 3.10.0~b1-2 (11.1 KiB)
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 <email address hidden> Tue, 04 May 2021 06:21:11 +0200
Available diffs
- diff from 3.10.0~a7-3 (in Debian) to 3.10.0~b1-1 (859.6 KiB)
| Superseded in impish-release |
| Obsolete in hirsute-release |
| Deleted in hirsute-proposed (Reason: Moved to hirsute) |
python3.10 (3.10.0~a7-3) experimental; urgency=medium * Build a python3.10-full package. -- Matthias Klose <email address hidden> Tue, 06 Apr 2021 17:05:58 +0200
Available diffs
python3.10 (3.10.0~a7-1ubuntu1) hirsute; urgency=medium * Build a python3.10-full package.
Available diffs
python3.10 (3.10.0~a4-2) experimental; urgency=medium * Configure again --with-system-libmpdec. -- Matthias Klose <email address hidden> Mon, 11 Jan 2021 11:15:34 +0100
Available diffs
- diff from 3.10.0~a4-1 to 3.10.0~a4-2 (1.4 KiB)
python3.10 (3.10.0~a4-1) experimental; urgency=medium * Python 3.10.0 alpha 4 snapshot. * Update symbols files. -- Matthias Klose <email address hidden> Sun, 10 Jan 2021 14:40:53 +0100
Available diffs
- diff from 3.10.0~a3-1 to 3.10.0~a4-1 (349.5 KiB)
python3.10 (3.10.0~a3-1) experimental; urgency=medium * Python 3.10.0 alpha 3 snapshot. * Update symbols files. -- Matthias Klose <email address hidden> Tue, 08 Dec 2020 14:18:31 +0100
Available diffs
- diff from 3.10.0~a2-1 (in Ubuntu) to 3.10.0~a3-1 (487.8 KiB)
python3.10 (3.10.0~a2-1) experimental; urgency=medium * Python 3.10.0 alpha 2 snapshot. -- Matthias Klose <email address hidden> Sat, 07 Nov 2020 09:09:33 +0100
| 1 → 73 of 73 results | First • Previous • Next • Last |
