SHA256
1
0
forked from pool/python38

- Update pre_checkin.sh and regenerate

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python38?expand=0&rev=14
This commit is contained in:
Tomáš Chvátal 2020-07-10 10:55:28 +00:00 committed by Git OBS Bridge
parent ab1a9a63ee
commit 7091281f60
5 changed files with 16 additions and 11 deletions

View File

@ -1,3 +1,3 @@
python3-base python38-base
python3 python38
libpython3_8-1_0 libpython3_8-1_0

View File

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

View File

@ -14,7 +14,7 @@ function new_map_line () {
if [ -z "$package" -o -z "$modules" ]; then if [ -z "$package" -o -z "$modules" ]; then
return return
fi fi
if [ "$package" == "python3-base" ]; then if [[ "$package" =~ "-base" ]]; then
return return
fi fi
echo "$package:$modules" >> $MAPFILE.tmp echo "$package:$modules" >> $MAPFILE.tmp

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 10 10:55:15 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update pre_checkin.sh and regenerate
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 10 10:11:39 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com> Fri Jul 10 10:11:39 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -8,7 +8,7 @@ and reports discrepancies.
This will have a number of This will have a number of
""" """
MAIN = "python3.spec" MAIN = "python38.spec"
import glob import glob
import re import re