Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8e94c27

Browse files
committed
allow packaging-0.26
1 parent 5c62744 commit 8e94c27

24 files changed

+6601
-953
lines changed

.github/workflows/github_workflows_build-2026_01.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
shell: pwsh
165165
run: |
166166
& "$env:build_location\python\python.exe" -m pip install --upgrade --force-reinstall pip
167-
& "$env:build_location\python\python.exe" -m pip install --upgrade packaging==25.0
167+
& "$env:build_location\python\python.exe" -m pip install packaging
168168
& "$env:build_location\python\python.exe" -c "from wppm import wppm;dist=wppm.Distribution();dist.patch_standard_packages('pip', to_movable=True)"
169169
170170
- name: Download all requirements

winpython/portable/cycle_2026_01/pylock.64-3_13_11_1dotb0.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ sha256 = "4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"
2525

2626
[[packages]]
2727
name = "packaging"
28-
version = "25.0"
28+
version = "26.0rc1"
2929

3030
[[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"
31+
name = "packaging-26.0rc1-py3-none-any.whl"
32+
url = "https://files.pythonhosted.org/packages/40/35/ddf3a6e8fc754fb939e2ea36fde96c28189184d6115afcf60011bb438ae5/packaging-26.0rc1-py3-none-any.whl"
3333

3434
[packages.wheels.hashes]
35-
sha256 = "29572ef2b1f17581046b3a2227d5c611fb25ec70ca1ba8554b24b0e69331a484"
35+
sha256 = "ecf921b33c620e357b1eed2ac3bc6313b1582874b0282d0773b6797b79cb0786"
3636

3737
[[packages]]
3838
name = "pyproject-hooks"

0 commit comments

Comments
 (0)