Opened 6 months ago

Closed 5 months ago

#20491 closed enhancement (fixed)

python3-3.13.0

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 12.3
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version. Maybe we should hold off on this for a while. Perhaps wait for 3.13.1. It will require rebuilding all modules.

Change History (10)

comment:1 by Xi Ruoyao, 6 months ago

Spidermonkey test suite needs to be adapted:

sed 's/pipes/shlex/' -i js/src/tests/lib/results.py

comment:2 by Xi Ruoyao, 6 months ago

In the case of Python waiting for .1 won't be very helpful. Most breakages from Python are caused by deliberate changes instead of defects, and .0 => .1 will only fix defects.

comment:3 by Bruce Dubbs, 5 months ago

Summary: python3-3.13.0python3-3.13.0 (Wait for LFS - Probably December)

comment:4 by Joe Locash, 5 months ago

Firefox and Thunderbird also need a change:

sed -i 's/pipes/shlex/' -i python/mozbuild/mozbuild/action/node.py

comment:5 by Bruce Dubbs, 5 months ago

Summary: python3-3.13.0 (Wait for LFS - Probably December)python3-3.13.0

comment:6 by Joe Locash, 5 months ago

2to3 was removed in 3.13.0. The build of openbox is the only package I see that it's used in.

comment:7 by Bruce Dubbs, 5 months ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:8 by Bruce Dubbs, 5 months ago

The release notes for this version of Python are far to large to reproduce here (over 8300 lines of text. See the file Python-3.13.0/Misc/NEWS in the tarball for details of three release canidates, four beta releases, and six alpha releases.

comment:9 by Bruce Dubbs, 5 months ago

Fixed at commits

cdda9017ee Upgrade to babl-0.1.110.
788e7becd8 Upgrade to Python-3.13.0.

comment:10 by Bruce Dubbs, 5 months ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.