-
-
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
Update cryptography 3.4.x resources #91536
Conversation
c2e8193
to
8b706da
Compare
|
Thanks! Happy to rebase when that happens. (I'm one of the cryptography maintainers and I want to move the ecosystem to using the latest releases and getting to the latest within a version is the starting point.) |
Looks like CI timed out despite the labels (perhaps they were added after the job started?) |
8b706da
to
3c9f075
Compare
c88d1a9
to
0c85d96
Compare
Tests appear to be passing now, just timing out on some of the builders. |
0c85d96
to
98dc809
Compare
🤖 A scheduled task has triggered a merge. |
This ensures that all brew packages use the latest version in the 3.4.x series
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 doingbrew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?