Skip to content

release: bump version to 2.1.2#854

Merged
radoering merged 1 commit into
python-poetry:mainfrom
radoering:release/2.1.2
Mar 29, 2025
Merged

release: bump version to 2.1.2#854
radoering merged 1 commit into
python-poetry:mainfrom
radoering:release/2.1.2

Conversation

@radoering
Copy link
Copy Markdown
Member

@radoering radoering commented Mar 29, 2025

Changed

  • Improve performance of marker operations (#851).

Fixed

  • Fix an issue where incorrect markers were calculated when removing parts covered by the project's Python constraint (#841, #846).
  • Fix an issue where extra markers were not simplified (#842, #845, #847).
  • Fix an issue where the intersection and union of markers was not deterministic (#843).
  • Fix an issue where the intersection of python_version markers was not recognized as empty (#849).
  • Fix an issue where python_version markers were not simplified (#848, #851).
  • Fix an issue where Python constraints on a package were converted into invalid markers (#853).

Summary by Sourcery

Bump version to 2.1.2 with improvements to marker operations and several bug fixes related to Python version and extra markers

Bug Fixes:

  • Correct calculation of markers when removing parts covered by Python constraints
  • Simplify extra and python_version markers
  • Ensure deterministic intersection and union of markers
  • Fix conversion of Python constraints to markers

Enhancements:

  • Improve performance of marker operations

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented Mar 29, 2025

Reviewer's Guide by Sourcery

This pull request bumps the version to 2.1.2 and includes a new changelog entry documenting the changes. The changes include performance improvements to marker operations and several bug fixes related to Python version and extra markers.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
The version of the package has been bumped to 2.1.2.
  • Update the version in pyproject.toml.
  • Update the version in src/poetry/core/__init__.py.
  • Add a new entry to CHANGELOG.md for version 2.1.2, detailing changes and fixes.
pyproject.toml
src/poetry/core/__init__.py
CHANGELOG.md
A new changelog entry was added to document the changes in version 2.1.2.
  • Add a section for version 2.1.2.
  • List the performance improvements to marker operations.
  • List the fixes for marker calculation, simplification, and determinism issues.
CHANGELOG.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@radoering radoering marked this pull request as ready for review March 29, 2025 16:18
Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @radoering - I've reviewed your changes - here's some feedback:

Overall Comments:

  • The changelog entry includes the date, but this is not automatically updated, so remember to update it when merging.
Here's what I looked at during the review
  • 🟢 General issues: all looks good
  • 🟢 Security: all looks good
  • 🟢 Testing: all looks good
  • 🟢 Complexity: all looks good
  • 🟢 Documentation: all looks good

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@radoering radoering requested a review from a team March 29, 2025 16:19
@radoering radoering merged commit ac4cd5d into python-poetry:main Mar 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants