Skip to content

Commit f4bd690

Browse files
committed
Upgrade python versions: 3.10.15, 3.11.10, 3.12.5
1 parent 232d788 commit f4bd690

File tree

9 files changed

+69
-63
lines changed

9 files changed

+69
-63
lines changed

.github/workflows/build-cross-action.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
version:
22-
- 3.10.14
23-
- 3.11.9
24-
- 3.12.4
22+
- 3.10.15
23+
- 3.11.10
24+
- 3.12.5
2525
host:
2626
- x86_64
2727
- aarch64
@@ -116,9 +116,9 @@ jobs:
116116
fail-fast: false
117117
matrix:
118118
version:
119-
- 3.10.14
120-
- 3.11.9
121-
- 3.12.4
119+
- 3.10.15
120+
- 3.11.10
121+
- 3.12.5
122122
arch:
123123
- x86_64
124124

@@ -171,9 +171,9 @@ jobs:
171171
fail-fast: false
172172
matrix:
173173
version:
174-
- 3.10.14
175-
- 3.11.9
176-
- 3.12.4
174+
- 3.10.15
175+
- 3.11.10
176+
- 3.12.5
177177
arch:
178178
- amd64
179179
- x86

.github/workflows/build-native-action.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
version:
19-
- 3.10.14
20-
- 3.11.9
21-
- 3.12.4
19+
- 3.10.15
20+
- 3.11.10
21+
- 3.12.5
2222
host:
2323
- x86_64
2424
- aarch64
@@ -98,9 +98,9 @@ jobs:
9898
fail-fast: false
9999
matrix:
100100
version:
101-
- 3.10.14
102-
- 3.11.9
103-
- 3.12.4
101+
- 3.10.15
102+
- 3.11.10
103+
- 3.12.5
104104
arch:
105105
- x86_64
106106

@@ -154,9 +154,9 @@ jobs:
154154
fail-fast: false
155155
matrix:
156156
version:
157-
- 3.10.14
158-
- 3.11.9
159-
- 3.12.4
157+
- 3.10.15
158+
- 3.11.10
159+
- 3.12.5
160160
arch:
161161
- arm64
162162

@@ -209,9 +209,9 @@ jobs:
209209
fail-fast: false
210210
matrix:
211211
version:
212-
- 3.10.14
213-
- 3.11.9
214-
- 3.12.4
212+
- 3.10.15
213+
- 3.11.10
214+
- 3.12.5
215215
arch:
216216
- amd64
217217
- x86

.github/workflows/deploy-build-action.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,60 +22,60 @@ jobs:
2222
include:
2323
- platform: linux-gnu
2424
arch: x86_64
25-
python: 3.10.14
25+
python: 3.10.15
2626
- platform: linux-gnu
2727
arch: x86_64
28-
python: 3.11.9
28+
python: 3.11.10
2929
- platform: linux-gnu
3030
arch: x86_64
31-
python: 3.12.4
31+
python: 3.12.5
3232
- platform: linux-gnu
3333
arch: aarch64
34-
python: 3.10.14
34+
python: 3.10.15
3535
- platform: linux-gnu
3636
arch: aarch64
37-
python: 3.11.9
37+
python: 3.11.10
3838
- platform: linux-gnu
3939
arch: aarch64
40-
python: 3.12.4
40+
python: 3.12.5
4141

4242
- platform: win
4343
arch: x86
44-
python: 3.10.14
44+
python: 3.10.15
4545
- platform: win
4646
arch: x86
47-
python: 3.11.9
47+
python: 3.11.10
4848
- platform: win
4949
arch: x86
50-
python: 3.12.4
50+
python: 3.12.5
5151
- platform: win
5252
arch: amd64
53-
python: 3.10.14
53+
python: 3.10.15
5454
- platform: win
5555
arch: amd64
56-
python: 3.11.9
56+
python: 3.11.10
5757
- platform: win
5858
arch: amd64
59-
python: 3.12.4
59+
python: 3.12.5
6060

6161
- platform: macos
6262
arch: x86_64
63-
python: 3.10.14
63+
python: 3.10.15
6464
- platform: macos
6565
arch: x86_64
66-
python: 3.11.9
66+
python: 3.11.10
6767
- platform: macos
6868
arch: x86_64
69-
python: 3.12.4
69+
python: 3.12.5
7070
- platform: macos
7171
arch: arm64
72-
python: 3.10.14
72+
python: 3.10.15
7373
- platform: macos
7474
arch: arm64
75-
python: 3.11.9
75+
python: 3.11.10
7676
- platform: macos
7777
arch: arm64
78-
python: 3.12.4
78+
python: 3.12.5
7979

8080
steps:
8181
- name: Download Artifacts

.github/workflows/test-fips-action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
version:
16-
- 3.10.14
17-
- 3.11.9
18-
- 3.12.4
16+
- 3.10.15
17+
- 3.11.10
18+
- 3.12.5
1919
arch:
2020
- x86_64
2121
env:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.17.3
2+
======
3+
4+
* Upgrade python versions: 3.10.15, 3.11.10, 3.12.5
5+
6+
17
0.17.2
28
======
39

relenv/build/darwin.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def build_python(env, dirs, logfp):
7272
runcmd(["make", "install"], env=env, stderr=logfp, stdout=logfp)
7373

7474

75-
build = builds.add("darwin", populate_env=populate_env, version="3.10.14")
75+
build = builds.add("darwin", populate_env=populate_env, version="3.10.15")
7676

7777
build.add(
7878
"openssl",
@@ -100,8 +100,8 @@ def build_python(env, dirs, logfp):
100100
download={
101101
"url": "https://sqlite.org/2024/sqlite-autoconf-{version}.tar.gz",
102102
"fallback_url": "https://woz.io/relenv/dependencies/sqlite-autoconf-{version}.tar.gz",
103-
"version": "3460000",
104-
"checksum": "cab1c195dbb477f4ab8939ca6c58c62230e5ceea",
103+
"version": "3460100",
104+
"checksum": "1fdbada080f3285ac864c314bfbfc581b13e804b",
105105
},
106106
)
107107

@@ -116,8 +116,8 @@ def build_python(env, dirs, logfp):
116116
download={
117117
"url": "https://www.python.org/ftp/python/{version}/Python-{version}.tar.xz",
118118
"fallback_url": "https://woz.io/relenv/dependencies/Python-{version}.tar.gz",
119-
"checksum": "05148354ce821ba7369e5b7958435400",
120119
"version": build.version,
120+
"checksum": "f498fd8921e3c37e6aded9acb11ed23c8daa0bbe",
121121
},
122122
)
123123

@@ -131,11 +131,11 @@ def build_python(env, dirs, logfp):
131131
)
132132

133133
build = build.copy(
134-
version="3.11.9", checksum="926cd6a577b2e8dcbb17671b30eda04019328ada"
134+
version="3.11.10", checksum="eb0ee5c84407445809a556592008cfc1867a39bc"
135135
)
136136
builds.add("darwin", builder=build)
137137

138138
build = build.copy(
139-
version="3.12.4", checksum="c221421f3ba734daaf013dbdc7b48aa725cea18e"
139+
version="3.12.5", checksum="d9b83c17a717e1cbd3ab6bd14cfe3e508e6d87b2"
140140
)
141141
builds.add("darwin", builder=build)

relenv/build/linux.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def build_python(env, dirs, logfp):
444444
# runcmd([str(python), "-m", "ensurepip", "-U"], env=env, stderr=logfp, stdout=logfp)
445445

446446

447-
build = builds.add("linux", populate_env=populate_env, version="3.10.14")
447+
build = builds.add("linux", populate_env=populate_env, version="3.10.15")
448448

