- rename _testexternalinspection to _remotedebugging

(gh#python/cpython!133284)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python314?expand=0&rev=57
This commit is contained in:
2025-05-11 22:23:36 +00:00
committed by Git OBS Bridge
parent bd8190196b
commit ffa51c1d70
2 changed files with 4 additions and 2 deletions

View File

@@ -622,6 +622,8 @@ Fri May 9 08:36:50 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
since kernel 3.6-rc1) since kernel 3.6-rc1)
- _contextvars is not a dynamic module any more - _contextvars is not a dynamic module any more
(gh#python/cpython#128384) (gh#python/cpython#128384)
- rename _testexternalinspection to _remotedebugging
(gh#python/cpython!133284)
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Apr 12 21:50:29 UTC 2025 - Matej Cepl <mcepl@cepl.eu> Sat Apr 12 21:50:29 UTC 2025 - Matej Cepl <mcepl@cepl.eu>

View File

@@ -727,7 +727,7 @@ for library in \
_posixsubprocess _queue _random resource select _ssl _socket \ _posixsubprocess _queue _random resource select _ssl _socket \
_statistics _struct syslog termios _testbuffer _testimportmultiple \ _statistics _struct syslog termios _testbuffer _testimportmultiple \
_testmultiphase unicodedata zlib _ctypes_test _testinternalcapi _testcapi \ _testmultiphase unicodedata zlib _ctypes_test _testinternalcapi _testcapi \
_testclinic _testclinic_limited xxlimited xxlimited_35 _testexternalinspection \ _testclinic _testclinic_limited xxlimited xxlimited_35 _remotedebugging \
_testlimitedcapi _xxtestfuzz _elementtree pyexpat _md5 _sha1 \ _testlimitedcapi _xxtestfuzz _elementtree pyexpat _md5 _sha1 \
_interpchannels _interpqueues _interpreters \ _interpchannels _interpqueues _interpreters \
_sha2 _blake2 _sha3 _uuid _zoneinfo \ _sha2 _blake2 _sha3 _uuid _zoneinfo \
@@ -986,7 +986,7 @@ fi
%{dynlib _testimportmultiple} %{dynlib _testimportmultiple}
%{dynlib _testmultiphase} %{dynlib _testmultiphase}
%{dynlib _testsinglephase} %{dynlib _testsinglephase}
%{dynlib _testexternalinspection} %{dynlib _remotedebugging}
%{dynlib _testlimitedcapi} %{dynlib _testlimitedcapi}
%{dynlib _xxtestfuzz} %{dynlib _xxtestfuzz}
# workaround for missing packages # workaround for missing packages