diff --git a/baselibs.conf b/baselibs.conf index 5190b30..45da3e6 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,3 +1,3 @@ -python3-base -python3 +python38-base +python38 libpython3_8-1_0 diff --git a/import_failed.map b/import_failed.map index e8a5c0e..351fccf 100644 --- a/import_failed.map +++ b/import_failed.map @@ -1,7 +1,7 @@ -python3-curses: curses _curses _curses_panel -python3-dbm: dbm _dbm _gdbm -python3-idle: idlelib -python3-testsuite: test _ctypes_test _testbuffer _testcapi _testinternalcapi _testimportmultiple _testmultiphase xxlimited -python3-tk: tkinter _tkinter -python3-tools: turtledemo -python3: sqlite3 readline _sqlite3 nis +python38-curses: curses _curses _curses_panel +python38-dbm: dbm _dbm _gdbm +python38-idle: idlelib +python38-testsuite: test _ctypes_test _testbuffer _testcapi _testinternalcapi _testimportmultiple _testmultiphase xxlimited +python38-tk: tkinter _tkinter +python38-tools: turtledemo +python38: sqlite3 readline _sqlite3 nis diff --git a/pre_checkin.sh b/pre_checkin.sh index d9409a2..a2cf992 100644 --- a/pre_checkin.sh +++ b/pre_checkin.sh @@ -14,7 +14,7 @@ function new_map_line () { if [ -z "$package" -o -z "$modules" ]; then return fi - if [ "$package" == "python3-base" ]; then + if [[ "$package" =~ "-base" ]]; then return fi echo "$package:$modules" >> $MAPFILE.tmp diff --git a/python38.changes b/python38.changes index 1cccfe8..d1608e6 100644 --- a/python38.changes +++ b/python38.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 10 10:55:15 UTC 2020 - Tomáš Chvátal + +- Update pre_checkin.sh and regenerate + ------------------------------------------------------------------- Fri Jul 10 10:11:39 UTC 2020 - Tomáš Chvátal diff --git a/skipped_tests.py b/skipped_tests.py index afae081..8b4d1a0 100644 --- a/skipped_tests.py +++ b/skipped_tests.py @@ -8,7 +8,7 @@ and reports discrepancies. This will have a number of """ -MAIN = "python3.spec" +MAIN = "python38.spec" import glob import re