Skip to content

Commit 1888bd7

Browse files
committed
prepare for rc
1 parent 4c2a560 commit 1888bd7

11 files changed

+13367
-19
lines changed

.github/workflows/github_workflows_build-all.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
matrix:
2828
flavor:
2929
- name: "dot"
30-
REQUIREMENTS_313: "winpython\\portable\\cycle_2025_04\\requir.64-3_13_7_0dotb4.txt"
31-
REQUIREMENTS_314: "winpython\\portable\\cycle_2025_04\\requir.64-3_14_0_1dotb3.txt"
30+
REQUIREMENTS_313: "winpython\\portable\\cycle_2025_04\\requir.64-3_13_7_0dot.txt"
31+
REQUIREMENTS_314: "winpython\\portable\\cycle_2025_04\\requir.64-3_14_0_1dot.txt"
3232
REQUIREMENTS_WHL_313: ""
3333
REQUIREMENTS_WHL_314: ""
3434
ZIP: "1"
@@ -37,10 +37,10 @@ jobs:
3737
PANDOC: "0"
3838
ARTIFACT_NAME_313: "publish_313dot"
3939
ARTIFACT_NAME_314: "publish_314dot"
40-
python_sourcef_313: "https://github.com/astral-sh/python-build-standalone/releases/download/20250818/cpython-3.13.7+20250818-x86_64-pc-windows-msvc-install_only_stripped.tar.gz"
41-
python_sha256f_313: "d60173a7693c3134b8364814b80f98ddde0638e0e75e5b004f37452fccf67a33"
42-
python_sourcef_314: "https://github.com/astral-sh/python-build-standalone/releases/download/20250818/cpython-3.14.0rc2+20250818-x86_64-pc-windows-msvc-install_only_stripped.tar.gz"
43-
python_sha256f_314: "361a49531a5d4bdc72bbccc81f7b5881b5eb751e3b47683b233cacae5aeeaeed"
40+
python_sourcef_313: "https://github.com/astral-sh/python-build-standalone/releases/download/20250902/cpython-3.13.7+20250902-x86_64-pc-windows-msvc-install_only_stripped.tar.gz"
41+
python_sha256f_313: "ffd3dd92f60041db8a9c24a5d84b915ece8ad4202cfd401b46bafaa4c8dab324"
42+
python_sourcef_314: "https://github.com/astral-sh/python-build-standalone/releases/download/20250902/cpython-3.14.0rc2+20250902-x86_64-pc-windows-msvc-install_only_stripped.tar.gz"
43+
python_sha256f_314: "eb605a9d5f167b6b727b41b0aca37bc145bec8c3020ce822c501f0f4be3ac2dc"
4444
WINPYARCH: "64"
4545
WINPYVERSION_313: "313"
4646
WINPYVERSION_314: "314"
@@ -50,8 +50,8 @@ jobs:
5050
build_location_313: "WPy64-3170b4"
5151
build_location_314: "WPy64-31401b4"
5252
- name: "slim"
53-
REQUIREMENTS_313: "winpython\\portable\\cycle_2025_04\\requir.64-3_13_7_0slimb4.txt"
54-
REQUIREMENTS_314: "winpython\\portable\\cycle_2025_04\\requir.64-3_14_0_1dotb3.txt"
53+
REQUIREMENTS_313: "winpython\\portable\\cycle_2025_04\\requir.64-3_13_7_0slim.txt"
54+
REQUIREMENTS_314: ""
5555
REQUIREMENTS_WHL_313: ""
5656
REQUIREMENTS_WHL_314: ""
5757
ZIP: "0"
@@ -60,10 +60,10 @@ jobs:
6060
PANDOC: "1"
6161
ARTIFACT_NAME_313: "publish_313slim"
6262
ARTIFACT_NAME_314: ""
63-
python_sourcef_313: "https://github.com/astral-sh/python-build-standalone/releases/download/20250818/cpython-3.13.7+20250818-x86_64-pc-windows-msvc-install_only_stripped.tar.gz"
64-
python_sha256f_313: "d60173a7693c3134b8364814b80f98ddde0638e0e75e5b004f37452fccf67a33"
65-
python_sourcef_314: "https://github.com/astral-sh/python-build-standalone/releases/download/20250818/cpython-3.14.0rc2+20250818-x86_64-pc-windows-msvc-install_only_stripped.tar.gz"
66-
python_sha256f_314: "361a49531a5d4bdc72bbccc81f7b5881b5eb751e3b47683b233cacae5aeeaeed"
63+
python_sourcef_313: "https://github.com/astral-sh/python-build-standalone/releases/download/20250902/cpython-3.13.7+20250902-x86_64-pc-windows-msvc-install_only_stripped.tar.gz"
64+
python_sha256f_313: "ffd3dd92f60041db8a9c24a5d84b915ece8ad4202cfd401b46bafaa4c8dab324"
65+
python_sourcef_314: ""
66+
python_sha256f_314: ""
6767
WINPYARCH: "64"
6868
WINPYVERSION_313: "313"
6969
WINPYVERSION_314: "314"
@@ -73,8 +73,8 @@ jobs:
7373
build_location_313: "WPy64-3170b4"
7474
build_location_314: "WPy64-31401b4"
7575
- name: "whl"
76-
REQUIREMENTS_313: "winpython\\portable\\cycle_2025_04\\requir.64-3_13_7_0dotb4.txt"
77-
REQUIREMENTS_314: "winpython\\portable\\cycle_2025_04\\requir.64-3_14_0_1dotb3.txt"
76+
REQUIREMENTS_313: "winpython\\portable\\cycle_2025_04\\requir.64-3_13_7_0dot.txt"
77+
REQUIREMENTS_314: ""
7878
REQUIREMENTS_WHL_313: "winpython\\portable\\cycle_2025_04\\requir.64-3_13_7_0whlb4_wheels.txt"
7979
REQUIREMENTS_WHL_314: ""
8080
ZIP: "0"
@@ -83,10 +83,10 @@ jobs:
8383
PANDOC: "0"
8484
ARTIFACT_NAME_313: "publish_313whl"
8585
ARTIFACT_NAME_314: ""
86-
python_sourcef_313: "https://github.com/astral-sh/python-build-standalone/releases/download/20250818/cpython-3.13.7+20250818-x86_64-pc-windows-msvc-install_only_stripped.tar.gz"
87-
python_sha256f_313: "d60173a7693c3134b8364814b80f98ddde0638e0e75e5b004f37452fccf67a33"
88-
python_sourcef_314: "https://github.com/astral-sh/python-build-standalone/releases/download/20250818/cpython-3.14.0rc2+20250818-x86_64-pc-windows-msvc-install_only_stripped.tar.gz"
89-
python_sha256f_314: "361a49531a5d4bdc72bbccc81f7b5881b5eb751e3b47683b233cacae5aeeaeed"
86+
python_sourcef_313: "https://github.com/astral-sh/python-build-standalone/releases/download/20250902/cpython-3.13.7+20250902-x86_64-pc-windows-msvc-install_only_stripped.tar.gz"
87+
python_sha256f_313: "ffd3dd92f60041db8a9c24a5d84b915ece8ad4202cfd401b46bafaa4c8dab324"
88+
python_sourcef_314: ""
89+
python_sha256f_314: ""
9090
WINPYARCH: "64"
9191
WINPYVERSION_313: "313"
9292
WINPYVERSION_314: "314"
@@ -97,7 +97,7 @@ jobs:
9797
build_location_314: ""
9898
- name: "free"
9999
REQUIREMENTS_313: ""
100-
REQUIREMENTS_314: "winpython\\portable\\cycle_2025_04\\requir.64-3_14_0_1dotb3.txt"
100+
REQUIREMENTS_314: "winpython\\portable\\cycle_2025_04\\requir.64-3_14_0_1free.txt"
101101
REQUIREMENTS_WHL_313: ""
102102
REQUIREMENTS_WHL_314: ""
103103
ZIP: "1"
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.2.2.post1"
7+
8+
[[packages.wheels]]
9+
name = "build-1.2.2.post1-py3-none-any.whl"
10+
url = "https://files.pythonhosted.org/packages/84/c2/80633736cd183ee4a62107413def345f7e6e3c01563dbca1417363cf957e/build-1.2.2.post1-py3-none-any.whl"
11+
12+
[packages.wheels.hashes]
13+
sha256 = "1d61c0887fa860c01971625baae8bdd338e517b836a2f70dd1f7aa3a6b2fc5b5"
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 = "25.0"
29+
30+
[[packages.wheels]]
31+
name = "packaging-25.0-py3-none-any.whl"
32+
url = "https://files.pythonhosted.org/packages/20/12/38679034af332785aac8774540895e234f4d07f7545804097de4b666afd8/packaging-25.0-py3-none-any.whl"
33+
34+
[packages.wheels.hashes]
35+
sha256 = "29572ef2b1f17581046b3a2227d5c611fb25ec70ca1ba8554b24b0e69331a484"
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 = "80.9.0"
51+
52+
[[packages.wheels]]
53+
name = "setuptools-80.9.0-py3-none-any.whl"
54+
url = "https://files.pythonhosted.org/packages/a3/dc/17031897dae0efacfea57dfd3a82fdd2a2aeb58e0ff71b77b87e44edc772/setuptools-80.9.0-py3-none-any.whl"
55+
56+
[packages.wheels.hashes]
57+
sha256 = "062d34222ad13e0cc312a4c02d73f059e86a4acbfbdea8f8f76b28c99f306922"
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.45.1"
84+
85+
[[packages.wheels]]
86+
name = "wheel-0.45.1-py3-none-any.whl"
87+
url = "https://files.pythonhosted.org/packages/0b/2c/87f3254fd8ffd29e4c02732eee68a83a1d3c346ae39bc6822dcbcb697f2b/wheel-0.45.1-py3-none-any.whl"
88+
89+
[packages.wheels.hashes]
90+
sha256 = "708e7481cc80179af0e556bbf0cc00b8444c7321e2700b8d8580231d13017248"
91+
92+
[[packages]]
93+
name = "wppm"
94+
version = "17.2.20250823"
95+
96+
[[packages.wheels]]
97+
name = "wppm-17.2.20250823-py3-none-any.whl"
98+
url = "https://files.pythonhosted.org/packages/ae/a9/2581cc7f91354eada41367bf68b91b1b7fba6cb6fb469f500dbaf6191539/wppm-17.2.20250823-py3-none-any.whl"
99+
100+
[packages.wheels.hashes]
101+
sha256 = "0945411b12eaf6da134a9d8662a4afb2b25e129dd34fc2f6ef76ee62d61411c3"

0 commit comments

Comments
 (0)