Remove Python tarballs from pythonSrc/ext dir#1256
Merged
tuhaihe merged 1 commit intoapache:mainfrom Jul 29, 2025
Merged
Conversation
85005e2 to
2e30145
Compare
f8b2155 to
f39a616
Compare
12 tasks
yjhjstz
reviewed
Jul 26, 2025
Replace bundled Python source packages with pip3 download to comply with Apache Release policy. - Remove 7 bundled tar.gz packages from gpMgmt/bin/pythonSrc/ext/ - Add download-python-deps target using pip3 download - Update build targets to depend on download step - Preserve original compilation logic and --with-pythonsrc-ext functionality - Update LICENSE, python-dependencies.txt, and Windows build script - Add .gitignore rules for downloaded files This maintains the same build behavior while ensuring Apache compliance by removing third-party packages from source tree. See: apache#961
306d725 to
b3904d2
Compare
12 tasks
jiaqizho
reviewed
Jul 29, 2025
yjhjstz
approved these changes
Jul 29, 2025
my-ship-it
approved these changes
Jul 29, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit removes Python package tarballs from the pythonSrc/ext dir to comply with Apache Release requirements. The changes include:
Removed all Python package tarballs from pythonSrc/ext:
Modified build system to use pip for installing Python dependencies:
Updated documentation and references:
These changes ensure compliance with Apache Release requirements while maintaining all functionality by installing dependencies via pip instead of building from source tarballs.
See: #961
Fixes #ISSUE_Number
What does this PR do?
Type of Change
Breaking Changes
Test Plan
make installcheckmake -C src/test installcheck-cbdb-parallelImpact
Performance:
User-facing changes:
Dependencies:
Checklist
Additional Context
CI Skip Instructions