Skip to content

2025.9.4

Latest

Choose a tag to compare

@ClericPy ClericPy released this 05 Sep 16:39
· 1 commit to master since this release
  • 2025.09.04
    • download_python: removed the default stripped keyword
    • test_utils.py: now uses the test_cache/ folder to avoid conflicts
    • Fixed Linux test cases
    • download_python
      • removed the default stripped keyword
      • Linux is now the default platform for auto mode
    • Added scripts entry point to zipapps's pyproject.toml
      • Can also be used as uvx zipapps ...
      • Or zipapps.exe ... on Windows, or zipapps on Unix
    • Added --uv option to accept a path to uv, speeding up pip install
      • --uv=uv or --uv=path/to/uv
    • Added --freeze-deps as an alias for --freeze-reqs
    • fix deprecated warning since 3.10 zipimporter.load_module
    • add uvx use case to test_utils.py
      • uvx zipapps six
      • python -m zipapps six --uv=uv