449449
build.add(
450450
"openssl",
@@ -503,8 +503,8 @@ def build_python(env, dirs, logfp):
503503
download={
504504
"url": "https://sqlite.org/2024/sqlite-autoconf-{version}.tar.gz",
505505
"fallback_url": "https://woz.io/relenv/dependencies/sqlite-autoconf-{version}.tar.gz",
506-
"version": "3460000",
507-
"checksum": "cab1c195dbb477f4ab8939ca6c58c62230e5ceea",
506+
"version": "3460100",
507+
"checksum": "1fdbada080f3285ac864c314bfbfc581b13e804b",
508508
"checkfunc": sqlite_version,
509509
"checkurl": "https://sqlite.org/",
510510
},
@@ -528,8 +528,8 @@ def build_python(env, dirs, logfp):
528528
download={
529529
"url": "https://ftp.gnu.org/gnu/gdbm/gdbm-{version}.tar.gz",
530530
"fallback_url": "https://woz.io/relenv/dependencies/gdbm-{version}.tar.gz",
531-
"version": "1.23",
532-
"checksum": "50ba1b1d45ce33fd44e4fdaaf3b55a9d8f3dc418",
531+
"version": "1.24",
532+
"checksum": "7bd455f28c9e4afacc042e0c712aac1b2391fef2",
533533
"checkfunc": tarball_version,
534534
},
535535
)
@@ -606,8 +606,8 @@ def build_python(env, dirs, logfp):
606606
download={
607607
"url": "https://ftp.gnu.org/gnu/readline/readline-{version}.tar.gz",
608608
"fallback_url": "https://woz.io/relenv/dependencies/readline-{version}.tar.gz",
609-
"version": "8.2",
610-
"checksum": "97ad98be243a857b639c0f3da2fe7d81c6d1d36e",
609+
"version": "8.2.13",
610+
"checksum": "5ffb6a334c2422acbe8f4d2cb11e345265c8d930",
611611
"checkfunc": tarball_version,
612612
},
613613
)
@@ -649,7 +649,7 @@ def build_python(env, dirs, logfp):
649649
"url": "https://www.python.org/ftp/python/{version}/Python-{version}.tar.xz",
650650
"fallback_url": "https://woz.io/relenv/dependencies/Python-{version}.tar.xz",
651651
"version": build.version,
652-
"checksum": "9103b4716dff30b40fd0239982f3a2d851143a46",
652+
"checksum": "f498fd8921e3c37e6aded9acb11ed23c8daa0bbe",
653653
"checkfunc": python_version,
654654
"checkurl": "https://www.python.org/ftp/python/",
655655
},
@@ -666,11 +666,11 @@ def build_python(env, dirs, logfp):
666666
)
667667

668668
build = build.copy(
669-
version="3.11.9", checksum="926cd6a577b2e8dcbb17671b30eda04019328ada"
669+
version="3.11.10", checksum="eb0ee5c84407445809a556592008cfc1867a39bc"
670670
)
671671
builds.add("linux", builder=build)
672672

673673
build = build.copy(
674-
version="3.12.4", checksum="c221421f3ba734daaf013dbdc7b48aa725cea18e"
674+
version="3.12.5", checksum="d9b83c17a717e1cbd3ab6bd14cfe3e508e6d87b2"
675675
)
676676
builds.add("linux", builder=build)

relenv/build/windows.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,15 @@ def build_python(env, dirs, logfp):
127127
)
128128

129129

130-
build = builds.add("win32", populate_env=populate_env, version="3.10.14")
130+
build = builds.add("win32", populate_env=populate_env, version="3.10.15")
131131

132132
build.add(
133133
"python",
134134
build_func=build_python,
135135
download={
136136
"url": "https://www.python.org/ftp/python/{version}/Python-{version}.tar.xz",
137137
"version": build.version,
138-
"checksum": "05148354ce821ba7369e5b7958435400",
138+
"checksum": "f498fd8921e3c37e6aded9acb11ed23c8daa0bbe",
139139
},
140140
)
141141

@@ -209,11 +209,11 @@ def runpip(pkg):
209209
)
210210

211211
build = build.copy(
212-
version="3.11.9", checksum="926cd6a577b2e8dcbb17671b30eda04019328ada"
212+
version="3.11.10", checksum="eb0ee5c84407445809a556592008cfc1867a39bc"
213213
)
214214
builds.add("win32", builder=build)
215215

216216
build = build.copy(
217-
version="3.12.4", checksum="c221421f3ba734daaf013dbdc7b48aa725cea18e"
217+
version="3.12.5", checksum="d9b83c17a717e1cbd3ab6bd14cfe3e508e6d87b2"
218218
)
219219
builds.add("win32", builder=build)

relenv/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import time
1919

2020
# relenv package version
21-
__version__ = "0.17.2"
21+
__version__ = "0.17.3"
2222

2323
MODULE_DIR = pathlib.Path(__file__).resolve().parent
2424

0 commit comments

Comments
 (0)