Skip to content

Commit 1b8b027

Browse files
author
Git for Windows Build Agent
committed
Update 2 packages
mingw-w64-i686-python (3.12.11-4 -> 3.12.12-1) openssh (10.1p1-1 -> 10.2p1-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent c44bcdf commit 1b8b027

File tree

133 files changed

+1046
-331
lines changed

Some content is hidden

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

133 files changed

+1046
-331
lines changed

mingw32/bin/libpython3.12.dll

1.1 KB
Binary file not shown.

mingw32/bin/libpython3.dll

0 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/include/python3.12/patchlevel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
/*--start constants--*/
1919
#define PY_MAJOR_VERSION 3
2020
#define PY_MINOR_VERSION 12
21-
#define PY_MICRO_VERSION 11
21+
#define PY_MICRO_VERSION 12
2222
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
2323
#define PY_RELEASE_SERIAL 0
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.12.11"
26+
#define PY_VERSION "3.12.12"
2727
/*--end constants--*/
2828

2929
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

mingw32/lib/python3.12/_sysconfigdata__win32_.py

Lines changed: 121 additions & 121 deletions
Large diffs are not rendered by default.

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ MODLIBS= $(LOCALMODLIBS) $(BASEMODLIBS)
2929

3030
# === Variables set by configure
3131
VERSION= 3.12
32-
srcdir= ../Python-3.12.11
33-
VPATH= ../Python-3.12.11
34-
abs_srcdir= /d/W/B/src/build-MINGW32/../Python-3.12.11
32+
srcdir= ../Python-3.12.12
33+
VPATH= ../Python-3.12.12
34+
abs_srcdir= /d/W/B/src/build-MINGW32/../Python-3.12.12
3535
abs_builddir= /d/W/B/src/build-MINGW32
3636

3737

@@ -126,7 +126,7 @@ PY_CORE_CFLAGS= $(PY_STDMODULE_CFLAGS) -DPy_BUILD_CORE
126126
PY_CORE_LDFLAGS=$(PY_LDFLAGS) $(PY_LDFLAGS_NODIST)
127127
# Strict or non-strict aliasing flags used to compile dtoa.c, see above
128128
CFLAGS_ALIASING=
129-
RCFLAGS= -DFIELD3=11150 -O COFF --target=pe-i386
129+
RCFLAGS= -DFIELD3=12150 -O COFF --target=pe-i386
130130

131131

132132
# Machine-dependent subdirectories
@@ -146,8 +146,8 @@ exec_prefix= ${prefix}
146146
datarootdir= ${prefix}/share
147147

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

0 commit comments

Comments
 (0)