Skip to content

Commit d392ec5

Browse files
author
Git for Windows Build Agent
committed
Update 4 packages
mingw-w64-i686-python (3.12.9-3 -> 3.12.9-4) mingw-w64-i686-tzdata (2025a-1 -> 2025b-1) mingw-w64-x86_64-python (3.12.9-3 -> 3.12.9-4) mingw-w64-x86_64-tzdata (2025a-1 -> 2025b-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 3a7c958 commit d392ec5

File tree

211 files changed

+61
-51
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

211 files changed

+61
-51
lines changed

mingw32/bin/libpython3.12.dll

512 Bytes
Binary file not shown.

mingw32/bin/libpython3.dll

-512 Bytes
Binary file not shown.

mingw32/bin/python.exe

0 Bytes
Binary file not shown.

mingw32/bin/python3.12.exe

0 Bytes
Binary file not shown.

mingw32/bin/python3.exe

0 Bytes
Binary file not shown.

mingw32/bin/python3w.exe

0 Bytes
Binary file not shown.

mingw32/bin/pythonw.exe

0 Bytes
Binary file not shown.

mingw32/lib/python3.12/_sysconfigdata__win32_.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
'CONFINCLUDEDIR': '/mingw32/include',
8181
'CONFINCLUDEPY': '/mingw32/include/python3.12',
8282
'COREPYTHONPATH': '',
83-
'COVERAGE_INFO': '/c/M/B/src/build-MINGW32/coverage.info',
83+
'COVERAGE_INFO': '/d/M/B/src/build-MINGW32/coverage.info',
8484
'COVERAGE_LCOV_OPTIONS': '--rc lcov_branch_coverage=1',
85-
'COVERAGE_REPORT': '/c/M/B/src/build-MINGW32/lcov-report',
85+
'COVERAGE_REPORT': '/d/M/B/src/build-MINGW32/lcov-report',
8686
'COVERAGE_REPORT_OPTIONS': '--rc lcov_branch_coverage=1 --branch-coverage '
8787
'--title "CPython 3.12 LCOV report [commit $(shell '
8888
')]"',
@@ -1352,16 +1352,16 @@
13521352
'WITH_VALGRIND': 0,
13531353
'X87_DOUBLE_ROUNDING': 1,
13541354
'XMLLIBSUBDIRS': 'xml xml/dom xml/etree xml/parsers xml/sax',
1355-
'abs_builddir': 'C:/M/B/src/build-MINGW32',
1356-
'abs_builddir_b2h': 'C:/M/B/src/build-MINGW32',
1357-
'abs_srcdir': 'C:/M/B/src/Python-3.12.9',
1358-
'abs_srcdir_b2h': 'C:/M/B/src/Python-3.12.9',
1355+
'abs_builddir': 'D:/M/B/src/build-MINGW32',
1356+
'abs_builddir_b2h': 'D:/M/B/src/build-MINGW32',
1357+
'abs_srcdir': 'D:/M/B/src/Python-3.12.9',
1358+
'abs_srcdir_b2h': 'D:/M/B/src/Python-3.12.9',
13591359
'datarootdir': '/mingw32/share',
13601360
'exec_prefix': '/mingw32',
13611361
'prefix': 'D:/a/msys64/mingw32',
13621362
'prefix_b2h': 'D:/a/msys64/mingw32',
1363-
'srcdir': 'C:/M/B/src/Python-3.12.9',
1364-
'srcdir_b2h': 'C:/M/B/src/Python-3.12.9'}
1363+
'srcdir': 'D:/M/B/src/Python-3.12.9',
1364+
'srcdir_b2h': 'D:/M/B/src/Python-3.12.9'}
13651365

13661366

13671367
keys_to_replace = [

mingw32/lib/python3.12/config-3.12/Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ MODLIBS= $(LOCALMODLIBS) $(BASEMODLIBS)
3131
VERSION= 3.12
3232
srcdir= ../Python-3.12.9
3333
VPATH= ../Python-3.12.9
34-
abs_srcdir= /c/M/B/src/build-MINGW32/../Python-3.12.9
35-
abs_builddir= /c/M/B/src/build-MINGW32
34+
abs_srcdir= /d/M/B/src/build-MINGW32/../Python-3.12.9
35+
abs_builddir= /d/M/B/src/build-MINGW32
3636

3737

3838
CC= gcc
@@ -146,9 +146,9 @@ exec_prefix= ${prefix}
146146
datarootdir= ${prefix}/share
147147

148148
# Locations needed for semi-native fixup of sysconfig.
149-
srcdir_b2h= C:/M/B/src/Python-3.12.9
150-
abs_srcdir_b2h= C:/M/B/src/Python-3.12.9
151-
abs_builddir_b2h= C:/M/B/src/build-MINGW32
149+
srcdir_b2h= D:/M/B/src/Python-3.12.9
150+
abs_srcdir_b2h= D:/M/B/src/Python-3.12.9
151+
abs_builddir_b2h= D:/M/B/src/build-MINGW32
152152
prefix_b2h= D:/a/msys64/mingw32
153153

154154
# Expanded directories
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)