Browse Source

upgrading package: python 3.9.6 -> 3.9.7

master
parent
commit
9010971585
  1. 22
      python/python.patch
  2. 4
      python/python.spec

22
python/python.patch

@ -1,7 +1,7 @@
Index: configure Index: configure
--- configure.orig 2019-10-14 15:34:47.000000000 +0200 --- configure.orig 2021-08-30 21:02:15.000000000 +0200
+++ configure 2019-10-15 08:31:40.689832000 +0200 +++ configure 2021-08-31 22:31:59.627099000 +0200
@@ -4225,9 +4225,9 @@ @@ -4264,9 +4264,9 @@
CFLAGS=$ac_save_CFLAGS CFLAGS=$ac_save_CFLAGS
elif test $ac_cv_prog_cc_g = yes; then elif test $ac_cv_prog_cc_g = yes; then
if test "$GCC" = yes; then if test "$GCC" = yes; then
@ -13,7 +13,7 @@ Index: configure
fi fi
else else
if test "$GCC" = yes; then if test "$GCC" = yes; then
@@ -6883,7 +6883,7 @@ @@ -6936,7 +6936,7 @@
OPT="-g -O0 -Wall" OPT="-g -O0 -Wall"
fi fi
else else
@ -22,7 +22,7 @@ Index: configure
fi fi
;; ;;
*) *)
@@ -9541,7 +9541,7 @@ @@ -9673,7 +9673,7 @@
then then
LINKFORSHARED="-Wl,--export-dynamic" LINKFORSHARED="-Wl,--export-dynamic"
fi;; fi;;
@ -32,9 +32,9 @@ Index: configure
if $CC -Xlinker --help 2>&1 | grep export-dynamic >/dev/null if $CC -Xlinker --help 2>&1 | grep export-dynamic >/dev/null
then then
Index: setup.py Index: setup.py
--- setup.py.orig 2019-10-14 15:34:47.000000000 +0200 --- setup.py.orig 2021-08-30 21:02:15.000000000 +0200
+++ setup.py 2019-10-15 08:32:33.256019000 +0200 +++ setup.py 2021-08-31 23:41:26.126843000 +0200
@@ -645,12 +645,6 @@ @@ -728,12 +728,6 @@
add_dir_to_list(dir_list, directory) add_dir_to_list(dir_list, directory)
def configure_compiler(self): def configure_compiler(self):
@ -47,7 +47,7 @@ Index: setup.py
# only change this for cross builds for 3.3, issues on Mageia # only change this for cross builds for 3.3, issues on Mageia
if CROSS_COMPILING: if CROSS_COMPILING:
self.add_cross_compiling_paths() self.add_cross_compiling_paths()
@@ -1097,14 +1091,8 @@ @@ -1190,14 +1184,8 @@
# top of the normal inc_dirs. # top of the normal inc_dirs.
db_inc_paths = [ db_inc_paths = [
'/usr/include/db4', '/usr/include/db4',
@ -56,13 +56,13 @@ Index: setup.py
- '/usr/include/db3', - '/usr/include/db3',
- '/usr/local/include/db3', - '/usr/local/include/db3',
- '/opt/sfw/include/db3', - '/opt/sfw/include/db3',
- # Fink defaults (http://fink.sourceforge.net/) - # Fink defaults (https://www.finkproject.org/)
'/sw/include/db4', '/sw/include/db4',
- '/sw/include/db3', - '/sw/include/db3',
] ]
# 4.x minor number specific paths # 4.x minor number specific paths
for x in gen_db_minor_ver_nums(4): for x in gen_db_minor_ver_nums(4):
@@ -1879,6 +1867,7 @@ @@ -2014,6 +2002,7 @@
dotversion = dotversion[:-1] + '.' + dotversion[-1] dotversion = dotversion[:-1] + '.' + dotversion[-1]
tcl_include_sub = [] tcl_include_sub = []
tk_include_sub = [] tk_include_sub = []

4
python/python.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: BASE Class: BASE
Group: Language Group: Language
License: GPL License: GPL
Version: 3.9.6 Version: 3.9.7
Release: 20210704 Release: 20210901
# package options # package options
%option with_readline no %option with_readline no

Loading…
Cancel
Save