-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
asciidoc (10.2.0-3 -> 10.2.0-4) file (5.45-1 -> 5.45-3) gdb (14.2-3 -> 14.2-5) glib2 (2.78.6-1 -> 2.80.3-1) libgpgme (1.23.2-2 -> 1.23.2-4) libp11-kit (0.25.5-1 -> 0.25.5-2) libxml2 (2.13.2-1 -> 2.13.2-3) mingw-w64-i686-p11-kit (0.25.4-1 -> 0.25.5-1) mingw-w64-x86_64-p11-kit (0.25.4-1 -> 0.25.5-1) p11-kit (0.25.5-1 -> 0.25.5-2) python (3.11.9-1 -> 3.12.4-4) Signed-off-by: Git for Windows Build Agent <[email protected]>
- Loading branch information
Git for Windows Build Agent
committed
Jul 7, 2024
1 parent
6f1b3d9
commit d8e5522
Showing
3,413 changed files
with
245,036 additions
and
183,086 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/python3.11 | ||
#!/usr/bin/python3.12 | ||
import sys | ||
from lib2to3.main import main | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/usr/bin/python3.12 | ||
import sys | ||
from lib2to3.main import main | ||
|
||
sys.exit(main("lib2to3.fixes")) |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/python3.11 | ||
#!/usr/bin/python3.12 | ||
|
||
from idlelib.pyshell import main | ||
if __name__ == '__main__': | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/python3.11 | ||
#!/usr/bin/python3.12 | ||
|
||
from idlelib.pyshell import main | ||
if __name__ == '__main__': | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/usr/bin/python3.12 | ||
|
||
from idlelib.pyshell import main | ||
if __name__ == '__main__': | ||
main() |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/python3.11 | ||
#!/usr/bin/python3.12 | ||
|
||
import pydoc | ||
if __name__ == '__main__': | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/python3.11 | ||
#!/usr/bin/python3.12 | ||
|
||
import pydoc | ||
if __name__ == '__main__': | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/usr/bin/python3.12 | ||
|
||
import pydoc | ||
if __name__ == '__main__': | ||
pydoc.cli() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
#!/bin/sh | ||
|
||
# Keep this script in sync with python-config.in | ||
|
||
exit_with_usage () | ||
{ | ||
echo "Usage: $0 --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--help|--abiflags|--configdir|--embed" | ||
exit $1 | ||
} | ||
|
||
if [ "$1" = "" ] ; then | ||
exit_with_usage 1 | ||
fi | ||
|
||
# Returns the actual prefix where this script was installed to. | ||
installed_prefix () | ||
{ | ||
RESULT=$(dirname $(cd $(dirname "$1") && pwd -P)) | ||
if which readlink >/dev/null 2>&1 ; then | ||
if readlink -f "$RESULT" >/dev/null 2>&1; then | ||
RESULT=$(readlink -f "$RESULT") | ||
fi | ||
fi | ||
echo $RESULT | ||
} | ||
|
||
prefix_real=$(installed_prefix "$0") | ||
|
||
# Use sed to fix paths from their built-to locations to their installed-to | ||
# locations. Keep prefix & exec_prefix using their original values in case | ||
# they are referenced in other configure variables, to prevent double | ||
# substitution, issue #22140. | ||
prefix="/usr" | ||
exec_prefix="${prefix}" | ||
exec_prefix_real=${prefix_real} | ||
includedir=$(echo "${prefix}/include" | sed "s#$prefix#$prefix_real#") | ||
libdir=$(echo "${exec_prefix}/lib" | sed "s#$prefix#$prefix_real#") | ||
CFLAGS=$(echo "-march=nocona -msahf -mtune=generic -O2 -pipe" | sed "s#$prefix#$prefix_real#") | ||
VERSION="3.12" | ||
LIBM="" | ||
LIBC="" | ||
SYSLIBS="$LIBM $LIBC" | ||
ABIFLAGS="" | ||
LIBS="-lpython3.12 -lintl -ldl $SYSLIBS" | ||
LIBS_EMBED="-lpython${VERSION}${ABIFLAGS} -lintl -ldl $SYSLIBS" | ||
BASECFLAGS=" -fno-strict-overflow" | ||
LDLIBRARY="libpython${LDVERSION}.dll.a" | ||
OPT="-DNDEBUG -g -O3 -Wall" | ||
PY_ENABLE_SHARED="1" | ||
LDVERSION="${VERSION}${ABIFLAGS}" | ||
LIBDEST=${prefix_real}/lib/python${VERSION} | ||
LIBPL=$(echo "${prefix}/lib/python3.12/config-${VERSION}${ABIFLAGS}-x86_64-cygwin" | sed "s#$prefix#$prefix_real#") | ||
SO=".cpython-312-x86_64-cygwin.dll" | ||
PYTHONFRAMEWORK="" | ||
INCDIR="-I$includedir/python${VERSION}${ABIFLAGS}" | ||
PLATINCDIR="-I$includedir/python${VERSION}${ABIFLAGS}" | ||
PY_EMBED=0 | ||
|
||
# Scan for --help or unknown argument. | ||
for ARG in $* | ||
do | ||
case $ARG in | ||
--help) | ||
exit_with_usage 0 | ||
;; | ||
--embed) | ||
PY_EMBED=1 | ||
;; | ||
--prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--abiflags|--configdir) | ||
;; | ||
*) | ||
exit_with_usage 1 | ||
;; | ||
esac | ||
done | ||
|
||
if [ $PY_EMBED = 1 ] ; then | ||
LIBS="$LIBS_EMBED" | ||
fi | ||
|
||
for ARG in "$@" | ||
do | ||
case "$ARG" in | ||
--prefix) | ||
echo "$prefix_real" | ||
;; | ||
--exec-prefix) | ||
echo "$exec_prefix_real" | ||
;; | ||
--includes) | ||
echo "$INCDIR $PLATINCDIR" | ||
;; | ||
--cflags) | ||
echo "$INCDIR $PLATINCDIR $BASECFLAGS $CFLAGS $OPT" | ||
;; | ||
--libs) | ||
echo "$LIBS" | ||
;; | ||
--ldflags) | ||
LIBPLUSED= | ||
if [ "$PY_ENABLE_SHARED" = "0" ] ; then | ||
LIBPLUSED="-L$LIBPL" | ||
fi | ||
echo "$LIBPLUSED -L$libdir $LIBS" | ||
;; | ||
--extension-suffix) | ||
echo "$SO" | ||
;; | ||
--abiflags) | ||
echo "$ABIFLAGS" | ||
;; | ||
--configdir) | ||
echo "$LIBPL" | ||
;; | ||
esac | ||
done |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.