Skip to content

Comments

Introduce wheel tag regex#592

Closed
rmarquis wants to merge 6 commits intopython-poetry:mainfrom
rmarquis:fix-wheel-tag-regex
Closed

Introduce wheel tag regex#592
rmarquis wants to merge 6 commits intopython-poetry:mainfrom
rmarquis:fix-wheel-tag-regex

Conversation

@rmarquis
Copy link
Contributor

Resolves: python-poetry#3509

This is a follow-up of PR #227, based on the work of @jrandall rebased on latest stable version, squashed and cleaned up, with the addition of requested changes by @radoering.

As @jrandall is seemingly unresponsive, this is an attempt at getting his work merged in poetry-core. All credits to him.

As suggested in #227, the initial PR is divided in 2 parts:

This is based on PR #591, which would need to be merged first.
I am unfortunately not sure about how to properly test with mocking of the proposed change, so this PR is in draft status at the moment. Any guidance is welcome here.

The first PR should actually fix most use cases, as this second PR is only needed for backward compatibility of older projects. New projects built with poetry should work properly with #591.

  • Added tests for changed code.
  • Updated documentation for changed code.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

@rmarquis rmarquis mentioned this pull request May 19, 2023
2 tasks
@radoering radoering changed the title Fix wheel tag regex Introduce wheel tag regex May 21, 2023
@radoering radoering mentioned this pull request May 29, 2023
2 tasks
@rmarquis rmarquis closed this by deleting the head repository Apr 20, 2024
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.

Poetry build is naming the wheel incorrectly

2 participants