Update Python 3.11 to 3.11.1 "just go ahead" sthen@
This commit is contained in:
parent
c15d4116ee
commit
381b7f64bb
@ -3,11 +3,10 @@
|
||||
# requirement of the PSF license, if it constitutes a change to
|
||||
# Python itself.
|
||||
|
||||
FULL_VERSION = 3.11.0
|
||||
FULL_VERSION = 3.11.1
|
||||
SHARED_LIBS = python3.11 0.0
|
||||
VERSION_SPEC = >=3.11,<3.12
|
||||
PORTROACH = limit:^3\.11
|
||||
REVISION-main = 1
|
||||
|
||||
CONFIGURE_ENV += ac_cv_working_openssl_hashlib=yes \
|
||||
TCLTK_CFLAGS="-I${MODTCL_INCDIR} -I${MODTK_INCDIR} -I${X11BASE}/include" \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Python-3.11.0.tgz) = ZEJOluJFerusiZuQ+VMJhbUe7ykFlR/r2TXw5zQUyus=
|
||||
SIZE (Python-3.11.0.tgz) = 26333656
|
||||
SHA256 (Python-3.11.1.tgz) = uu1RjiazN9TYEFZ5yvaMXDJjDXAmFPwXTpjLlcRr36Q=
|
||||
SIZE (Python-3.11.1.tgz) = 26394378
|
||||
|
@ -16,7 +16,7 @@ Index: configure.ac
|
||||
|
||||
# The later definition of _XOPEN_SOURCE and _POSIX_C_SOURCE disables
|
||||
# certain features on NetBSD, so we need _NETBSD_SOURCE to re-enable
|
||||
@@ -1086,6 +1086,7 @@ AC_MSG_CHECKING([for multiarch])
|
||||
@@ -1096,6 +1096,7 @@ AC_MSG_CHECKING([for multiarch])
|
||||
AS_CASE([$ac_sys_system],
|
||||
[Darwin*], [MULTIARCH=""],
|
||||
[FreeBSD*], [MULTIARCH=""],
|
||||
@ -24,21 +24,23 @@ Index: configure.ac
|
||||
[MULTIARCH=$($CC --print-multiarch 2>/dev/null)]
|
||||
)
|
||||
AC_SUBST([MULTIARCH])
|
||||
@@ -1799,11 +1800,11 @@ esac
|
||||
@@ -1835,13 +1836,13 @@ esac
|
||||
[AC_MSG_RESULT(no)])
|
||||
if test "$Py_LTO" = 'true' ; then
|
||||
case $CC in
|
||||
- *clang*)
|
||||
+ *clang*|cc)
|
||||
dnl flag to disable lto during linking
|
||||
LDFLAGS_NOLTO="-fno-lto"
|
||||
dnl Clang linker requires -flto in order to link objects with LTO information.
|
||||
dnl Thin LTO is faster and works for object files with full LTO information, too.
|
||||
AX_CHECK_COMPILE_FLAG([-flto=thin],[LDFLAGS_NOLTO="-flto=thin"],[LDFLAGS_NOLTO="-flto"])
|
||||
AC_SUBST(LLVM_AR)
|
||||
- AC_PATH_TOOL(LLVM_AR, llvm-ar, '', ${llvm_path})
|
||||
+ AC_PATH_TOOL(LLVM_AR, ar, '', ${llvm_path})
|
||||
AC_SUBST(LLVM_AR_FOUND)
|
||||
if test -n "${LLVM_AR}" -a -x "${LLVM_AR}"
|
||||
then
|
||||
@@ -1918,7 +1919,7 @@ then
|
||||
@@ -1956,7 +1957,7 @@ then
|
||||
fi
|
||||
LLVM_PROF_ERR=no
|
||||
case $CC in
|
||||
@ -47,7 +49,7 @@ Index: configure.ac
|
||||
# Any changes made here should be reflected in the GCC+Darwin case below
|
||||
PGO_PROF_GEN_FLAG="-fprofile-instr-generate"
|
||||
PGO_PROF_USE_FLAG="-fprofile-instr-use=code.profclangd"
|
||||
@@ -3838,11 +3839,7 @@ dnl Detect Tcl/Tk. Use pkg-config if available.
|
||||
@@ -3876,11 +3877,7 @@ dnl Detect Tcl/Tk. Use pkg-config if available.
|
||||
dnl
|
||||
found_tcltk=no
|
||||
for _QUERY in \
|
||||
|
@ -1879,7 +1879,7 @@ lib/python3.11/ensurepip/__pycache__/_uninstall.cpython-311.opt-1.pyc
|
||||
lib/python3.11/ensurepip/__pycache__/_uninstall.cpython-311.opt-2.pyc
|
||||
lib/python3.11/ensurepip/__pycache__/_uninstall.cpython-311.pyc
|
||||
lib/python3.11/ensurepip/_bundled/
|
||||
lib/python3.11/ensurepip/_bundled/pip-22.3-py3-none-any.whl
|
||||
lib/python3.11/ensurepip/_bundled/pip-22.3.1-py3-none-any.whl
|
||||
lib/python3.11/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl
|
||||
lib/python3.11/ensurepip/_uninstall.py
|
||||
lib/python3.11/enum.py
|
||||
@ -2641,15 +2641,15 @@ lib/python3.11/site-packages/_distutils_hack/__pycache__/override.cpython-311.py
|
||||
lib/python3.11/site-packages/_distutils_hack/override.py
|
||||
lib/python3.11/site-packages/distutils-precedence.pth
|
||||
lib/python3.11/site-packages/pip/
|
||||
lib/python3.11/site-packages/pip-22.3.dist-info/
|
||||
lib/python3.11/site-packages/pip-22.3.dist-info/INSTALLER
|
||||
lib/python3.11/site-packages/pip-22.3.dist-info/LICENSE.txt
|
||||
lib/python3.11/site-packages/pip-22.3.dist-info/METADATA
|
||||
lib/python3.11/site-packages/pip-22.3.dist-info/RECORD
|
||||
lib/python3.11/site-packages/pip-22.3.dist-info/REQUESTED
|
||||
lib/python3.11/site-packages/pip-22.3.dist-info/WHEEL
|
||||
lib/python3.11/site-packages/pip-22.3.dist-info/entry_points.txt
|
||||
lib/python3.11/site-packages/pip-22.3.dist-info/top_level.txt
|
||||
lib/python3.11/site-packages/pip-22.3.1.dist-info/
|
||||
lib/python3.11/site-packages/pip-22.3.1.dist-info/INSTALLER
|
||||
lib/python3.11/site-packages/pip-22.3.1.dist-info/LICENSE.txt
|
||||
lib/python3.11/site-packages/pip-22.3.1.dist-info/METADATA
|
||||
lib/python3.11/site-packages/pip-22.3.1.dist-info/RECORD
|
||||
lib/python3.11/site-packages/pip-22.3.1.dist-info/REQUESTED
|
||||
lib/python3.11/site-packages/pip-22.3.1.dist-info/WHEEL
|
||||
lib/python3.11/site-packages/pip-22.3.1.dist-info/entry_points.txt
|
||||
lib/python3.11/site-packages/pip-22.3.1.dist-info/top_level.txt
|
||||
lib/python3.11/site-packages/pip/__init__.py
|
||||
lib/python3.11/site-packages/pip/__main__.py
|
||||
lib/python3.11/site-packages/pip/__pip-runner__.py
|
||||
|
@ -807,9 +807,6 @@ lib/python3.11/test/__pycache__/test_calendar.cpython-311.pyc
|
||||
lib/python3.11/test/__pycache__/test_call.cpython-311.opt-1.pyc
|
||||
lib/python3.11/test/__pycache__/test_call.cpython-311.opt-2.pyc
|
||||
lib/python3.11/test/__pycache__/test_call.cpython-311.pyc
|
||||
lib/python3.11/test/__pycache__/test_capi.cpython-311.opt-1.pyc
|
||||
lib/python3.11/test/__pycache__/test_capi.cpython-311.opt-2.pyc
|
||||
lib/python3.11/test/__pycache__/test_capi.cpython-311.pyc
|
||||
lib/python3.11/test/__pycache__/test_cgi.cpython-311.opt-1.pyc
|
||||
lib/python3.11/test/__pycache__/test_cgi.cpython-311.opt-2.pyc
|
||||
lib/python3.11/test/__pycache__/test_cgi.cpython-311.pyc
|
||||
@ -1173,9 +1170,6 @@ lib/python3.11/test/__pycache__/test_genericpath.cpython-311.pyc
|
||||
lib/python3.11/test/__pycache__/test_genexps.cpython-311.opt-1.pyc
|
||||
lib/python3.11/test/__pycache__/test_genexps.cpython-311.opt-2.pyc
|
||||
lib/python3.11/test/__pycache__/test_genexps.cpython-311.pyc
|
||||
lib/python3.11/test/__pycache__/test_getargs2.cpython-311.opt-1.pyc
|
||||
lib/python3.11/test/__pycache__/test_getargs2.cpython-311.opt-2.pyc
|
||||
lib/python3.11/test/__pycache__/test_getargs2.cpython-311.pyc
|
||||
lib/python3.11/test/__pycache__/test_getopt.cpython-311.opt-1.pyc
|
||||
lib/python3.11/test/__pycache__/test_getopt.cpython-311.opt-2.pyc
|
||||
lib/python3.11/test/__pycache__/test_getopt.cpython-311.pyc
|
||||
@ -1677,9 +1671,6 @@ lib/python3.11/test/__pycache__/test_strtod.cpython-311.pyc
|
||||
lib/python3.11/test/__pycache__/test_struct.cpython-311.opt-1.pyc
|
||||
lib/python3.11/test/__pycache__/test_struct.cpython-311.opt-2.pyc
|
||||
lib/python3.11/test/__pycache__/test_struct.cpython-311.pyc
|
||||
lib/python3.11/test/__pycache__/test_structmembers.cpython-311.opt-1.pyc
|
||||
lib/python3.11/test/__pycache__/test_structmembers.cpython-311.opt-2.pyc
|
||||
lib/python3.11/test/__pycache__/test_structmembers.cpython-311.pyc
|
||||
lib/python3.11/test/__pycache__/test_structseq.cpython-311.opt-1.pyc
|
||||
lib/python3.11/test/__pycache__/test_structseq.cpython-311.opt-2.pyc
|
||||
lib/python3.11/test/__pycache__/test_structseq.cpython-311.pyc
|
||||
@ -2690,7 +2681,6 @@ lib/python3.11/test/test_bz2.py
|
||||
lib/python3.11/test/test_c_locale_coercion.py
|
||||
lib/python3.11/test/test_calendar.py
|
||||
lib/python3.11/test/test_call.py
|
||||
lib/python3.11/test/test_capi.py
|
||||
lib/python3.11/test/test_cgi.py
|
||||
lib/python3.11/test/test_cgitb.py
|
||||
lib/python3.11/test/test_charmapcodec.py
|
||||
@ -2952,7 +2942,6 @@ lib/python3.11/test/test_genericalias.py
|
||||
lib/python3.11/test/test_genericclass.py
|
||||
lib/python3.11/test/test_genericpath.py
|
||||
lib/python3.11/test/test_genexps.py
|
||||
lib/python3.11/test/test_getargs2.py
|
||||
lib/python3.11/test/test_getopt.py
|
||||
lib/python3.11/test/test_getpass.py
|
||||
lib/python3.11/test/test_getpath.py
|
||||
@ -3776,7 +3765,6 @@ lib/python3.11/test/test_stringprep.py
|
||||
lib/python3.11/test/test_strptime.py
|
||||
lib/python3.11/test/test_strtod.py
|
||||
lib/python3.11/test/test_struct.py
|
||||
lib/python3.11/test/test_structmembers.py
|
||||
lib/python3.11/test/test_structseq.py
|
||||
lib/python3.11/test/test_subclassinit.py
|
||||
lib/python3.11/test/test_subprocess.py
|
||||
@ -3993,6 +3981,16 @@ lib/python3.11/test/tracedmodules/__pycache__/testmod.cpython-311.opt-1.pyc
|
||||
lib/python3.11/test/tracedmodules/__pycache__/testmod.cpython-311.opt-2.pyc
|
||||
lib/python3.11/test/tracedmodules/__pycache__/testmod.cpython-311.pyc
|
||||
lib/python3.11/test/tracedmodules/testmod.py
|
||||
lib/python3.11/test/typinganndata/
|
||||
lib/python3.11/test/typinganndata/__init__.py
|
||||
lib/python3.11/test/typinganndata/__pycache__/
|
||||
lib/python3.11/test/typinganndata/__pycache__/__init__.cpython-311.opt-1.pyc
|
||||
lib/python3.11/test/typinganndata/__pycache__/__init__.cpython-311.opt-2.pyc
|
||||
lib/python3.11/test/typinganndata/__pycache__/__init__.cpython-311.pyc
|
||||
lib/python3.11/test/typinganndata/__pycache__/ann_module9.cpython-311.opt-1.pyc
|
||||
lib/python3.11/test/typinganndata/__pycache__/ann_module9.cpython-311.opt-2.pyc
|
||||
lib/python3.11/test/typinganndata/__pycache__/ann_module9.cpython-311.pyc
|
||||
lib/python3.11/test/typinganndata/ann_module9.py
|
||||
lib/python3.11/test/win_console_handler.py
|
||||
lib/python3.11/test/xmltestdata/
|
||||
lib/python3.11/test/xmltestdata/c14n-20/
|
||||
|
Loading…
Reference in New Issue
Block a user