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:
parent
ab1a9a63ee
commit
7091281f60
@ -1,3 +1,3 @@
|
|||||||
python3-base
|
python38-base
|
||||||
python3
|
python38
|
||||||
libpython3_8-1_0
|
libpython3_8-1_0
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user