-
Notifications
You must be signed in to change notification settings - Fork 348
feat: Add Uv Python package manager #10020
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
base: main
Are you sure you want to change the base?
Conversation
eca7fa1
to
61dff26
Compare
helper-cli/src/main/kotlin/commands/repoconfig/GenerateScopeExcludesCommand.kt
Fixed
Show fixed
Hide fixed
61dff26
to
f9c0758
Compare
27a370a
to
8e01f73
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10020 +/- ##
============================================
- Coverage 56.48% 56.46% -0.02%
+ Complexity 1611 1609 -2
============================================
Files 331 331
Lines 12268 12293 +25
Branches 1138 1147 +9
============================================
+ Hits 6929 6941 +12
- Misses 4896 4902 +6
- Partials 443 450 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
45a10e7
to
2638532
Compare
1b134d5
to
ed7dd63
Compare
736c767
to
3789735
Compare
plugins/package-managers/python/src/test/kotlin/utils/PythonUtilsTest.kt
Fixed
Show fixed
Hide fixed
3789735
to
5a34f28
Compare
Just as a somewhat related remark, Dependabot now can also handle uv. |
Right on time, i say |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this needs major rework for work without python-inspector
, which is know to have several problems.
Please also remove the merge commit from the history.
plugins/package-managers/python/src/funTest/kotlin/UvFunTest.kt
Outdated
Show resolved
Hide resolved
So I guess we'd want astral-sh/uv#4711 to be implemented. |
Signed-off-by: Helio Chissini de Castro <[email protected]>
f0c902f
to
0347e20
Compare
Signed-off-by: Helio Chissini de Castro <[email protected]>
0347e20
to
d97afdf
Compare
Uv is Astral.sh Python package/project manager solution. The backend is based on Rust and is a merge result of two projects, the original package manager uv and the Python project manager rye,
Reference: