forked from pool/python312
Accepting request 1183433 from home:Andreas_Schwab:Factory
- Update import_failed.map for python 3.12 OBS-URL: https://build.opensuse.org/request/show/1183433 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python312?expand=0&rev=51
This commit is contained in:
parent
4bca3b2589
commit
26b708641e
@ -1,7 +1,7 @@
|
|||||||
python311-curses: curses _curses _curses_panel
|
python312-curses: curses _curses
|
||||||
python311-dbm: dbm _dbm _gdbm
|
python312-dbm: dbm _dbm _gdbm
|
||||||
python311-idle: idlelib
|
python312-idle: idlelib
|
||||||
python311-testsuite: test _ctypes_test _testbuffer _testcapi _testinternalcapi _testimportmultiple _testmultiphase xxlimited
|
python312-testsuite: test _ctypes_test _testbuffer _testcapi _testclinic _testinternalcapi _testimportmultiple _testmultiphase _testsinglephase _xxinterpchannels _xxtestfuzz
|
||||||
python311-tk: tkinter _tkinter
|
python312-tk: tkinter _tkinter
|
||||||
python311-tools: turtledemo
|
python312-tools: turtledemo
|
||||||
python311: sqlite3 readline _sqlite3 nis
|
python312: sqlite3 readline _sqlite3 nis
|
||||||
|
@ -4,6 +4,11 @@ Wed Jun 26 20:00:38 UTC 2024 - Matej Cepl <mcepl@suse.com>
|
|||||||
- Add docs-docutils_014-Sphinx_420.patch make building docs
|
- Add docs-docutils_014-Sphinx_420.patch make building docs
|
||||||
compatible with Sphinx 4_2_0 and docutils 0.14.
|
compatible with Sphinx 4_2_0 and docutils 0.14.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 26 08:08:19 UTC 2024 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- Update import_failed.map for python 3.12
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 24 12:14:52 UTC 2024 - Andreas Schwab <schwab@suse.de>
|
Mon Jun 24 12:14:52 UTC 2024 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
@ -773,6 +773,9 @@ LD_LIBRARY_PATH=. ./python -O -c "from py_compile import compile; compile('$FAIL
|
|||||||
cd $FAILDIR
|
cd $FAILDIR
|
||||||
while read package modules; do
|
while read package modules; do
|
||||||
for module in $modules; do
|
for module in $modules; do
|
||||||
|
%if 0%{?suse_version} >= 1599
|
||||||
|
test $module = nis && continue
|
||||||
|
%endif
|
||||||
ln import_failed.py $module.py
|
ln import_failed.py $module.py
|
||||||
pushd __pycache__
|
pushd __pycache__
|
||||||
for i in import_failed*; do
|
for i in import_failed*; do
|
||||||
|
Loading…
Reference in New Issue
Block a user