From 3931fb9f0932eb6e132173f08f31d48cf3cf5bbc38eb4cec49f4896ffc2bb07b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 20 Aug 2022 21:31:49 +0000 Subject: [PATCH] - fix import_failed.map to refer to the python 3.11 package versions OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python311?expand=0&rev=28 --- import_failed.map | 14 +++++++------- python311.changes | 5 +++++ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/import_failed.map b/import_failed.map index 9f01f41..f33690c 100644 --- a/import_failed.map +++ b/import_failed.map @@ -1,7 +1,7 @@ -python39-curses: curses _curses _curses_panel -python39-dbm: dbm _dbm _gdbm -python39-idle: idlelib -python39-testsuite: test _ctypes_test _testbuffer _testcapi _testinternalcapi _testimportmultiple _testmultiphase xxlimited -python39-tk: tkinter _tkinter -python39-tools: turtledemo -python39: sqlite3 readline _sqlite3 nis +python311-curses: curses _curses _curses_panel +python311-dbm: dbm _dbm _gdbm +python311-idle: idlelib +python311-testsuite: test _ctypes_test _testbuffer _testcapi _testinternalcapi _testimportmultiple _testmultiphase xxlimited +python311-tk: tkinter _tkinter +python311-tools: turtledemo +python311: sqlite3 readline _sqlite3 nis diff --git a/python311.changes b/python311.changes index ec81bc4..3aab91c 100644 --- a/python311.changes +++ b/python311.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Aug 20 21:31:40 UTC 2022 - Matej Cepl + +- fix import_failed.map to refer to the python 3.11 package versions + ------------------------------------------------------------------- Sat Aug 20 14:05:21 UTC 2022 - Matej Cepl