-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
awscli: 2.15.5 #157990
Merged
Merged
awscli: 2.15.5 #157990
Conversation
This file contains 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
github-actions
bot
added
autosquash
Automatically squash pull request commits according to Homebrew style.
python
Python use is a significant feature of the PR or issue
rust
Rust use is a significant feature of the PR or issue
labels
Dec 21, 2023
philipfischer
force-pushed
the
awscli-venv-fix
branch
from
December 21, 2023 18:49
0016e6f
to
50fe517
Compare
github-actions
bot
removed
the
autosquash
Automatically squash pull request commits according to Homebrew style.
label
Dec 21, 2023
branchvincent
approved these changes
Dec 29, 2023
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.
SGTM, thanks!
🤖 An automated task has requested bottles to be published to this PR. |
github-actions
bot
added
the
CI-published-bottle-commits
The commits for the built bottles have been pushed to the PR branch.
label
Dec 29, 2023
awscli: ignore system site packages in virtualenv Configure the virtualenv created by this formula to ignore system site packages as all dependencies are installed in the virtualenv and having certain packages in the system site packages breaks awscli as described here: aws/aws-cli#7942.
bevanjkay
force-pushed
the
awscli-venv-fix
branch
from
December 29, 2023 06:28
536986c
to
cb4eb51
Compare
bevanjkay
removed
the
CI-published-bottle-commits
The commits for the built bottles have been pushed to the PR branch.
label
Dec 29, 2023
bevanjkay
changed the title
awscli: ignore system site packages in virtualenv
awscli: 2.15.5
Dec 29, 2023
Thank you @philipfischer |
bevanjkay
approved these changes
Dec 29, 2023
branchvincent
approved these changes
Dec 29, 2023
🤖 An automated task has requested bottles to be published to this PR. |
github-actions
bot
added
the
CI-published-bottle-commits
The commits for the built bottles have been pushed to the PR branch.
label
Dec 29, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
CI-published-bottle-commits
The commits for the built bottles have been pushed to the PR branch.
outdated
PR was locked due to age
python
Python use is a significant feature of the PR or issue
ready to merge
PR can be merged once CI is green
rust
Rust use is a significant feature of the PR or issue
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.
As described here, awscli stops working when there is a version of pyOpenSSL >= 23.2 installed on the system. Since this formula already comes with all dependencies of awscli installed into its own virtualenv, this pr will prohibit awscli from using system site packages. This will prevent libraries installed by other tools from breaking awscli in the future.
Reproduction Steps
Install AWS CLI v2 via homebrew
Install pyOpenSSL >= 23.2. in system site packages
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?