geruh opened a new pull request, #2601: URL: https://github.com/apache/iceberg-python/pull/2601
Closes #2553 # Rationale for this change During the release process cleanup, I also had prototyped a migration from Poetry to UV. I used the https://github.com/mkniewallner/migrate-to-uv package to migrate to UV and ran a release workflow and some others like doc serve for validation. This PR also migrates the Makefile to use UV. I'll still need to upgrade the docs to reflect the UV contribution workflow. I think it would be a good start to push up as a prototype, and have others checkout and give it a try. My testing below. ## Are these changes tested? Yes - [x] `make install` Environment setup and dependency installation - [x] `make test` - Unit tests - [x] `make test-integration` - Integration tests with all extras - [x] `make lint` - Linting and code quality checks - [x] `make doc-install && make doc-serve` - Documentation ## Are there any user-facing changes? No user facing changes. Contributors will need to use UV instead of Poetry for development, but all make targets remain the same. So not really? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
