Skip to content

Commit b52b533

Browse files
authored
Merge pull request #2044 from stonebig/master
Winpython 2026-03 b1
2 parents 8f35fe2 + cdb892c commit b52b533

25 files changed

Lines changed: 33942 additions & 14 deletions

.github/workflows/github_workflows_build-2026_03.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
# === Global Configuration ===
2020
WINPYARCH: "64"
2121
my_cycle: "winpython/portable/cycle_2026_03"
22-
my_release_level: "b0"
22+
my_release_level: "b1"
2323
dotwheelhouse: "dotpython\\wheelhouse\\included.wheels"
2424
pandoc_source: "https://github.com/jgm/pandoc/releases/download/3.1.9/pandoc-3.1.9-windows-x86_64.zip"
2525
pandoc_sha256: "11eb6dbe5286c9e5edb0cca4412e7d99ec6578ec04158b0b7fe11f7fd96688e5"
@@ -68,29 +68,29 @@ jobs:
6868
run: |
6969
switch ($env:PYTHON_VERSIONF) {
7070
'3.13' {
71-
Add-Content -Path $env:GITHUB_OUTPUT -Value 'ver2=3.13.13.1'
72-
Add-Content -Path $env:GITHUB_OUTPUT -Value 'src=https://github.com/astral-sh/python-build-standalone/releases/download/20260508/cpython-3.13.13+20260508-x86_64-pc-windows-msvc-install_only_stripped.tar.gz'
73-
Add-Content -Path $env:GITHUB_OUTPUT -Value 'sha=08eaecdf56b0929f4fc07d0d6b21e96df768de80d42b87d339c932a4bd12a9a1'
71+
Add-Content -Path $env:GITHUB_OUTPUT -Value 'ver2=3.13.14.0'
72+
Add-Content -Path $env:GITHUB_OUTPUT -Value 'src=https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.13.14+20260610-x86_64-pc-windows-msvc-install_only_stripped.tar.gz'
73+
Add-Content -Path $env:GITHUB_OUTPUT -Value 'sha=2933d50847057b9131ff89578a220b9206c40fd6bc34d0c12afb716bd9bf8fc9'
7474
}
7575
'3.14' {
76-
Add-Content -Path $env:GITHUB_OUTPUT -Value 'ver2=3.14.5.1'
77-
Add-Content -Path $env:GITHUB_OUTPUT -Value 'src=https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.14.5+20260510-x86_64-pc-windows-msvc-install_only_stripped.tar.gz'
78-
Add-Content -Path $env:GITHUB_OUTPUT -Value 'sha=4d26ade49e9571ccb3bd1a88cfc72c52b11a9a9f6e204a57f38592aed137566a'
76+
Add-Content -Path $env:GITHUB_OUTPUT -Value 'ver2=3.14.6.0'
77+
Add-Content -Path $env:GITHUB_OUTPUT -Value 'src=https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.14.6+20260610-x86_64-pc-windows-msvc-install_only_stripped.tar.gz'
78+
Add-Content -Path $env:GITHUB_OUTPUT -Value 'sha=49f0c7e8d1c2eaba70c5516ca6c01b6b766f6ff473f1209a76fd01783e7c75ae'
7979
}
8080
'3.14F' {
81-
Add-Content -Path $env:GITHUB_OUTPUT -Value 'ver2=3.14.5.1'
82-
Add-Content -Path $env:GITHUB_OUTPUT -Value 'src=https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.14.5+20260510-x86_64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz'
83-
Add-Content -Path $env:GITHUB_OUTPUT -Value 'sha=780df413efe4992c751bff3f84e63c54ccffa11fd26487378ff9de459375e409'
81+
Add-Content -Path $env:GITHUB_OUTPUT -Value 'ver2=3.14.6.0'
82+
Add-Content -Path $env:GITHUB_OUTPUT -Value 'src=https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.14.6+20260610-x86_64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz'
83+
Add-Content -Path $env:GITHUB_OUTPUT -Value 'sha=565b89180445643af7508283b4321a3ba4df6414aea9383c4f43eeeffe3b2c90'
8484
}
8585
'3.15' {
8686
Add-Content -Path $env:GITHUB_OUTPUT -Value 'ver2=3.15.0.3'
87-
Add-Content -Path $env:GITHUB_OUTPUT -Value 'src=https://github.com/astral-sh/python-build-standalone/releases/download/20260508/cpython-3.15.0b1+20260508-x86_64-pc-windows-msvc-install_only_stripped.tar.gz'
88-
Add-Content -Path $env:GITHUB_OUTPUT -Value 'sha=8a1184312b5e7469d6a937e3d7478ea5a11d65a8a8a2a4cad8cbb851c13b111c'
87+
Add-Content -Path $env:GITHUB_OUTPUT -Value 'src=https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.15.0b2+20260610-x86_64-pc-windows-msvc-install_only_stripped.tar.gz'
88+
Add-Content -Path $env:GITHUB_OUTPUT -Value 'sha=156c1a0cce39020dfc57a6cc7c1f4394eedc0cd01fd47cf31e35d4beb76f028a'
8989
}
9090
'3.15F' {
9191
Add-Content -Path $env:GITHUB_OUTPUT -Value 'ver2=3.15.0.3'
92-
Add-Content -Path $env:GITHUB_OUTPUT -Value 'src=https://github.com/astral-sh/python-build-standalone/releases/download/20260508/cpython-3.15.0b1+20260508-x86_64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz'
93-
Add-Content -Path $env:GITHUB_OUTPUT -Value 'sha=5c139ad3b99ea0ae08cf79d32f9731da379f7259fb4353746b9cc14bd0fc184f'
92+
Add-Content -Path $env:GITHUB_OUTPUT -Value 'src=https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.15.0b2+20260610-x86_64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz'
93+
Add-Content -Path $env:GITHUB_OUTPUT -Value 'sha=533240800f4f60ae0a01ea19894635678ce5033b8c57c16643e032662b0e115d'
9494
}
9595
}
9696
Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
lock-version = "1.0"
2+
created-by = "pip"
3+
4+
[[packages]]
5+
name = "build"
6+
version = "1.4.2"
7+
8+
[[packages.wheels]]
9+
name = "build-1.4.2-py3-none-any.whl"
10+
url = "https://files.pythonhosted.org/packages/4a/57/3b7d4dd193ade4641c865bc2b93aeeb71162e81fc348b8dad020215601ed/build-1.4.2-py3-none-any.whl"
11+
12+
[packages.wheels.hashes]
13+
sha256 = "7a4d8651ea877cb2a89458b1b198f2e69f536c95e89129dbf5d448045d60db88"
14+
15+
[[packages]]
16+
name = "colorama"
17+
version = "0.4.6"
18+
19+
[[packages.wheels]]
20+
name = "colorama-0.4.6-py2.py3-none-any.whl"
21+
url = "https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl"
22+
23+
[packages.wheels.hashes]
24+
sha256 = "4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"
25+
26+
[[packages]]
27+
name = "packaging"
28+
version = "26.2"
29+
30+
[[packages.wheels]]
31+
name = "packaging-26.2-py3-none-any.whl"
32+
url = "https://files.pythonhosted.org/packages/df/b2/87e62e8c3e2f4b32e5fe99e0b86d576da1312593b39f47d8ceef365e95ed/packaging-26.2-py3-none-any.whl"
33+
34+
[packages.wheels.hashes]
35+
sha256 = "5fc45236b9446107ff2415ce77c807cee2862cb6fac22b8a73826d0693b0980e"
36+
37+
[[packages]]
38+
name = "pyproject-hooks"
39+
version = "1.2.0"
40+
41+
[[packages.wheels]]
42+
name = "pyproject_hooks-1.2.0-py3-none-any.whl"
43+
url = "https://files.pythonhosted.org/packages/bd/24/12818598c362d7f300f18e74db45963dbcb85150324092410c8b49405e42/pyproject_hooks-1.2.0-py3-none-any.whl"
44+
45+
[packages.wheels.hashes]
46+
sha256 = "9e5c6bfa8dcc30091c74b0cf803c81fdd29d94f01992a7707bc97babb1141913"
47+
48+
[[packages]]
49+
name = "setuptools"
50+
version = "82.0.1"
51+
52+
[[packages.wheels]]
53+
name = "setuptools-82.0.1-py3-none-any.whl"
54+
url = "https://files.pythonhosted.org/packages/9d/76/f789f7a86709c6b087c5a2f52f911838cad707cc613162401badc665acfe/setuptools-82.0.1-py3-none-any.whl"
55+
56+
[packages.wheels.hashes]
57+
sha256 = "a59e362652f08dcd477c78bb6e7bd9d80a7995bc73ce773050228a348ce2e5bb"
58+
59+
[[packages]]
60+
name = "sqlite-bro"
61+
version = "0.13.1"
62+
63+
[[packages.wheels]]
64+
name = "sqlite_bro-0.13.1-py3-none-any.whl"
65+
url = "https://files.pythonhosted.org/packages/2a/b3/81b91f5b26fff329c59dbf826a87637bd51d1903120427912322f86e7d33/sqlite_bro-0.13.1-py3-none-any.whl"
66+
67+
[packages.wheels.hashes]
68+
sha256 = "c26033b0af133049ca578b5fd30b2372f002e7ff934b39774aa4d2da7638c23d"
69+
70+
[[packages]]
71+
name = "sv-ttk"
72+
version = "2.6.0"
73+
74+
[[packages.wheels]]
75+
name = "sv_ttk-2.6.0-py3-none-any.whl"
76+
url = "https://files.pythonhosted.org/packages/0f/3d/be0abc3202e90f282ad465f4e7c6e41bc8dce810ce5d1611566a1e7dfba8/sv_ttk-2.6.0-py3-none-any.whl"
77+
78+
[packages.wheels.hashes]
79+
sha256 = "4319c52edf2e14732fe84bdc9788e26f9e9a1ad79451ec0f89f0120ffc8105d9"
80+
81+
[[packages]]
82+
name = "wheel"
83+
version = "0.47.0"
84+
85+
[[packages.wheels]]
86+
name = "wheel-0.47.0-py3-none-any.whl"
87+
url = "https://files.pythonhosted.org/packages/87/1b/9e33c09813d65e248f7f773119148a612516a4bea93e9c6f545f78455b7c/wheel-0.47.0-py3-none-any.whl"
88+
89+
[packages.wheels.hashes]
90+
sha256 = "212281cab4dff978f6cedd499cd893e1f620791ca6ff7107cf270781e587eced"
91+
92+
[[packages]]
93+
name = "wppm"
94+
version = "17.5.20260525"
95+
96+
[[packages.wheels]]
97+
name = "wppm-17.5.20260525-py3-none-any.whl"
98+
url = "https://files.pythonhosted.org/packages/b3/99/abfd00918f0510d8cf0bcdf627d99794938ece80782259f987b0e7468776/wppm-17.5.20260525-py3-none-any.whl"
99+
100+
[packages.wheels.hashes]
101+
sha256 = "c46a2b03a94d65fbb158a26d481ad862cf4e4351a2f62469602cd50307b0a951"

0 commit comments

Comments
 (0)