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: python-poetry/poetry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.0
Choose a base ref
...
head repository: python-poetry/poetry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.4.1
Choose a head ref
  • 12 commits
  • 20 files changed
  • 9 contributors

Commits on Mar 1, 2023

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

Commits on Mar 4, 2023

  1. Fix: Misconfiguration in ask dependency interactive (#7569)

    (cherry picked from commit a58a0e8)
    PabloEmidio authored and radoering committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    67f16d8 View commit details
    Browse the repository at this point in the history
  2. docs: clarify behavior of --extras and subcommands (#7563)

    (cherry picked from commit 6a0087b)
    evanrittenhouse authored and radoering committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    ef8ace3 View commit details
    Browse the repository at this point in the history
  3. fix: append subdirectory to archive path (#7580)

    (cherry picked from commit f27308f)
    harrymander authored and radoering committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    c45c94e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Offer workaround for the cases where Poetry is downloading

    several versions of a package that does not have
    its metada correctly declared.
    
    (cherry picked from commit 40061f9)
    Jack Desert authored and radoering committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    0b3e53c View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. installer: fix handling of sdist hashes (#7594)

    * fix hash mismatch during installation with `no-binary` option for packages that provide suitable wheels
    * do not skip hash check for sdists
    * write hash for sdists in direct_url.json
    
    (cherry picked from commit 26fbfd6)
    quantum-byte authored and radoering committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    0516ea5 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. add missing env keyword in Env._run (#7626)

    The env keyword contains the modified path (that uses get_temp_environ)
    so without it, anything using the `input` path here would get the wrong
    env.
    
    fixes python-poetry#7623
    
    (cherry picked from commit 4a27e8f)
    novas0x2a authored and radoering committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    aba7baf View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. update installer to 0.7.0 (#7671)

    (cherry picked from commit 8db1f00)
    dimbleby authored and radoering committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    6beaef9 View commit details
    Browse the repository at this point in the history
  2. chore: update poetry-core (#7676)

    (cherry picked from commit cbfdc62)
    radoering committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    7b021d4 View commit details
    Browse the repository at this point in the history
  3. installer: fix optimization level (#7666)

    (cherry picked from commit 4dfb894)
    radoering committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    b98c15c View commit details
    Browse the repository at this point in the history
  4. installer: improve error messages for building dependencies (#7667)

    (cherry picked from commit b8e912d)
    radoering committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    0b387ff View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

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