-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
python-boto3 python-botocore python-jmespath python-s3transfer: remove #163229
Merged
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
cho-m
added
the
CI-syntax-only
Change only affects brew syntax, not the install. Only run syntax CI.
label
Feb 19, 2024
cho-m
commented
Feb 19, 2024
chenrui333
force-pushed
the
deprecate-boto3
branch
from
February 19, 2024 23:30
b83b071
to
a4a4ed9
Compare
chenrui333
changed the title
python-boto3 python-botocore python-jmespath python-s3transfer: deprecate
python-boto3 python-botocore python-jmespath python-s3transfer: remove
Feb 19, 2024
github-actions
bot
added
marked for removal/rejection
PR is probably going to be closed or formula deleted
and removed
formula deprecated
Formula deprecated
labels
Feb 19, 2024
cho-m
force-pushed
the
deprecate-boto3
branch
from
February 20, 2024 13:58
a4a4ed9
to
bdc8bec
Compare
github-actions
bot
added
the
automerge-skip
`brew pr-automerge` will skip this pull request
label
Feb 20, 2024
Also remove `python-botocore` and `python-s3transfer`
cho-m
force-pushed
the
deprecate-boto3
branch
from
February 20, 2024 13:59
bdc8bec
to
babf285
Compare
cho-m
added
the
maintainer feedback
Additional maintainers' opinions may be needed
label
Feb 20, 2024
p-linnane
approved these changes
Feb 20, 2024
timsutton
approved these changes
Feb 20, 2024
iMichka
approved these changes
Feb 20, 2024
iMichka
removed
the
automerge-skip
`brew pr-automerge` will skip this pull request
label
Feb 20, 2024
Agreed, let's merge this. People can still use pip install to get the same resulting packages. |
p-linnane
removed
the
maintainer feedback
Additional maintainers' opinions may be needed
label
Feb 20, 2024
chenrui333
added
the
python-vendoring
Part of the Python resource vendoring project
label
Feb 20, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
CI-syntax-only
Change only affects brew syntax, not the install. Only run syntax CI.
marked for removal/rejection
PR is probably going to be closed or formula deleted
outdated
PR was locked due to age
python-vendoring
Part of the Python resource vendoring project
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.
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>
?Draft as we may need official documentation (e.g. Homebrew/brew#16662) before any actual deprecation/removal.