Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Require poetry>=1.3.2 #14860

Merged
merged 12 commits into from
Jan 17, 2023
Merged

Require poetry>=1.3.2 #14860

merged 12 commits into from
Jan 17, 2023

Commits on Jan 17, 2023

  1. Upgrade to new lockfile format

    Now requires poetry >= 1.2.2 to read and poetry >= 1.3.0 to write.
    
    Cheat sheet:
    
    ```
    poetry --version
    poetry show > scratch/before
    pipx upgrade poetry
    poetry --version
    poetry show > scratch/after
    diff scratch{before,after} && echo "no change!"
    ```
    David Robertson committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    99718bd View commit details
    Browse the repository at this point in the history
  2. Use Poetry 1.3.2 when reading or writing lockfile

    David Robertson committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    bede638 View commit details
    Browse the repository at this point in the history
  3. Remove unneeded(?) poetry dep for cibuildwheel

    David Robertson committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    133172d View commit details
    Browse the repository at this point in the history
  4. Update docs

    David Robertson committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    3f079ee View commit details
    Browse the repository at this point in the history
  5. Remove redundant call to setup-python

    David Robertson committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    23b812e View commit details
    Browse the repository at this point in the history
  6. Remove outdated comments related to Poetry 1.x

    David Robertson committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    92fb840 View commit details
    Browse the repository at this point in the history
  7. Remove outdated docs line

    was fixed in #13082
    David Robertson committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    99c32fe View commit details
    Browse the repository at this point in the history
  8. Minor improvements to poetry cheat sheet

    David Robertson committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    927a050 View commit details
    Browse the repository at this point in the history
  9. Invoke setup-python-poetry with explicit version

    Not sure about this. It's hardcoding versions everywhere.
    David Robertson committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    9430bf2 View commit details
    Browse the repository at this point in the history
  10. Changelog

    David Robertson committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    b7137a2 View commit details
    Browse the repository at this point in the history
  11. Check the lockfile is version 2.0

    Might one day incorporate other checks like #14742
    David Robertson committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    9382733 View commit details
    Browse the repository at this point in the history
  12. Typo fixes, thanks Sean

    Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
    David Robertson and squahtx authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    f811ff5 View commit details
    Browse the repository at this point in the history