Skip to content

Commit 80e866a

Browse files
author
Git for Windows Build Agent
committed
Update 3 packages
mingw-w64-i686-jansson (2.14-2 -> 2.14.1-1) mingw-w64-i686-python (3.12.9-3 -> 3.12.9-4) mingw-w64-i686-tzdata (2025a-1 -> 2025b-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent dde2975 commit 80e866a

File tree

124 files changed

+72
-40
lines changed

Some content is hidden

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

124 files changed

+72
-40
lines changed

etc/rebase.db.i386

0 Bytes
Binary file not shown.

mingw32/bin/libjansson-4.dll

78 KB
Binary file not shown.

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/include/jansson.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ extern "C" {
2222

2323
#define JANSSON_MAJOR_VERSION 2
2424
#define JANSSON_MINOR_VERSION 14
25-
#define JANSSON_MICRO_VERSION 0
25+
#define JANSSON_MICRO_VERSION 1
2626

2727
/* Micro version is omitted if it's 0 */
28-
#define JANSSON_VERSION "2.14"
28+
#define JANSSON_VERSION "2.14.1"
2929

3030
/* Version as a 3-byte hex number, e.g. 0x010201 == 1.2.1. Use this
3131
for numeric comparisons, e.g. #if JANSSON_VERSION_HEX >= ... */

mingw32/include/jansson_config.h

-4
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@
3232
otherwise to 0. */
3333
#define JSON_INTEGER_IS_LONG_LONG 1
3434

35-
/* If locale.h and localeconv() are available, define to 1,
36-
otherwise to 0. */
37-
#define JSON_HAVE_LOCALECONV 1
38-
3935
/* If __atomic builtins are available they will be used to manage
4036
reference counts of json_t. */
4137
#define JSON_HAVE_ATOMIC_BUILTINS 1

mingw32/lib/libjansson.a

56.3 KB
Binary file not shown.

mingw32/lib/libjansson.dll.a

0 Bytes
Binary file not shown.

mingw32/lib/pkgconfig/jansson.pc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ includedir=${prefix}/include
55

66
Name: Jansson
77
Description: Library for encoding, decoding and manipulating JSON data
8-
Version: 2.14
8+
Version: 2.14.1
99
Libs: -L${libdir} -ljansson
1010
Cflags: -I${includedir}

mingw32/lib/python3.12/_sysconfigdata__win32_.py

+8-8
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

+5-5
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.
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.
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.
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.
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.
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.

mingw32/share/licenses/jansson/LICENSE

+25-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
Copyright (c) 2009-2020 Petri Lehtinen <[email protected]>
1+
# License
2+
3+
This project is licensed under the MIT license, except where otherwise noted.
4+
The full text of the MIT license is included below.
5+
6+
## MIT License
7+
8+
Copyright (c) 2009-2024 Petri Lehtinen <[email protected]>
29

310
Permission is hereby granted, free of charge, to any person obtaining a copy
411
of this software and associated documentation files (the "Software"), to deal
@@ -17,3 +24,20 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1724
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1825
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1926
THE SOFTWARE.
27+
28+
## Exceptions
29+
30+
### `src/dtoa.c`
31+
32+
Copyright (c) 1991, 2000, 2001 by Lucent Technologies.
33+
34+
Permission to use, copy, modify, and distribute this software for any
35+
purpose without fee is hereby granted, provided that this entire notice
36+
is included in all copies of any software which is or includes a copy
37+
or modification of this software and in all copies of the supporting
38+
documentation for such software.
39+
40+
THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
41+
WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY
42+
REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
43+
OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
2.08 KB
Binary file not shown.

mingw32/share/zoneinfo/Asia/Tehran

0 Bytes
Binary file not shown.

mingw32/share/zoneinfo/Iran

0 Bytes
Binary file not shown.
2.08 KB
Binary file not shown.
0 Bytes
Binary file not shown.

mingw32/share/zoneinfo/posix/Iran

0 Bytes
Binary file not shown.
2.6 KB
Binary file not shown.
0 Bytes
Binary file not shown.

mingw32/share/zoneinfo/right/Iran

0 Bytes
Binary file not shown.

mingw32/share/zoneinfo/zone.tab

+2-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ CH +4723+00832 Europe/Zurich
139139
CI +0519-00402 Africa/Abidjan
140140
CK -2114-15946 Pacific/Rarotonga
141141
CL -3327-07040 America/Santiago most of Chile
142-
CL -5309-07055 America/Punta_Arenas Region of Magallanes
142+
CL -4534-07204 America/Coyhaique Aysen Region
143+
CL -5309-07055 America/Punta_Arenas Magallanes Region
143144
CL -2709-10926 Pacific/Easter Easter Island
144145
CM +0403+00942 Africa/Douala
145146
CN +3114+12128 Asia/Shanghai Beijing Time

mingw32/share/zoneinfo/zone1970.tab

+2-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ CH,DE,LI +4723+00832 Europe/Zurich Büsingen
124124
CI,BF,GH,GM,GN,IS,ML,MR,SH,SL,SN,TG +0519-00402 Africa/Abidjan
125125
CK -2114-15946 Pacific/Rarotonga
126126
CL -3327-07040 America/Santiago most of Chile
127-
CL -5309-07055 America/Punta_Arenas Region of Magallanes
127+
CL -4534-07204 America/Coyhaique Aysén Region
128+
CL -5309-07055 America/Punta_Arenas Magallanes Region
128129
CL -2709-10926 Pacific/Easter Easter Island
129130
CN +3114+12128 Asia/Shanghai Beijing Time
130131
CN +4348+08735 Asia/Urumqi Xinjiang Time

var/lib/pacman/local/mingw-w64-i686-git-extra-1.1.653.48e2403b3-1/desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ any
2020
1741195626
2121

2222
%INSTALLDATE%
23-
1742787216
23+
1742873444
2424

2525
%PACKAGER%
2626
Johannes Schindelin <[email protected]>
Binary file not shown.

var/lib/pacman/local/mingw-w64-i686-jansson-2.14-2/desc var/lib/pacman/local/mingw-w64-i686-jansson-2.14.1-1/desc

+10-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mingw-w64-i686-jansson
33

44
%VERSION%
5-
2.14-2
5+
2.14.1-1
66

77
%BASE%
88
mingw-w64-jansson
@@ -17,23 +17,27 @@ https://www.digip.org/jansson/
1717
any
1818

1919
%BUILDDATE%
20-
1646815077
20+
1742800512
2121

2222
%INSTALLDATE%
23-
1646882400
23+
1742873427
2424

2525
%PACKAGER%
26-
CI (msys2/msys2-autobuild/51e8ee9f/1956162903)
26+
CI (msys2/msys2-autobuild/e9e823c2/14029357468)
2727

2828
%SIZE%
29-
239671
29+
377951
3030

3131
%LICENSE%
32-
MIT
32+
spdx:MIT
3333

3434
%VALIDATION%
35+
sha256
3536
pgp
3637

3738
%DEPENDS%
3839
mingw-w64-i686-libwinpthread-git
3940

41+
%XDATA%
42+
pkgtype=pkg
43+
Binary file not shown.
Binary file not shown.

var/lib/pacman/local/mingw-w64-i686-python-3.12.9-3/desc var/lib/pacman/local/mingw-w64-i686-python-3.12.9-4/desc

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mingw-w64-i686-python
33

44
%VERSION%
5-
3.12.9-3
5+
3.12.9-4
66

77
%BASE%
88
mingw-w64-python
@@ -17,16 +17,16 @@ https://www.python.org/
1717
any
1818

1919
%BUILDDATE%
20-
1739437894
20+
1742768971
2121

2222
%INSTALLDATE%
23-
1739442110
23+
1742873438
2424

2525
%PACKAGER%
26-
CI (msys2/msys2-autobuild/b4421681/13304104736)
26+
CI (msys2/msys2-autobuild/e9e823c2/14022975572)
2727

2828
%SIZE%
29-
193911119
29+
193892175
3030

3131
%REASON%
3232
1
Binary file not shown.
Binary file not shown.

var/lib/pacman/local/mingw-w64-i686-tzdata-2025a-1/desc var/lib/pacman/local/mingw-w64-i686-tzdata-2025b-1/desc

+8-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mingw-w64-i686-tzdata
33

44
%VERSION%
5-
2025a-1
5+
2025b-1
66

77
%BASE%
88
mingw-w64-tzdata
@@ -17,16 +17,16 @@ https://www.iana.org/time-zones
1717
any
1818

1919
%BUILDDATE%
20-
1737101488
20+
1742800621
2121

2222
%INSTALLDATE%
23-
1737256780
23+
1742873429
2424

2525
%PACKAGER%
26-
CI (msys2/msys2-autobuild/a977f9de/12825046951)
26+
CI (msys2/msys2-autobuild/e9e823c2/14029357468)
2727

2828
%SIZE%
29-
1424089
29+
1431094
3030

3131
%REASON%
3232
1
@@ -38,3 +38,6 @@ custom: public domain
3838
sha256
3939
pgp
4040

41+
%XDATA%
42+
pkgtype=pkg
43+

var/lib/pacman/local/mingw-w64-i686-tzdata-2025a-1/files var/lib/pacman/local/mingw-w64-i686-tzdata-2025b-1/files

+3
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ mingw32/share/zoneinfo/America/Ciudad_Juarez
107107
mingw32/share/zoneinfo/America/Coral_Harbour
108108
mingw32/share/zoneinfo/America/Cordoba
109109
mingw32/share/zoneinfo/America/Costa_Rica
110+
mingw32/share/zoneinfo/America/Coyhaique
110111
mingw32/share/zoneinfo/America/Creston
111112
mingw32/share/zoneinfo/America/Cuiaba
112113
mingw32/share/zoneinfo/America/Curacao
@@ -702,6 +703,7 @@ mingw32/share/zoneinfo/posix/America/Ciudad_Juarez
702703
mingw32/share/zoneinfo/posix/America/Coral_Harbour
703704
mingw32/share/zoneinfo/posix/America/Cordoba
704705
mingw32/share/zoneinfo/posix/America/Costa_Rica
706+
mingw32/share/zoneinfo/posix/America/Coyhaique
705707
mingw32/share/zoneinfo/posix/America/Creston
706708
mingw32/share/zoneinfo/posix/America/Cuiaba
707709
mingw32/share/zoneinfo/posix/America/Curacao
@@ -1323,6 +1325,7 @@ mingw32/share/zoneinfo/right/America/Ciudad_Juarez
13231325
mingw32/share/zoneinfo/right/America/Coral_Harbour
13241326
mingw32/share/zoneinfo/right/America/Cordoba
13251327
mingw32/share/zoneinfo/right/America/Costa_Rica
1328+
mingw32/share/zoneinfo/right/America/Coyhaique
13261329
mingw32/share/zoneinfo/right/America/Creston
13271330
mingw32/share/zoneinfo/right/America/Cuiaba
13281331
mingw32/share/zoneinfo/right/America/Curacao
Binary file not shown.

var/lib/pacman/sync/clang64.db

-249 Bytes
Binary file not shown.

var/lib/pacman/sync/clang64.db.sig

0 Bytes
Binary file not shown.

var/lib/pacman/sync/clangarm64.db

-229 Bytes
Binary file not shown.

var/lib/pacman/sync/clangarm64.db.sig

0 Bytes
Binary file not shown.
28 Bytes
Binary file not shown.
Binary file not shown.

var/lib/pacman/sync/mingw32.db

-90 Bytes
Binary file not shown.

var/lib/pacman/sync/mingw32.db.sig

0 Bytes
Binary file not shown.

var/lib/pacman/sync/mingw64.db

463 Bytes
Binary file not shown.

var/lib/pacman/sync/mingw64.db.sig

0 Bytes
Binary file not shown.

var/lib/pacman/sync/ucrt64.db

-307 Bytes
Binary file not shown.

var/lib/pacman/sync/ucrt64.db.sig

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)