forked from pool/python313
- Update to 3.13.5:
- Tests
- gh-135120: Add test.support.subTests().
- Library
- gh-133967: Do not normalize locale name ‘C.UTF-8’ to
‘en_US.UTF-8’.
- gh-135326: Restore support of integer-like objects with
__index__() in random.getrandbits().
- gh-135321: Raise a correct exception for values greater
than 0x7fffffff for the BINSTRING opcode in the C
implementation of pickle.
- gh-135276: Backported bugfixes in zipfile.Path from
zipp 3.23. Fixed .name, .stem and other basename-based
properties on Windows when working with a zipfile on disk.
- gh-134151: email: Fix TypeError in
email.utils.decode_params() when sorting RFC 2231
continuations that contain an unnumbered section.
- gh-134152: email: Fix parsing of email message ID with
invalid domain.
- gh-127081: Fix libc thread safety issues with os by
replacing getlogin with getlogin_r re-entrant version.
- gh-131884: Fix formatting issues in json.dump() when both
indent and skipkeys are used.
- Core and Builtins
- gh-135171: Roll back changes to generator and list
comprehensions that went into 3.13.4 to fix gh-127682,
but which involved semantic and bytecode changes not
appropriate for a bugfix release.
- C API
- gh-134989: Fix Py_RETURN_NONE, Py_RETURN_TRUE and
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python313?expand=0&rev=102
This commit is contained in:
BIN
Python-3.13.4.tar.xz
(Stored with Git LFS)
BIN
Python-3.13.4.tar.xz
(Stored with Git LFS)
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
Python-3.13.5.tar.xz
(Stored with Git LFS)
Normal file
BIN
Python-3.13.5.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
1
Python-3.13.5.tar.xz.sigstore
Normal file
1
Python-3.13.5.tar.xz.sigstore
Normal file
File diff suppressed because one or more lines are too long
@@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 11 22:02:59 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Update to 3.13.5:
|
||||
- Tests
|
||||
- gh-135120: Add test.support.subTests().
|
||||
- Library
|
||||
- gh-133967: Do not normalize locale name ‘C.UTF-8’ to
|
||||
‘en_US.UTF-8’.
|
||||
- gh-135326: Restore support of integer-like objects with
|
||||
__index__() in random.getrandbits().
|
||||
- gh-135321: Raise a correct exception for values greater
|
||||
than 0x7fffffff for the BINSTRING opcode in the C
|
||||
implementation of pickle.
|
||||
- gh-135276: Backported bugfixes in zipfile.Path from
|
||||
zipp 3.23. Fixed .name, .stem and other basename-based
|
||||
properties on Windows when working with a zipfile on disk.
|
||||
- gh-134151: email: Fix TypeError in
|
||||
email.utils.decode_params() when sorting RFC 2231
|
||||
continuations that contain an unnumbered section.
|
||||
- gh-134152: email: Fix parsing of email message ID with
|
||||
invalid domain.
|
||||
- gh-127081: Fix libc thread safety issues with os by
|
||||
replacing getlogin with getlogin_r re-entrant version.
|
||||
- gh-131884: Fix formatting issues in json.dump() when both
|
||||
indent and skipkeys are used.
|
||||
- Core and Builtins
|
||||
- gh-135171: Roll back changes to generator and list
|
||||
comprehensions that went into 3.13.4 to fix gh-127682,
|
||||
but which involved semantic and bytecode changes not
|
||||
appropriate for a bugfix release.
|
||||
- C API
|
||||
- gh-134989: Fix Py_RETURN_NONE, Py_RETURN_TRUE and
|
||||
Py_RETURN_FALSE macros in the limited C API 3.11 and
|
||||
older: don’t treat Py_None, Py_True and Py_False as
|
||||
immortal. Patch by Victor Stinner.
|
||||
- gh-134989: Implement PyObject_DelAttr() and
|
||||
PyObject_DelAttrString() as macros in the limited C API
|
||||
3.12 and older. Patch by Victor Stinner.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 9 21:24:09 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
|
||||
@@ -163,7 +163,7 @@
|
||||
# _md5.cpython-38m-x86_64-linux-gnu.so
|
||||
%define dynlib() %{sitedir}/lib-dynload/%{1}.cpython-%{abi_tag}-%{archname}-%{_os}%{?_gnu}%{?armsuffix}.so
|
||||
Name: %{python_pkg_name}%{psuffix}
|
||||
Version: 3.13.4
|
||||
Version: 3.13.5
|
||||
%define tarversion %{version}
|
||||
%define tarname Python-%{tarversion}
|
||||
Release: 0
|
||||
|
||||
Reference in New Issue
Block a user