8000 Comparing 20250115...20250205 · astral-sh/python-build-standalone · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: astral-sh/python-build-standalone
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 20250115
Choose a base ref
...
head repository: astral-sh/python-build-standalone
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20250205
Choose a head ref
  • 7 commits
  • 21 files changed
  • 3 contributors

Commits on Jan 15, 2025

  1. Upgrade reqwest to 0.12 (#500)

    Fixes artifact upload failures introduced by conflicting versions in
    #486
    zanieb authored Jan 15, 2025
    Configuration menu
    Copy the full SHA
    fc29abe View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. Fix virtual environment creation when bootstrapping build environment…

    …s with a standalone Python (#505)
    
    Per
    #381 (comment)
    this should stop the build bootsrapping script from crashing when
    running the build with a standalone Python distribution (which was..
    really annoying me).
    zanieb authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    8dc1b9c View commit details
    Browse the repository at this point in the history
  2. Build attestations improvements (#501)

    Per
    #343 (comment)
    
    * Adds attestations to build-0 of the linux matrix (due to recent
    refactor)
    * Adds attestations to release artifacts which include install only
    derived builds.
    samypr100 authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    cb32f8d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. Make the installed pkg-config files relocatable (astral-sh/uv#11028) (#…

    …507)
    
    This ensures that e.g. `PKG_CONFIG_PATH=/wherever/python/lib/pkgconfig
    pkg-config --cflags` gets you existent paths in /wherever/python instead
    of nonexistent paths in /install.
    geofft authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    dfb68b2 View commit details
    Browse the repository at this point in the history
  2. build-cpython.sh: Don't repack the pip wheel (#506)

    We're no longer patching it as of #401 (3dbca1c) so there's no longer
    a need to unpack and repack it.
    geofft authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    12d9c06 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. Adjust python-build-standalone links (#509)

    ## Summary
    
    When running locally, I noticed constant redirects in my traffic from
    `indygreg/python-build-standalone` to
    `astral-sh/python-build-standalone`. This PR corrects some of the links
    to avoid the redirects by using the new canonical location.
    
    ## Test Plan
    
    Manually verified all adjusted links work as expected.
    samypr100 authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    4615f2f View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. Upgrade CPython 3.12.8 to 3.12.9, 3.13.1 to 3.13.2 (#513)

    Our BOLT patches that landed for 3.14 have been backported to 3.12 and
    3.13, so the remaining BOLT patch now applies to 3.12+.
    geofft authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    183bc64 View commit details
    Browse the repository at this point in the history
Loading
0