Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: pep621 + poetry 2.0.0 #829

Merged
merged 2 commits into from
Jan 13, 2025
Merged

build: pep621 + poetry 2.0.0 #829

merged 2 commits into from
Jan 13, 2025

Conversation

TomerFi
Copy link
Owner

@TomerFi TomerFi commented Jan 13, 2025

Description

Update pyproject.toml based on PEP 0621 and poetry 2.0.0.

fixes: #828

Checklist

  • I have followed this repository's contributing guidelines.
  • I will adhere to the project's code of conduct.

Additional information

@pull-request-size pull-request-size bot added the size: m Pull request has 30 to 100 lines label Jan 13, 2025
@auto-me-bot auto-me-bot bot added the status: needs review Pull request needs a review label Jan 13, 2025
Copy link

github-actions bot commented Jan 13, 2025

Test Results

294 tests   294 ✅  2s ⏱️
  1 suites    0 💤
  1 files      0 ❌

Results for commit 433f1b4.

♻️ This comment has been updated with latest results.

Copy link

codecov bot commented Jan 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.99%. Comparing base (884863e) to head (433f1b4).
Report is 2 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #829   +/-   ##
=======================================
  Coverage   98.99%   98.99%           
=======================================
  Files          11       11           
  Lines        1292     1292           
=======================================
  Hits         1279     1279           
  Misses         13       13           

Signed-off-by: Tomer Figenblat <[email protected]>
pyproject.toml Outdated Show resolved Hide resolved
@auto-me-bot auto-me-bot bot added status: review started Pull review in progress and removed status: needs review Pull request needs a review labels Jan 13, 2025
Signed-off-by: Tomer Figenblat <[email protected]>
Copy link
Collaborator

@thecode thecode left a comment

Choose a reason for hiding this comment

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

Nice, thanks!

@auto-me-bot auto-me-bot bot added status: approved Pull request is approved and removed status: review started Pull review in progress labels Jan 13, 2025
@TomerFi TomerFi merged commit bfc4bd8 into dev Jan 13, 2025
11 checks passed
@TomerFi TomerFi deleted the pep621 branch January 13, 2025 16:00
@auto-me-bot auto-me-bot bot added status: merged Pull request merged and removed status: approved Pull request is approved labels Jan 13, 2025
@TomerFi
Copy link
Owner Author

TomerFi commented Jan 13, 2025

6.0.1

@TomerFi
Copy link
Owner Author

TomerFi commented Jan 14, 2025

The release was botched (fixed here: #831).
I re-released 6.0.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: m Pull request has 30 to 100 lines status: merged Pull request merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adhere to PEP 621 - Storing project metadata in pyproject.toml
2 participants