| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -180,7 +180,6 @@ jobs: | |||
| 180 | 180 | shell: pwsh | |
| 181 | 181 | run: | | |
| 182 | 182 | & "$env:build_location\python\python.exe" -m pip install --upgrade --force-reinstall pip --no-warn-script-location | |
| 183 | - & "$env:build_location\python\python.exe" -m pip install packaging | ||
| 184 | 183 | & "$env:build_location\python\python.exe" -c "from wppm import wppm;dist=wppm.Distribution();dist.patch_standard_packages('pip', to_movable=True)" | |
| 185 | 184 | ||
| 186 | 185 | - name: Download all requirements | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,6 +28,6 @@ | |||
| 28 | 28 | OTHER DEALINGS IN THE SOFTWARE. | |
| 29 | 29 | """ | |
| 30 | 30 | ||
| 31 | - __version__ = '17.3.20260411' | ||
| 31 | + __version__ = '17.3.20260412' | ||
| 32 | 32 | __license__ = __doc__ | |
| 33 | 33 | __project_url__ = 'http://winpython.github.io/' | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ | |||
| 10 | 10 | import sys | |
| 11 | 11 | import shutil | |
| 12 | 12 | from pathlib import Path | |
| 13 | - from importlib.metadata import version | ||
| 13 | + from pip._vendor.packaging import version | ||
| 14 | 14 | from . import utils | |
| 15 | 15 | ||
| 16 | 16 | CHANGELOGS_DIR = Path(__file__).parent.parent / "changelogs" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments