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.3.1
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.3.2
Choose a head ref
  • 8 commits
  • 16 files changed
  • 5 contributors

Commits on Dec 18, 2022

  1. ci: check lock file

    (cherry picked from commit b95ee16)
    radoering committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    7859b60 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. [1.3] fix: as_uri() can only be applied to an absolute path (#7272)

    Co-authored-by: finswimmer <finswimmer77@gmail.com>
    poetry-bot[bot] and finswimmer authored Jan 1, 2023
    Configuration menu
    Copy the full SHA
    914e0a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. performance: cache pages of PyPI repository in the same way as for le…

    …gacy repository to fix performance regression caused by replacing cachy
    
    (cherry picked from commit a013c5c)
    radoering committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    619b661 View commit details
    Browse the repository at this point in the history
  2. refactor(repository): always raise PackageNotFound in _get_page inste…

    …ad of returning None; remove unsuccessful attempt to get pretty name via json-based simple API
    
    (cherry picked from commit bfd490c)
    radoering committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    2c24016 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. docs: add clarification to virtualenvs.path

    Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
    (cherry picked from commit 68e1433)
    spirit-q2 and neersighted committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    350882c View commit details
    Browse the repository at this point in the history
  2. ci: update skip job for 3.11 GA

    (cherry picked from commit 47a329b)
    neersighted committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    4446ef1 View commit details
    Browse the repository at this point in the history
  3. docs: update for get-poetry.py removal

    (cherry picked from commit ef89e90)
    neersighted committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    3a1ecbd View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. release: bump version to 1.3.2

    radoering authored and neersighted committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    7889f70 View commit details
    Browse the repository at this point in the history
Loading