Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Apple cross patch for Python 3.13 #9

Closed
wants to merge 25 commits into from
Closed

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    8894556 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c280e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    9d73ac4 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    fcfabcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dcdddd View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    564854b View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    9e9fcef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30d8c48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d02d6bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08575c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d0ef05 View commit details
    Browse the repository at this point in the history
  6. downloads: libffi 3.4.4 -> 3.4.6

    This release incorporates the path we were applying manually. So stop
    applying it.
    indygreg committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    ea4413d View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Add install_only_stripped binaries to release (indygreg#279)

    ## Summary
    
    This PR adds an `install_only_stripped` variant, which is generated by taking the `install_only` variant and removing debug symbols.
    
    Closes indygreg#277.
    Closes indygreg#174.
    Related to indygreg#275.
    
    ## Test Plan
    
    On macOS:
    
    - Downloaded [cpython-3.10.14+20240713-aarch64-apple-darwin-install_only.tar.gz](https://github.com/indygreg/python-build-standalone/releases/download/20240713/cpython-3.10.14+20240713-aarch64-apple-darwin-install_only.tar.gz) locally.
    - Ran: `cargo run convert-install-only-stripped cpython-3.10.14+20240713-aarch64-apple-darwin-install_only.tar.gz`.
    - Relocated `cpython-3.10.14+20240713-aarch64-apple-darwin-install_only_stripped.tar.gz` to another directory.
    - Unzipped `cpython-3.10.14+20240713-aarch64-apple-darwin-install_only.tar.gz`.
    - Ran `./python` in `python/python/bin`.
    
    Performed the same procedure on Windows.
    charliermarsh committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    4a95986 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    aec9cbf View commit details
    Browse the repository at this point in the history
  2. Add Ruff and mypy configuration files (indygreg#283)

    ## Summary
    
    I think it's useful that running `ruff check` or `mypy` enforces the configuration we enforce in CI.
    charliermarsh committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    dfc282c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b0ee35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f463c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    696e8b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    23b5314 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7985287 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a154d5c View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    90d40b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. license: update LICENSE file to MPL 2.0

    It was errantly BSD 3-clause in this file despite MPL headers on
    ~all source files. MPL 2.0 is the license we actually use.
    
    Closes indygreg#297.
    indygreg committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    953883a View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Support for Python 3.13.

    Co-authored-by: Zanie Blue <contact@zanie.dev>
    kpfleming and zanieb committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    0b230ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20c1f26 View commit details
    Browse the repository at this point in the history