From 9797d7c86c4a2c15ecf5b4efeaf30d15d216f38fd8924d0d248364b12151fc24 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 20 Aug 2022 21:29:40 +0000 Subject: [PATCH] Accepting request 997520 from home:dirkmueller:Factory - fix import_failed.map to refer to the python 3.10 package versions OBS-URL: https://build.opensuse.org/request/show/997520 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python310?expand=0&rev=52 --- import_failed.map | 14 +++++++------- python310.changes | 5 +++++ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/import_failed.map b/import_failed.map index 9f01f41..12e5b30 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 +python310-curses: curses _curses _curses_panel +python310-dbm: dbm _dbm _gdbm +python310-idle: idlelib +python310-testsuite: test _ctypes_test _testbuffer _testcapi _testinternalcapi _testimportmultiple _testmultiphase xxlimited +python310-tk: tkinter _tkinter +python310-tools: turtledemo +python310: sqlite3 readline _sqlite3 nis diff --git a/python310.changes b/python310.changes index 96ef099..e19069d 100644 --- a/python310.changes +++ b/python310.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 17 11:08:56 UTC 2022 - Dirk Müller + +- fix import_failed.map to refer to the python 3.10 package versions + ------------------------------------------------------------------- Tue Aug 2 17:13:37 UTC 2022 - Matej Cepl