Accepting request 1303308 from devel:languages:python:Factory

- fix import_failed.map for python 3.14

OBS-URL: https://build.opensuse.org/request/show/1303308
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python314?expand=0&rev=23
This commit is contained in:
2025-09-09 18:30:35 +00:00
committed by Git OBS Bridge
2 changed files with 12 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
python313-curses: curses _curses _curses_panel
python313-dbm: dbm _dbm _gdbm
python313-idle: idlelib
python313-testsuite: test _ctypes_test _testbuffer _testcapi _testinternalcapi _testimportmultiple _testmultiphase xxlimited
python313-tk: tkinter _tkinter
python313-tools: turtledemo
python313: sqlite3 readline _sqlite3 nis
python314-curses: curses _curses _curses_panel
python314-dbm: dbm _dbm _gdbm
python314-idle: idlelib
python314-testsuite: test _ctypes_test _testbuffer _testcapi _testinternalcapi _testimportmultiple _testmultiphase xxlimited
python314-tk: tkinter _tkinter
python314-tools: turtledemo
python314: sqlite3 readline _sqlite3 nis

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 9 07:48:08 UTC 2025 - Dirk Müller <dmueller@suse.com>
- fix import_failed.map for python 3.14
-------------------------------------------------------------------
Fri Sep 5 06:47:57 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>