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.8.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.8.1
Choose a head ref
  • 4 commits
  • 9 files changed
  • 2 contributors

Commits on Feb 25, 2024

  1. doc: rename master branch to main (#9022)

    (cherry picked from commit e6910f3)
    abn authored and radoering committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    00967d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. deps: require packaging >= 23.1 for packaging.metadata (#9031)

    (cherry picked from commit 036dcf1)
    radoering authored and abn committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    ed8cb8b View commit details
    Browse the repository at this point in the history
  2. lazy-wheel: handle unexpected status codes as "negative offsets not s…

    …upported"
    
    not all servers return "method not allowed" or "not implemented", but for example also "internal server error" or "not found"
    
    (cherry picked from commit 8c9a80e)
    radoering authored and abn committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    465aa8c View commit details
    Browse the repository at this point in the history
  3. release: bump version to 1.8.1

    radoering authored and abn committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    78f7dd6 View commit details
    Browse the repository at this point in the history
Loading