[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1108661: marked as done (unblock: python3.13/3.13.5-2 python3-defaults/3.13.5-1)



Your message dated Thu, 10 Jul 2025 10:44:57 +0000
with message-id <E1uZolt-00EArA-0Z@respighi.debian.org>
and subject line unblock python3.13
has caused the Debian Bug report #1108661,
regarding unblock: python3.13/3.13.5-2 python3-defaults/3.13.5-1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1108661: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1108661
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: python3.13@packages.debian.org, ocrmypdf@packages.debian.org, doko@debian.org
Control: affects -1 + src:python3.13 src:python3-defaults src:ocrmypdf
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock packages python3.13, python3-defaults, and ocrmypdf.

Sorry, this is a toolchain package that probably shouldn't have got any 
updates post-March. But we have some changes staged in unstable that are 
probably worth publishing.

[ Reason ]
Brings python 3.13 to the 3.13.5 stable point release.
https://docs.python.org/3/whatsnew/changelog.html#python-3-13-5-final
Including 6 CVEs: CVE-2025-4517 CVE-2025-4516 CVE-2025-4435 
CVE-2025-4330 CVE-2025-4138 CVE-2024-12718

Python stable point releases are mostly bug fixes. There are 
occasionally new features and bug fixes that cause regressions. They're 
rare, and usually only in very obscure use-cases.

This release had some and that's why it took a while to get things 
stabilized in unstable.  (The first upload down this road was 3.13.3-3, 
in May).

Regressions have now been reverted upstream or dealt with downstream 
(ocrmypdf, beautifulsoup4 and probably others that I'm not aware of).

[ Impact ]
We should fix these CVEs another way.

[ Tests ]
Python3 has an extensive automated test suite.

By including a bump to python3-defaults, we've exercised all the 
autopkgtests that depend on python3 in the archive.

[ Risks ]
The diff is not small.

[ Checklist ]
  [x] all changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in testing

[ Other info ]

I am aware of one other RC bug for Python 3.13, that was only recently 
discovered (#1108039). There is no workable patch for it yet, and I've 
been too tied up with DebConf to figure out the memory bug in the 
currently proposed patch. It has been worked-around in nova 2:31.0.0-4.

unblock python3.13/3.13.5-2 python3-defaults/3.13.5-1 ocrmypdf/16.7.0+dfsg1-3
 /tmp/EkV49HNtk7/python3.13-3.13.5/Lib/ensurepip/_bundled/pip-25.0.1-py3-none-any.whl         |binary
 /tmp/EkV49HNtk7/python3.13-3.13.5/Lib/ensurepip/_bundled/pip-25.1.1-py3-none-any.whl         |binary
 /tmp/EkV49HNtk7/python3.13-3.13.5/Lib/test/wheeldata/setuptools-67.6.1-py3-none-any.whl      |binary
 /tmp/EkV49HNtk7/python3.13-3.13.5/Lib/test/wheeldata/setuptools-79.0.1-py3-none-any.whl      |binary
 /tmp/EkV49HNtk7/python3.13-3.13.5/Lib/test/wheeldata/wheel-0.43.0-py3-none-any.whl           |binary
 python3.13-3.13.5/.pre-commit-config.yaml                                                    |   14 
 python3.13-3.13.5/.readthedocs.yml                                                           |    1 
 python3.13-3.13.5/Android/README.md                                                          |   12 
 python3.13-3.13.5/Android/android-env.sh                                                     |    6 
 python3.13-3.13.5/Android/android.py                                                         |  249 +
 python3.13-3.13.5/Android/testbed/app/build.gradle.kts                                       |   20 
 python3.13-3.13.5/Android/testbed/app/src/androidTest/java/org/python/testbed/PythonSuite.kt |    8 
 python3.13-3.13.5/Android/testbed/app/src/main/java/org/python/testbed/MainActivity.kt       |   27 
 python3.13-3.13.5/Android/testbed/app/src/main/python/android_testbed_main.py                |   48 
 python3.13-3.13.5/Android/testbed/app/src/main/python/main.py                                |   32 
 python3.13-3.13.5/Android/testbed/build.gradle.kts                                           |    2 
 python3.13-3.13.5/Android/testbed/gradle/wrapper/gradle-wrapper.properties                   |    2 
 python3.13-3.13.5/Doc/Makefile                                                               |    1 
 python3.13-3.13.5/Doc/c-api/allocation.rst                                                   |    2 
 python3.13-3.13.5/Doc/c-api/arg.rst                                                          |    2 
 python3.13-3.13.5/Doc/c-api/buffer.rst                                                       |   14 
 python3.13-3.13.5/Doc/c-api/code.rst                                                         |    2 
 python3.13-3.13.5/Doc/c-api/exceptions.rst                                                   |   12 
 python3.13-3.13.5/Doc/c-api/function.rst                                                     |    2 
 python3.13-3.13.5/Doc/c-api/gcsupport.rst                                                    |    6 
 python3.13-3.13.5/Doc/c-api/init.rst                                                         |   37 
 python3.13-3.13.5/Doc/c-api/intro.rst                                                        |   44 
 python3.13-3.13.5/Doc/c-api/module.rst                                                       |   42 
 python3.13-3.13.5/Doc/c-api/typeobj.rst                                                      |   11 
 python3.13-3.13.5/Doc/c-api/unicode.rst                                                      |   36 
 python3.13-3.13.5/Doc/conf.py                                                                |   19 
 python3.13-3.13.5/Doc/data/refcounts.dat                                                     |    6 
 python3.13-3.13.5/Doc/deprecations/pending-removal-in-3.15.rst                               |    7 
 python3.13-3.13.5/Doc/deprecations/pending-removal-in-future.rst                             |    2 
 python3.13-3.13.5/Doc/extending/building.rst                                                 |    6 
 python3.13-3.13.5/Doc/extending/embedding.rst                                                |   12 
 python3.13-3.13.5/Doc/extending/extending.rst                                                |  170 -
 python3.13-3.13.5/Doc/extending/index.rst                                                    |   20 
 python3.13-3.13.5/Doc/extending/newtypes_tutorial.rst                                        |   37 
 python3.13-3.13.5/Doc/faq/extending.rst                                                      |   21 
 python3.13-3.13.5/Doc/howto/cporting.rst                                                     |    6 
 python3.13-3.13.5/Doc/howto/curses.rst                                                       |    4 
 python3.13-3.13.5/Doc/howto/free-threading-extensions.rst                                    |   10 
 python3.13-3.13.5/Doc/howto/free-threading-python.rst                                        |    2 
 python3.13-3.13.5/Doc/howto/isolating-extensions.rst                                         |   19 
 python3.13-3.13.5/Doc/howto/perf_profiling.rst                                               |   31 
 python3.13-3.13.5/Doc/howto/urllib2.rst                                                      |   86 
 python3.13-3.13.5/Doc/includes/newtypes/custom.c                                             |   41 
 python3.13-3.13.5/Doc/includes/newtypes/custom2.c                                            |   42 
 python3.13-3.13.5/Doc/includes/newtypes/custom3.c                                            |   40 
 python3.13-3.13.5/Doc/includes/newtypes/custom4.c                                            |   40 
 python3.13-3.13.5/Doc/includes/newtypes/sublist.c                                            |   46 
 python3.13-3.13.5/Doc/library/argparse.rst                                                   |   15 
 python3.13-3.13.5/Doc/library/ast.rst                                                        |   50 
 python3.13-3.13.5/Doc/library/asyncio-dev.rst                                                |    4 
 python3.13-3.13.5/Doc/library/asyncio-eventloop.rst                                          |   23 
 python3.13-3.13.5/Doc/library/asyncio-stream.rst                                             |    9 
 python3.13-3.13.5/Doc/library/asyncio-task.rst                                               |    5 
 python3.13-3.13.5/Doc/library/base64.rst                                                     |   48 
 python3.13-3.13.5/Doc/library/cmdline.rst                                                    |    2 
 python3.13-3.13.5/Doc/library/code.rst                                                       |    6 
 python3.13-3.13.5/Doc/library/codecs.rst                                                     |    8 
 python3.13-3.13.5/Doc/library/compileall.rst                                                 |   13 
 python3.13-3.13.5/Doc/library/contextlib.rst                                                 |    2 
 python3.13-3.13.5/Doc/library/copy.rst                                                       |    2 
 python3.13-3.13.5/Doc/library/csv.rst                                                        |   12 
 python3.13-3.13.5/Doc/library/ctypes.rst                                                     |   52 
 python3.13-3.13.5/Doc/library/dataclasses.rst                                                |   13 
 python3.13-3.13.5/Doc/library/datetime.rst                                                   |   16 
 python3.13-3.13.5/Doc/library/decimal.rst                                                    |   78 
 python3.13-3.13.5/Doc/library/dis.rst                                                        |   12 
 python3.13-3.13.5/Doc/library/doctest.rst                                                    |   95 
 python3.13-3.13.5/Doc/library/fcntl.rst                                                      |   75 
 python3.13-3.13.5/Doc/library/functions.rst                                                  |   74 
 python3.13-3.13.5/Doc/library/gzip.rst                                                       |    8 
 python3.13-3.13.5/Doc/library/hashlib.rst                                                    |   24 
 python3.13-3.13.5/Doc/library/html.parser.rst                                                |   51 
 python3.13-3.13.5/Doc/library/http.server.rst                                                |    3 
 python3.13-3.13.5/Doc/library/importlib.resources.abc.rst                                    |   46 
 python3.13-3.13.5/Doc/library/io.rst                                                         |   89 
 python3.13-3.13.5/Doc/library/itertools.rst                                                  |   14 
 python3.13-3.13.5/Doc/library/json.rst                                                       |   15 
 python3.13-3.13.5/Doc/library/logging.handlers.rst                                           |   14 
 python3.13-3.13.5/Doc/library/math.rst                                                       |    7 
 python3.13-3.13.5/Doc/library/multiprocessing.rst                                            |   10 
 python3.13-3.13.5/Doc/library/os.path.rst                                                    |   32 
 python3.13-3.13.5/Doc/library/pathlib.rst                                                    |    7 
 python3.13-3.13.5/Doc/library/pdb.rst                                                        |    2 
 python3.13-3.13.5/Doc/library/platform.rst                                                   |   45 
 python3.13-3.13.5/Doc/library/plistlib.rst                                                   |    5 
 python3.13-3.13.5/Doc/library/re.rst                                                         |   31 
 python3.13-3.13.5/Doc/library/shutil.rst                                                     |    6 
 python3.13-3.13.5/Doc/library/signal.rst                                                     |   14 
 python3.13-3.13.5/Doc/library/socket.rst                                                     |   47 
 python3.13-3.13.5/Doc/library/stdtypes.rst                                                   |  236 +
 python3.13-3.13.5/Doc/library/string.rst                                                     |    2 
 python3.13-3.13.5/Doc/library/subprocess.rst                                                 |   18 
 python3.13-3.13.5/Doc/library/sys.monitoring.rst                                             |    2 
 python3.13-3.13.5/Doc/library/sysconfig.rst                                                  |    5 
 python3.13-3.13.5/Doc/library/tarfile.rst                                                    |   20 
 python3.13-3.13.5/Doc/library/threading.rst                                                  |  241 +
 python3.13-3.13.5/Doc/library/token.rst                                                      |    2 
 python3.13-3.13.5/Doc/library/turtle.rst                                                     |    6 
 python3.13-3.13.5/Doc/library/typing.rst                                                     |   64 
 python3.13-3.13.5/Doc/library/unittest.mock.rst                                              |    4 
 python3.13-3.13.5/Doc/library/unittest.rst                                                   |    2 
 python3.13-3.13.5/Doc/library/urllib.request.rst                                             |    4 
 python3.13-3.13.5/Doc/library/webbrowser.rst                                                 |    4 
 python3.13-3.13.5/Doc/library/zlib.rst                                                       |    5 
 python3.13-3.13.5/Doc/reference/datamodel.rst                                                |    6 
 python3.13-3.13.5/Doc/reference/lexical_analysis.rst                                         |    2 
 python3.13-3.13.5/Doc/requirements.txt                                                       |    2 
 python3.13-3.13.5/Doc/tools/.nitignore                                                       |    2 
 python3.13-3.13.5/Doc/tools/extensions/audit_events.py                                       |   16 
 python3.13-3.13.5/Doc/tools/templates/_docs_by_version.html                                  |   11 
 python3.13-3.13.5/Doc/tools/templates/customsourcelink.html                                  |    6 
 python3.13-3.13.5/Doc/tools/templates/download.html                                          |    2 
 python3.13-3.13.5/Doc/tools/templates/indexcontent.html                                      |    2 
 python3.13-3.13.5/Doc/tools/templates/indexsidebar.html                                      |   15 
 python3.13-3.13.5/Doc/tools/templates/layout.html                                            |   11 
 python3.13-3.13.5/Doc/tutorial/controlflow.rst                                               |    5 
 python3.13-3.13.5/Doc/tutorial/index.rst                                                     |    7 
 python3.13-3.13.5/Doc/tutorial/introduction.rst                                              |    9 
 python3.13-3.13.5/Doc/tutorial/modules.rst                                                   |    6 
 python3.13-3.13.5/Doc/using/android.rst                                                      |    9 
 python3.13-3.13.5/Doc/using/cmdline.rst                                                      |    8 
 python3.13-3.13.5/Doc/whatsnew/3.10.rst                                                      |    7 
 python3.13-3.13.5/Doc/whatsnew/3.13.rst                                                      |   55 
 python3.13-3.13.5/Grammar/python.gram                                                        |   10 
 python3.13-3.13.5/Include/abstract.h                                                         |   14 
 python3.13-3.13.5/Include/boolobject.h                                                       |   13 
 python3.13-3.13.5/Include/cpython/warnings.h                                                 |    6 
 python3.13-3.13.5/Include/internal/mimalloc/mimalloc/internal.h                              |    8 
 python3.13-3.13.5/Include/internal/mimalloc/mimalloc/types.h                                 |    2 
 python3.13-3.13.5/Include/internal/pycore_bytesobject.h                                      |    4 
 python3.13-3.13.5/Include/internal/pycore_object.h                                           |   17 
 python3.13-3.13.5/Include/internal/pycore_runtime.h                                          |    2 
 python3.13-3.13.5/Include/internal/pycore_unicodeobject.h                                    |   13 
 python3.13-3.13.5/Include/object.h                                                           |    9 
 python3.13-3.13.5/Include/patchlevel.h                                                       |    4 
 python3.13-3.13.5/Include/py_curses.h                                                        |    3 
 python3.13-3.13.5/Include/pyport.h                                                           |   24 
 python3.13-3.13.5/Lib/_pydatetime.py                                                         |    6 
 python3.13-3.13.5/Lib/_pyio.py                                                               |   23 
 python3.13-3.13.5/Lib/_pyrepl/__main__.py                                                    |    4 
 python3.13-3.13.5/Lib/_pyrepl/base_eventqueue.py                                             |  110 
 python3.13-3.13.5/Lib/_pyrepl/commands.py                                                    |    2 
 python3.13-3.13.5/Lib/_pyrepl/simple_interact.py                                             |   14 
 python3.13-3.13.5/Lib/_pyrepl/unix_console.py                                                |    6 
 python3.13-3.13.5/Lib/_pyrepl/unix_eventqueue.py                                             |   86 
 python3.13-3.13.5/Lib/_pyrepl/windows_console.py                                             |   82 
 python3.13-3.13.5/Lib/_pyrepl/windows_eventqueue.py                                          |   42 
 python3.13-3.13.5/Lib/_strptime.py                                                           |   11 
 python3.13-3.13.5/Lib/_threading_local.py                                                    |  122 
 python3.13-3.13.5/Lib/argparse.py                                                            |   13 
 python3.13-3.13.5/Lib/ast.py                                                                 |   64 
 python3.13-3.13.5/Lib/asyncio/base_events.py                                                 |   18 
 python3.13-3.13.5/Lib/asyncio/base_subprocess.py                                             |    7 
 python3.13-3.13.5/Lib/concurrent/futures/_base.py                                            |    2 
 python3.13-3.13.5/Lib/concurrent/futures/process.py                                          |    2 
 python3.13-3.13.5/Lib/configparser.py                                                        |    2 
 python3.13-3.13.5/Lib/email/_header_value_parser.py                                          |    6 
 python3.13-3.13.5/Lib/email/utils.py                                                         |   10 
 python3.13-3.13.5/Lib/ensurepip/__init__.py                                                  |    2 
 python3.13-3.13.5/Lib/enum.py                                                                |   18 
 python3.13-3.13.5/Lib/genericpath.py                                                         |   11 
 python3.13-3.13.5/Lib/hashlib.py                                                             |   14 
 python3.13-3.13.5/Lib/html/parser.py                                                         |   26 
 python3.13-3.13.5/Lib/http/cookiejar.py                                                      |   11 
 python3.13-3.13.5/Lib/http/server.py                                                         |   15 
 python3.13-3.13.5/Lib/idlelib/News3.txt                                                      |    7 
 python3.13-3.13.5/Lib/idlelib/pyshell.py                                                     |   12 
 python3.13-3.13.5/Lib/inspect.py                                                             |   40 
 python3.13-3.13.5/Lib/ipaddress.py                                                           |   17 
 python3.13-3.13.5/Lib/json/encoder.py                                                        |    5 
 python3.13-3.13.5/Lib/locale.py                                                              |    5 
 python3.13-3.13.5/Lib/logging/__init__.py                                                    |   29 
 python3.13-3.13.5/Lib/logging/handlers.py                                                    |    3 
 python3.13-3.13.5/Lib/multiprocessing/context.py                                             |    2 
 python3.13-3.13.5/Lib/ntpath.py                                                              |   41 
 python3.13-3.13.5/Lib/os.py                                                                  |    1 
 python3.13-3.13.5/Lib/posixpath.py                                                           |   50 
 python3.13-3.13.5/Lib/pydoc.py                                                               |    4 
 python3.13-3.13.5/Lib/pydoc_data/topics.py                                                   |  120 
 python3.13-3.13.5/Lib/site.py                                                                |    6 
 python3.13-3.13.5/Lib/subprocess.py                                                          |   14 
 python3.13-3.13.5/Lib/tarfile.py                                                             |  167 -
 python3.13-3.13.5/Lib/test/.ruff.toml                                                        |   13 
 python3.13-3.13.5/Lib/test/_test_multiprocessing.py                                          |   37 
 python3.13-3.13.5/Lib/test/datetimetester.py                                                 |    3 
 python3.13-3.13.5/Lib/test/libregrtest/main.py                                               |    7 
 python3.13-3.13.5/Lib/test/libregrtest/setup.py                                              |   11 
 python3.13-3.13.5/Lib/test/libregrtest/utils.py                                              |    2 
 python3.13-3.13.5/Lib/test/pickletester.py                                                   |   17 
 python3.13-3.13.5/Lib/test/subprocessdata/fd_status.py                                       |    4 
 python3.13-3.13.5/Lib/test/support/__init__.py                                               |   52 
 python3.13-3.13.5/Lib/test/support/hypothesis_helper.py                                      |   17 
 python3.13-3.13.5/Lib/test/support/os_helper.py                                              |    2 
 python3.13-3.13.5/Lib/test/test_ast/test_ast.py                                              |   23 
 python3.13-3.13.5/Lib/test/test_asyncio/test_ssl.py                                          |   10 
 python3.13-3.13.5/Lib/test/test_asyncio/test_taskgroups.py                                   |   12 
 python3.13-3.13.5/Lib/test/test_asyncio/utils.py                                             |    3 
 python3.13-3.13.5/Lib/test/test_bufio.py                                                     |    2 
 python3.13-3.13.5/Lib/test/test_builtin.py                                                   |   16 
 python3.13-3.13.5/Lib/test/test_capi/test_bytearray.py                                       |    6 
 python3.13-3.13.5/Lib/test/test_capi/test_bytes.py                                           |    8 
 python3.13-3.13.5/Lib/test/test_cext/__init__.py                                             |    2 
 python3.13-3.13.5/Lib/test/test_clinic.py                                                    |    5 
 python3.13-3.13.5/Lib/test/test_codeccallbacks.py                                            |   39 
 python3.13-3.13.5/Lib/test/test_codecs.py                                                    |   52 
 python3.13-3.13.5/Lib/test/test_collections.py                                               |    2 
 python3.13-3.13.5/Lib/test/test_compile.py                                                   |   38 
 python3.13-3.13.5/Lib/test/test_concurrent_futures/executor.py                               |   28 
 python3.13-3.13.5/Lib/test/test_configparser.py                                              |   41 
 python3.13-3.13.5/Lib/test/test_cppext/__init__.py                                           |    2 
 python3.13-3.13.5/Lib/test/test_cppext/setup.py                                              |    1 
 python3.13-3.13.5/Lib/test/test_cprofile.py                                                  |    8 
 python3.13-3.13.5/Lib/test/test_ctypes/test_aligned_structures.py                            |   37 
 python3.13-3.13.5/Lib/test/test_ctypes/test_pointers.py                                      |   11 
 python3.13-3.13.5/Lib/test/test_ctypes/test_refcounts.py                                     |   15 
 python3.13-3.13.5/Lib/test/test_curses.py                                                    |   23 
 python3.13-3.13.5/Lib/test/test_dataclasses/__init__.py                                      |   13 
 python3.13-3.13.5/Lib/test/test_descr.py                                                     |   16 
 python3.13-3.13.5/Lib/test/test_dict.py                                                      |   35 
 python3.13-3.13.5/Lib/test/test_doctest/sample_doctest_errors.py                             |   46 
 python3.13-3.13.5/Lib/test/test_doctest/test_doctest.py                                      |  485 +++
 python3.13-3.13.5/Lib/test/test_doctest/test_doctest_errors.txt                              |   14 
 python3.13-3.13.5/Lib/test/test_doctest/test_doctest_skip.txt                                |    2 
 python3.13-3.13.5/Lib/test/test_doctest/test_doctest_skip2.txt                               |    6 
 python3.13-3.13.5/Lib/test/test_email/__init__.py                                            |    3 
 python3.13-3.13.5/Lib/test/test_email/test__header_value_parser.py                           |   78 
 python3.13-3.13.5/Lib/test/test_email/test_contentmanager.py                                 |    2 
 python3.13-3.13.5/Lib/test/test_email/test_defect_handling.py                                |    4 
 python3.13-3.13.5/Lib/test/test_email/test_email.py                                          |   36 
 python3.13-3.13.5/Lib/test/test_enum.py                                                      |   15 
 python3.13-3.13.5/Lib/test/test_fcntl.py                                                     |   21 
 python3.13-3.13.5/Lib/test/test_fractions.py                                                 |  208 -
 python3.13-3.13.5/Lib/test/test_free_threading/test_dict.py                                  |   21 
 python3.13-3.13.5/Lib/test/test_fstring.py                                                   |   25 
 python3.13-3.13.5/Lib/test/test_funcattrs.py                                                 |   28 
 python3.13-3.13.5/Lib/test/test_functools.py                                                 |    6 
 python3.13-3.13.5/Lib/test/test_gettext.py                                                   |   82 
 python3.13-3.13.5/Lib/test/test_hashlib.py                                                   |   90 
 python3.13-3.13.5/Lib/test/test_htmlparser.py                                                |  134 
 python3.13-3.13.5/Lib/test/test_http_cookiejar.py                                            |  200 -
 python3.13-3.13.5/Lib/test/test_http_cookies.py                                              |    5 
 python3.13-3.13.5/Lib/test/test_httplib.py                                                   |   35 
 python3.13-3.13.5/Lib/test/test_httpservers.py                                               |  182 -
 python3.13-3.13.5/Lib/test/test_import/__init__.py                                           |    4 
 python3.13-3.13.5/Lib/test/test_importlib/import_/test_relative_imports.py                   |   15 
 python3.13-3.13.5/Lib/test/test_importlib/test_threaded_import.py                            |   15 
 python3.13-3.13.5/Lib/test/test_inspect/test_inspect.py                                      |   73 
 python3.13-3.13.5/Lib/test/test_interpreters/test_stress.py                                  |   30 
 python3.13-3.13.5/Lib/test/test_io.py                                                        |   83 
 python3.13-3.13.5/Lib/test/test_ioctl.py                                                     |  224 +
 python3.13-3.13.5/Lib/test/test_ipaddress.py                                                 |   54 
 python3.13-3.13.5/Lib/test/test_json/test_dump.py                                            |    8 
 python3.13-3.13.5/Lib/test/test_json/test_recursion.py                                       |    1 
 python3.13-3.13.5/Lib/test/test_list.py                                                      |   13 
 python3.13-3.13.5/Lib/test/test_locale.py                                                    |    4 
 python3.13-3.13.5/Lib/test/test_logging.py                                                   |  101 
 python3.13-3.13.5/Lib/test/test_mailbox.py                                                   |    9 
 python3.13-3.13.5/Lib/test/test_math.py                                                      |    6 
 python3.13-3.13.5/Lib/test/test_minidom.py                                                   |  396 +-
 python3.13-3.13.5/Lib/test/test_ntpath.py                                                    |  357 ++
 python3.13-3.13.5/Lib/test/test_opcache.py                                                   |   18 
 python3.13-3.13.5/Lib/test/test_operator.py                                                  |    3 
 python3.13-3.13.5/Lib/test/test_pathlib/test_pathlib.py                                      |   14 
 python3.13-3.13.5/Lib/test/test_pdb.py                                                       |    4 
 python3.13-3.13.5/Lib/test/test_peg_generator/test_c_parser.py                               |    2 
 python3.13-3.13.5/Lib/test/test_perf_profiler.py                                             |   15 
 python3.13-3.13.5/Lib/test/test_pkg.py                                                       |    1 
 python3.13-3.13.5/Lib/test/test_poplib.py                                                    |    9 
 python3.13-3.13.5/Lib/test/test_posixpath.py                                                 |  415 ++
 python3.13-3.13.5/Lib/test/test_pydoc/test_pydoc.py                                          |   82 
 python3.13-3.13.5/Lib/test/test_pyrepl/test_eventqueue.py                                    |  192 +
 python3.13-3.13.5/Lib/test/test_pyrepl/test_pyrepl.py                                        |   94 
 python3.13-3.13.5/Lib/test/test_pyrepl/test_unix_eventqueue.py                               |  117 
 python3.13-3.13.5/Lib/test/test_pyrepl/test_windows_console.py                               |  221 +
 python3.13-3.13.5/Lib/test/test_queue.py                                                     |   20 
 python3.13-3.13.5/Lib/test/test_random.py                                                    |   40 
 python3.13-3.13.5/Lib/test/test_readline.py                                                  |    8 
 python3.13-3.13.5/Lib/test/test_regrtest.py                                                  |   52 
 python3.13-3.13.5/Lib/test/test_rlcompleter.py                                               |   25 
 python3.13-3.13.5/Lib/test/test_socket.py                                                    |   40 
 python3.13-3.13.5/Lib/test/test_ssl.py                                                       |   42 
 python3.13-3.13.5/Lib/test/test_statistics.py                                                |    1 
 python3.13-3.13.5/Lib/test/test_strftime.py                                                  |   16 
 python3.13-3.13.5/Lib/test/test_strptime.py                                                  |   26 
 python3.13-3.13.5/Lib/test/test_subprocess.py                                                |   32 
 python3.13-3.13.5/Lib/test/test_tarfile.py                                                   |  359 ++
 python3.13-3.13.5/Lib/test/test_termios.py                                                   |   60 
 python3.13-3.13.5/Lib/test/test_threadedtempfile.py                                          |    4 
 python3.13-3.13.5/Lib/test/test_threading.py                                                 |   35 
 python3.13-3.13.5/Lib/test/test_time.py                                                      |    8 
 python3.13-3.13.5/Lib/test/test_timeout.py                                                   |   43 
 python3.13-3.13.5/Lib/test/test_tokenize.py                                                  |   35 
 python3.13-3.13.5/Lib/test/test_tools/test_i18n.py                                           |    8 
 python3.13-3.13.5/Lib/test/test_tools/test_msgfmt.py                                         |  125 
 python3.13-3.13.5/Lib/test/test_traceback.py                                                 |  102 
 python3.13-3.13.5/Lib/test/test_types.py                                                     |   28 
 python3.13-3.13.5/Lib/test/test_typing.py                                                    |   17 
 python3.13-3.13.5/Lib/test/test_urllib.py                                                    |   15 
 python3.13-3.13.5/Lib/test/test_urllib2.py                                                   |   25 
 python3.13-3.13.5/Lib/test/test_urllib2_localnet.py                                          |    6 
 python3.13-3.13.5/Lib/test/test_urllibnet.py                                                 |    6 
 python3.13-3.13.5/Lib/test/test_urlparse.py                                                  |  388 +-
 python3.13-3.13.5/Lib/test/test_warnings/__init__.py                                         |   60 
 python3.13-3.13.5/Lib/test/test_with.py                                                      |    2 
 python3.13-3.13.5/Lib/test/test_xml_etree.py                                                 |   44 
 python3.13-3.13.5/Lib/test/test_yield_from.py                                                |    7 
 python3.13-3.13.5/Lib/test/test_zipfile/_path/_test_params.py                                |    2 
 python3.13-3.13.5/Lib/test/test_zipfile/_path/test_complexity.py                             |    2 
 python3.13-3.13.5/Lib/test/test_zipfile/_path/test_path.py                                   |   22 
 python3.13-3.13.5/Lib/test/test_zipfile/_path/write-alpharep.py                              |    1 
 python3.13-3.13.5/Lib/test/test_zipfile/test_core.py                                         |    2 
 python3.13-3.13.5/Lib/threading.py                                                           |    2 
 python3.13-3.13.5/Lib/tomllib/_parser.py                                                     |   14 
 python3.13-3.13.5/Lib/tomllib/_re.py                                                         |    6 
 python3.13-3.13.5/Lib/tomllib/mypy.ini                                                       |   17 
 python3.13-3.13.5/Lib/traceback.py                                                           |   25 
 python3.13-3.13.5/Lib/zipfile/_path/__init__.py                                              |   15 
 python3.13-3.13.5/Lib/zipfile/_path/glob.py                                                  |    1 
 python3.13-3.13.5/Makefile.pre.in                                                            |   12 
 python3.13-3.13.5/Misc/ACKS                                                                  |    1 
 python3.13-3.13.5/Misc/NEWS                                                                  |  426 ++
 python3.13-3.13.5/Misc/platform_triplet.c                                                    |   24 
 python3.13-3.13.5/Misc/python.man                                                            |   90 
 python3.13-3.13.5/Modules/_blake2/blake2b_impl.c                                             |   15 
 python3.13-3.13.5/Modules/_blake2/blake2s_impl.c                                             |   15 
 python3.13-3.13.5/Modules/_blake2/clinic/blake2b_impl.c.h                                    |   50 
 python3.13-3.13.5/Modules/_blake2/clinic/blake2s_impl.c.h                                    |   50 
 python3.13-3.13.5/Modules/_ctypes/_ctypes.c                                                  |   12 
 python3.13-3.13.5/Modules/_ctypes/callproc.c                                                 |    7 
 python3.13-3.13.5/Modules/_ctypes/stgdict.c                                                  |    3 
 python3.13-3.13.5/Modules/_cursesmodule.c                                                    |   38 
 python3.13-3.13.5/Modules/_elementtree.c                                                     |   41 
 python3.13-3.13.5/Modules/_hashopenssl.c                                                     |  174 -
 python3.13-3.13.5/Modules/_io/bufferedio.c                                                   |    9 
 python3.13-3.13.5/Modules/_io/fileio.c                                                       |    3 
 python3.13-3.13.5/Modules/_io/textio.c                                                       |   19 
 python3.13-3.13.5/Modules/_json.c                                                            |   15 
 python3.13-3.13.5/Modules/_lsprof.c                                                          |    1 
 python3.13-3.13.5/Modules/_pickle.c                                                          |    9 
 python3.13-3.13.5/Modules/_randommodule.c                                                    |   14 
 python3.13-3.13.5/Modules/_ssl.c                                                             |    2 
 python3.13-3.13.5/Modules/_testclinic.c                                                      |   20 
 python3.13-3.13.5/Modules/_testexternalinspection.c                                          |    4 
 python3.13-3.13.5/Modules/_threadmodule.c                                                    |    6 
 python3.13-3.13.5/Modules/arraymodule.c                                                      |    2 
 python3.13-3.13.5/Modules/clinic/_cursesmodule.c.h                                           |   11 
 python3.13-3.13.5/Modules/clinic/_hashopenssl.c.h                                            |  465 ++-
 python3.13-3.13.5/Modules/clinic/_randommodule.c.h                                           |    8 
 python3.13-3.13.5/Modules/clinic/_testclinic.c.h                                             |   60 
 python3.13-3.13.5/Modules/clinic/mathmodule.c.h                                              |    6 
 python3.13-3.13.5/Modules/clinic/md5module.c.h                                               |   34 
 python3.13-3.13.5/Modules/clinic/sha1module.c.h                                              |   34 
 python3.13-3.13.5/Modules/clinic/sha2module.c.h                                              |  130 
 python3.13-3.13.5/Modules/clinic/sha3module.c.h                                              |  122 
 python3.13-3.13.5/Modules/hashlib.h                                                          |   29 
 python3.13-3.13.5/Modules/mathmodule.c                                                       |   25 
 python3.13-3.13.5/Modules/md5module.c                                                        |   13 
 python3.13-3.13.5/Modules/posixmodule.c                                                      |   24 
 python3.13-3.13.5/Modules/sha1module.c                                                       |   12 
 python3.13-3.13.5/Modules/sha2module.c                                                       |   49 
 python3.13-3.13.5/Modules/sha3module.c                                                       |   21 
 python3.13-3.13.5/Modules/socketmodule.c                                                     |  154 -
 python3.13-3.13.5/Modules/socketmodule.h                                                     |   23 
 python3.13-3.13.5/Modules/xxlimited.c                                                        |   11 
 python3.13-3.13.5/Objects/bytesobject.c                                                      |   54 
 python3.13-3.13.5/Objects/descrobject.c                                                      |    2 
 python3.13-3.13.5/Objects/dictobject.c                                                       |   78 
 python3.13-3.13.5/Objects/listobject.c                                                       |    8 
 python3.13-3.13.5/Objects/longobject.c                                                       |   13 
 python3.13-3.13.5/Objects/setobject.c                                                        |   41 
 python3.13-3.13.5/Objects/typeobject.c                                                       |   17 
 python3.13-3.13.5/Objects/unicodeobject.c                                                    |  104 
 python3.13-3.13.5/Objects/unionobject.c                                                      |   29 
 python3.13-3.13.5/PC/_wmimodule.cpp                                                          |   22 
 python3.13-3.13.5/PC/launcher2.c                                                             |   17 
 python3.13-3.13.5/PC/layout/__main__.py                                                      |    2 
 python3.13-3.13.5/PC/layout/main.py                                                          |   31 
 python3.13-3.13.5/PC/layout/support/options.py                                               |   31 
 python3.13-3.13.5/PC/layout/support/pymanager.py                                             |  256 +
 python3.13-3.13.5/PCbuild/_testclinic_limited.vcxproj                                        |    1 
 python3.13-3.13.5/PCbuild/get_external.py                                                    |   23 
 python3.13-3.13.5/PCbuild/pyproject.props                                                    |   12 
 python3.13-3.13.5/Parser/lexer/lexer.c                                                       |   10 
 python3.13-3.13.5/Parser/parser.c                                                            |   86 
 python3.13-3.13.5/Parser/pegen.c                                                             |   78 
 python3.13-3.13.5/Parser/pegen.h                                                             |    7 
 python3.13-3.13.5/Parser/string_parser.c                                                     |   26 
 python3.13-3.13.5/Python/_warnings.c                                                         |   22 
 python3.13-3.13.5/Python/asm_trampoline.S                                                    |   22 
 python3.13-3.13.5/Python/bltinmodule.c                                                       |    1 
 python3.13-3.13.5/Python/bytecodes.c                                                         |    3 
 python3.13-3.13.5/Python/compile.c                                                           |    4 
 python3.13-3.13.5/Python/fileutils.c                                                         |   10 
 python3.13-3.13.5/Python/generated_cases.c.h                                                 |    2 
 python3.13-3.13.5/Python/import.c                                                            |    4 
 python3.13-3.13.5/Python/modsupport.c                                                        |    3 
 python3.13-3.13.5/Python/perf_jit_trampoline.c                                               | 1422 +++++++---
 python3.13-3.13.5/Python/sysmodule.c                                                         |    3 
 python3.13-3.13.5/README.rst                                                                 |    2 
 python3.13-3.13.5/Tools/build/compute-changes.py                                             |   26 
 python3.13-3.13.5/Tools/build/deepfreeze.py                                                  |   54 
 python3.13-3.13.5/Tools/build/mypy.ini                                                       |   14 
 python3.13-3.13.5/Tools/build/umarshal.py                                                    |   11 
 python3.13-3.13.5/Tools/build/update_file.py                                                 |   24 
 python3.13-3.13.5/Tools/build/verify_ensurepip_wheels.py                                     |    6 
 python3.13-3.13.5/Tools/cases_generator/interpreter_definition.md                            |    2 
 python3.13-3.13.5/Tools/clinic/libclinic/converters.py                                       |    3 
 python3.13-3.13.5/Tools/i18n/makelocalealias.py                                              |    3 
 python3.13-3.13.5/Tools/jit/_stencils.py                                                     |    6 
 python3.13-3.13.5/Tools/jit/_targets.py                                                      |    7 
 python3.13-3.13.5/Tools/msi/dev/dev_files.wxs                                                |    3 
 python3.13-3.13.5/Tools/msi/lib/lib.wixproj                                                  |    3 
 python3.13-3.13.5/Tools/peg_generator/pegen/build.py                                         |    5 
 python3.13-3.13.5/Tools/peg_generator/pegen/c_generator.py                                   |   58 
 python3.13-3.13.5/Tools/requirements-dev.txt                                                 |    2 
 python3.13-3.13.5/configure                                                                  |   32 
 python3.13-3.13.5/configure.ac                                                               |   14 
 python3.13-3.13.5/debian/changelog                                                           |   43 
 python3.13-3.13.5/debian/control                                                             |    4 
 python3.13-3.13.5/debian/control.in                                                          |    9 
 python3.13-3.13.5/debian/patches/Add-Debian-specific-documentation-path-to-IDLE-menu.diff    |   31 
 python3.13-3.13.5/debian/patches/disable-sem-check.diff                                      |    2 
 python3.13-3.13.5/debian/patches/distutils-install-layout.diff                               |    4 
 python3.13-3.13.5/debian/patches/ensurepip-disabled.diff                                     |    2 
 python3.13-3.13.5/debian/patches/gchead-alignment.diff                                       |  104 
 python3.13-3.13.5/debian/patches/git-updates.diff                                            |    5 
 python3.13-3.13.5/debian/patches/m68k-alignment-fix.diff                                     |   16 
 python3.13-3.13.5/debian/patches/man-page-fixes.diff                                         |  418 --
 python3.13-3.13.5/debian/patches/multiarch.diff                                              |    4 
 python3.13-3.13.5/debian/patches/no-wheel-whl.diff                                           |   63 
 python3.13-3.13.5/debian/patches/patchlevel-noplus.diff                                      |    4 
 python3.13-3.13.5/debian/patches/revert-logger-disable.diff                                  |  177 +
 python3.13-3.13.5/debian/patches/series                                                      |    6 
 python3.13-3.13.5/debian/patches/stable-abi-multiarch.diff                                   |    2 
 python3.13-3.13.5/iOS/Resources/bin/arm64-apple-ios-clang                                    |    2 
 python3.13-3.13.5/iOS/Resources/bin/arm64-apple-ios-clang++                                  |    2 
 python3.13-3.13.5/iOS/Resources/bin/arm64-apple-ios-cpp                                      |    2 
 python3.13-3.13.5/iOS/Resources/bin/arm64-apple-ios-simulator-clang                          |    2 
 python3.13-3.13.5/iOS/Resources/bin/arm64-apple-ios-simulator-clang++                        |    2 
 python3.13-3.13.5/iOS/Resources/bin/arm64-apple-ios-simulator-cpp                            |    2 
 python3.13-3.13.5/iOS/Resources/bin/x86_64-apple-ios-simulator-clang                         |    2 
 python3.13-3.13.5/iOS/Resources/bin/x86_64-apple-ios-simulator-clang++                       |    2 
 python3.13-3.13.5/iOS/Resources/bin/x86_64-apple-ios-simulator-cpp                           |    2 
 python3.13-3.13.5/iOS/testbed/__main__.py                                                    |   42 
 python3.13-3.13.5/pyconfig.h.in                                                              |   13 
 450 files changed, 12379 insertions(+), 4869 deletions(-)

Attachment: python3.13_3.13.5-2.debdiff.xz
Description: application/xz

diff -Nru python3-defaults-3.13.3/debian/2to3.1 python3-defaults-3.13.5/debian/2to3.1
--- python3-defaults-3.13.3/debian/2to3.1	2018-06-05 23:35:36.000000000 +0200
+++ python3-defaults-3.13.5/debian/2to3.1	1970-01-01 01:00:00.000000000 +0100
@@ -1,41 +0,0 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.4.
-.TH 2TO3-3.3 "1" "January 2012" "2to3-3.3 3.3" "User Commands"
-.SH NAME
-2to3-3.3 \- Python2 to Python3 converter
-.SH SYNOPSIS
-.B 2to3
-[\fIoptions\fR] \fIfile|dir \fR...
-.SH OPTIONS
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-show this help message and exit
-.TP
-\fB\-d\fR, \fB\-\-doctests_only\fR
-Fix up doctests only
-.TP
-\fB\-f\fR FIX, \fB\-\-fix\fR=\fIFIX\fR
-Each FIX specifies a transformation; default: all
-.TP
-\fB\-j\fR PROCESSES, \fB\-\-processes\fR=\fIPROCESSES\fR
-Run 2to3 concurrently
-.TP
-\fB\-x\fR NOFIX, \fB\-\-nofix\fR=\fINOFIX\fR
-Prevent a transformation from being run
-.TP
-\fB\-l\fR, \fB\-\-list\-fixes\fR
-List available transformations
-.TP
-\fB\-p\fR, \fB\-\-print\-function\fR
-Modify the grammar so that print() is a function
-.TP
-\fB\-v\fR, \fB\-\-verbose\fR
-More verbose logging
-.TP
-\fB\-\-no\-diffs\fR
-Don't show diffs of the refactoring
-.TP
-\fB\-w\fR, \fB\-\-write\fR
-Write back modified files
-.TP
-\fB\-n\fR, \fB\-\-nobackups\fR
-Don't write backups for modified files
diff -Nru python3-defaults-3.13.3/debian/2to3.py python3-defaults-3.13.5/debian/2to3.py
--- python3-defaults-3.13.3/debian/2to3.py	2018-06-05 23:35:36.000000000 +0200
+++ python3-defaults-3.13.5/debian/2to3.py	1970-01-01 01:00:00.000000000 +0100
@@ -1,5 +0,0 @@
-#! /usr/bin/python3
-import sys
-from lib2to3.main import main
-
-sys.exit(main("lib2to3.fixes"))
diff -Nru python3-defaults-3.13.3/debian/changelog python3-defaults-3.13.5/debian/changelog
--- python3-defaults-3.13.3/debian/changelog	2025-04-09 10:07:25.000000000 +0200
+++ python3-defaults-3.13.5/debian/changelog	2025-06-30 09:17:02.000000000 +0200
@@ -1,3 +1,16 @@
+python3-defaults (3.13.5-1) unstable; urgency=medium
+
+  * Bump version to 3.13.5.
+  * Fix typo in unsupported_versions.
+
+ -- Stefano Rivera <stefanor@debian.org>  Mon, 30 Jun 2025 09:17:02 +0200
+
+python3-defaults (3.13.4-1) unstable; urgency=medium
+
+  * Bump version to 3.13.4.
+
+ -- Matthias Klose <doko@debian.org>  Thu, 05 Jun 2025 07:58:03 +0200
+
 python3-defaults (3.13.3-1) unstable; urgency=medium
 
   * Bump version to 3.13.3.
diff -Nru python3-defaults-3.13.3/debian/control python3-defaults-3.13.5/debian/control
--- python3-defaults-3.13.3/debian/control	2025-04-09 10:07:25.000000000 +0200
+++ python3-defaults-3.13.5/debian/control	2025-06-30 09:17:02.000000000 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Matthias Klose <doko@debian.org>
 Uploaders: Piotr Ożarowski <piotr@debian.org>, Stefano Rivera <stefanor@debian.org>
-Build-Depends: debhelper (>= 11), dpkg-dev (>= 1.17.11), python3.13:any (>= 3.13.3-1~),
+Build-Depends: debhelper (>= 11), dpkg-dev (>= 1.17.11), python3.13:any (>= 3.13.5-1~),
   python3.13-minimal:any,
   python3-docutils <!nodoc>,
   python3-sphinx <!nodoc>,
@@ -17,8 +17,8 @@
 Architecture: any
 Multi-Arch: allowed
 Pre-Depends: python3-minimal (= ${binary:Version})
-Depends: python3.13 (>= 3.13.3-1~), libpython3-stdlib (= ${binary:Version}), ${misc:Depends}
-Suggests: python3-doc (>= ${binary:Version}), python3-tk (>= 3.13.3-1~) , python3-venv (>= ${binary:Version})
+Depends: python3.13 (>= 3.13.5-1~), libpython3-stdlib (= ${binary:Version}), ${misc:Depends}
+Suggests: python3-doc (>= ${binary:Version}), python3-tk (>= 3.13.5-1~) , python3-venv (>= ${binary:Version})
 Replaces: python3-minimal (<< 3.1.2-2)
 Provides: python3-profiler, python3-supported-min (= 3.13), python3-supported-max (= 3.13)
 Conflicts: python3-distutils
@@ -33,7 +33,7 @@
 Package: python3-venv
 Architecture: any
 Multi-Arch: allowed
-Depends: python3.13-venv (>= 3.13.3-1~), python3 (= ${binary:Version}),
+Depends: python3.13-venv (>= 3.13.5-1~), python3 (= ${binary:Version}),
   ${misc:Depends}
 Description: venv module for python3 (default python3 version)
  This package contains the venv module for the Python language (default python3
@@ -52,7 +52,7 @@
 Package: python3-minimal
 Architecture: any
 Multi-Arch: allowed
-Pre-Depends: python3.13-minimal (>= 3.13.3-1~)
+Pre-Depends: python3.13-minimal (>= 3.13.5-1~)
 Depends: dpkg (>= 1.13.20), ${misc:Depends}
 Description: minimal subset of the Python language (default python3 version)
  This package contains the interpreter and some essential modules.  It's used
@@ -65,7 +65,7 @@
 Architecture: any
 Multi-Arch: allowed
 Depends: python3 (= ${binary:Version}),
-  python3.13-nopie (>= 3.13.3-1~), ${misc:Depends}
+  python3.13-nopie (>= 3.13.5-1~), ${misc:Depends}
 Description: Python interpreter linked without PIE (default python3 version)
  This package contains the interpreter not built as position independent
  executable. This interpreter is diverting the python3 executable, and making
@@ -75,7 +75,7 @@
 Package: python3-examples
 Architecture: all
 Multi-Arch: foreign
-Depends: python3 (>= ${binary:Version}), python3.13-examples (>= 3.13.3-1~), ${misc:Depends}
+Depends: python3 (>= ${binary:Version}), python3.13-examples (>= 3.13.5-1~), ${misc:Depends}
 Description: examples for the Python language (default version)
  Examples, Demos and Tools for Python. These are files included in
  the upstream Python distribution.
@@ -87,7 +87,7 @@
 Architecture: any
 Multi-Arch: allowed
 Depends: python3 (= ${binary:Version}), libpython3-dev (= ${binary:Version}),
-  python3.13-dev (>= 3.13.3-1~),
+  python3.13-dev (>= 3.13.5-1~),
   ${misc:Depends}, ${sphinxdoc:Depends}
 Breaks: python3 (<< 3.9.2-1~)
 Replaces: python3.1 (<< 3.1.2+20100706-3), python3 (<< 3.9.2-1~)
@@ -104,7 +104,7 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libpython3.13-dev (>= 3.13.3-1~), ${misc:Depends}
+Depends: libpython3.13-dev (>= 3.13.5-1~), ${misc:Depends}
 Breaks: libpython3.8-dev (<< 3.8.0-2), python3-dev (<< 3.8.0-1)
 Replaces: libpython3.8-dev (<< 3.8.0-2), python3-dev (<< 3.8.0-1)
 Description: header files and a static library for Python (default)
@@ -118,7 +118,7 @@
 Package: libpython3-stdlib
 Architecture: any
 Multi-Arch: same
-Depends: libpython3.13-stdlib (>= 3.13.3-1~), ${misc:Depends}
+Depends: libpython3.13-stdlib (>= 3.13.5-1~), ${misc:Depends}
 Description: interactive high-level object-oriented language (default python3 version)
  This package contains the majority of the standard library for the Python
  language (default python3 version).
@@ -143,7 +143,7 @@
 Section: doc
 Architecture: all
 Multi-Arch: foreign
-Depends: python3.13-doc (>= 3.13.3-1~), ${misc:Depends}
+Depends: python3.13-doc (>= 3.13.5-1~), ${misc:Depends}
 Suggests: python3 (>= ${binary:Version}), python3-examples
 Description: documentation for the high-level object-oriented language Python 3
  This is the official set of documentation for the interactive high-level
@@ -167,7 +167,7 @@
 Architecture: any
 Multi-Arch: allowed
 Section: debug
-Depends: python3 (= ${binary:Version}), libpython3-dbg (= ${binary:Version}), python3.13-dbg (>= 3.13.3-1~), ${misc:Depends}
+Depends: python3 (= ${binary:Version}), libpython3-dbg (= ${binary:Version}), python3.13-dbg (>= 3.13.5-1~), ${misc:Depends}
 Description: debug build of the Python 3 Interpreter (version 3.13)
  Python 3 interpreter configured with --pydebug. Dynamically loaded modules
  are searched in /usr/lib/python3.13/lib-dynload/debug first.
@@ -176,7 +176,7 @@
 Architecture: any
 Multi-Arch: same
 Section: debug
-Depends: libpython3.13-dbg (>= 3.13.3-1~), ${misc:Depends}
+Depends: libpython3.13-dbg (>= 3.13.5-1~), ${misc:Depends}
 Breaks: python3-dbg (<< 3.8.0-1)
 Replaces: python3-dbg (<< 3.8.0-1)
 Description: debug build of the Python 3 Interpreter (version 3.13)
@@ -280,7 +280,7 @@
 Architecture: any
 Multi-Arch: allowed
 Depends: python3 (= ${binary:Version}),
-  python3.13-full (>= 3.13.3-1~),
+  python3.13-full (>= 3.13.5-1~),
   python3-venv (= ${binary:Version}),
   idle,
   python3-gdbm,
diff -Nru python3-defaults-3.13.3/debian/debian_defaults python3-defaults-3.13.5/debian/debian_defaults
--- python3-defaults-3.13.3/debian/debian_defaults	2025-03-04 16:09:02.000000000 +0100
+++ python3-defaults-3.13.5/debian/debian_defaults	2025-06-30 09:17:02.000000000 +0200
@@ -9,4 +9,4 @@
 old-versions = python3.1, python3.2, python3.3, python3.4, python3.5, python3.6, python3.7, python3.8, python3.9, python3.10, python3.11, python3.12
 
 # unsupported versions, including older versions
-unsupported-versions = python3.1, python3.2, python3.3, python3.4, python3.5, python3.6, python3.7, python3.8, python3.9, python3.10, python3.11, python32.12
+unsupported-versions = python3.1, python3.2, python3.3, python3.4, python3.5, python3.6, python3.7, python3.8, python3.9, python3.10, python3.11, python3.12
diff -Nru python3-defaults-3.13.3/debian/rules python3-defaults-3.13.5/debian/rules
--- python3-defaults-3.13.3/debian/rules	2025-04-09 10:07:25.000000000 +0200
+++ python3-defaults-3.13.5/debian/rules	2025-06-30 09:17:02.000000000 +0200
@@ -21,13 +21,13 @@
 distrelease  := $(shell . /etc/os-release; echo $$VERSION_CODENAME)
 
 # required python3.x version
-UPSTRVER   := 3.13.3-1~
+UPSTRVER   := 3.13.5-1~
 
-# required versions of python3-lib2to3 and python3-distutils
-STDLIBVER   := 3.13.3-1~
+# required versions of python3-tk
+STDLIBVER   := 3.13.5-1~
 
 ifeq (,$(filter $(distrelease),lenny etch squeeze wheezy lucid maverick natty oneiric precise quantal raring saucy trusty))
-  bd_i586 = dpkg-dev (>= 1.17.11), python3.13:any (>= 3.13.3-1~),
+  bd_i586 = dpkg-dev (>= 1.17.11), python3.13:any (>= 3.13.5-1~),
 else
   bd_i586 = dpkg-dev (>= 1.16.1~),
 endif
@@ -215,13 +215,6 @@
 	mkdir -p debian/idle/usr/share/applications
 	cp -p debian/idle.desktop debian/idle/usr/share/applications/
 
-	: # provide the 2to3-3 a and 2to3-3.1 defaults
-	mkdir -p debian/2to3/usr/bin
-	install -m 755 debian/2to3.py debian/2to3/usr/bin/2to3
-
-	mkdir -p debian/2to3/usr/share/man/man1
-	install -m 644 debian/2to3.1 debian/2to3/usr/share/man/man1/2to3.1
-
 #	dh_installdebconf -i $(NOPKGS)
 	dh_lintian -i
 	dh_installdocs -i $(NOPKGS) --all debian/README.Debian
diff -Nru ocrmypdf-16.7.0+dfsg1/debian/changelog ocrmypdf-16.7.0+dfsg1/debian/changelog
--- ocrmypdf-16.7.0+dfsg1/debian/changelog	2025-05-10 14:04:21.000000000 +0200
+++ ocrmypdf-16.7.0+dfsg1/debian/changelog	2025-06-28 11:21:17.000000000 +0200
@@ -1,3 +1,10 @@
+ocrmypdf (16.7.0+dfsg1-3) unstable; urgency=medium
+
+  * Team upload.
+  * Patch: Support Python 3.13.4.
+
+ -- Stefano Rivera <stefanor@debian.org>  Sat, 28 Jun 2025 11:21:17 +0200
+
 ocrmypdf (16.7.0+dfsg1-2) unstable; urgency=medium
 
   * Team upload.
diff -Nru ocrmypdf-16.7.0+dfsg1/debian/patches/debian-changes ocrmypdf-16.7.0+dfsg1/debian/patches/debian-changes
--- ocrmypdf-16.7.0+dfsg1/debian/patches/debian-changes	2025-05-10 14:04:21.000000000 +0200
+++ ocrmypdf-16.7.0+dfsg1/debian/patches/debian-changes	2025-06-28 11:21:17.000000000 +0200
@@ -71,3 +71,13 @@
  
  """,
      )
+--- ocrmypdf-16.7.0+dfsg1.orig/src/ocrmypdf/__main__.py
++++ ocrmypdf-16.7.0+dfsg1/src/ocrmypdf/__main__.py
+@@ -79,5 +79,6 @@ def run(args=None):
+ if __name__ == '__main__':
+     multiprocessing.freeze_support()
+     if os.name == 'posix':
+-        multiprocessing.set_start_method('forkserver')
++        with suppress(RuntimeError):
++            multiprocessing.set_start_method('forkserver')
+     sys.exit(run())

--- End Message ---
--- Begin Message ---
Unblocked python3.13.

--- End Message ---

Reply to: