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: pypa/pip
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 23.0
Choose a base ref
...
head repository: pypa/pip
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 23.0.1
Choose a head ref
  • 5 commits
  • 14 files changed
  • 5 contributors

Commits on Feb 17, 2023

  1. Merge pull request #11779 from sbidoul/fix-direct_url-invalid-hash-sbi

    Do not crash in presence of misformatted hash field in ``direct_url.json``
    pradyunsg committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    0138bd5 View commit details
    Browse the repository at this point in the history
  2. Ignore PIP_REQUIRE_VIRTUALENV for pip index (#11671)

    Ignore PIP_REQUIRE_VIRTUALENV in `pip index`
    tekumara authored and pradyunsg committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    864fd77 View commit details
    Browse the repository at this point in the history
  3. Implement --break-system-packages for EXTERNALLY-MANAGED installati…

    …ons (#11780)
    
    The PEP 668 expects an override mechanism to ease the transition.
    This provides an override.
    
    ---------
    
    Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
    stefanor and pradyunsg committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    e6deb9b View commit details
    Browse the repository at this point in the history
  4. Reconcile computation of isolated build environment paths (#11740)

    Use the same code to determine isolated environment paths at
    dependency install time and at environment setup time. We do not care
    about the exact paths but the paths needs to be consistent at package
    installation time and environment setup.
    
    This should fix issues observed on platforms that customize the
    installation schemes, such as Debian and Homebrew, where dependency
    installation and isolated build environment setup resolved to
    different paths.
    dnicolodi authored and pradyunsg committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    9a0d930 View commit details
    Browse the repository at this point in the history
  5. Bump for release

    pradyunsg committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    3817aef View commit details
    Browse the repository at this point in the history
Loading