Mike McQuaid
9fa27519dd
Merge pull request #18557 from Homebrew/super-python-envvars
...
extend/ENV/super: use brew libs for some Python packages
2024-10-13 17:37:01 +01:00
Mike McQuaid
e0668067df
Merge pull request #18536 from boblail/lail/install-unlinked-formulae-when---overwrite-is-passed
...
feat: Install an unlinked formula via `brew install` if `--overwrite` is passed
2024-10-13 17:34:57 +01:00
Mike McQuaid
a25a541d26
Merge pull request #18438 from bevanjkay/extract_plist_url_fix
...
cask/cask: pass args when initalising methods
2024-10-13 17:32:01 +01:00
Sean Molenaar
fcbc754c94
Merge pull request #18555 from Homebrew/feat/installer/attestation
...
feat: add attestation to the pkg installer
2024-10-13 16:12:38 +02:00
Sean Molenaar
78573231af
fix: only scope permissions to build job
2024-10-13 15:49:59 +02:00
Michael Cho
5d490499d3
Merge pull request #18545 from Homebrew/bzip2-pc
...
os/mac/pkgconfig: add bzip2.pc for rust formulae
2024-10-13 08:56:46 -04:00
Michael Cho
89fe201ad9
extend/ENV/super: use brew libs for some Python packages
...
This avoids using bundled libraries for:
* `hidapi`[^1]
* `pynacl`[^2]
* `pyzmq`[^3]
The build should now fail if dependency is missing.
Essentially reverses default so now that using bundled copy is now
opt-in via `ENV` modification, e.g. `ENV.delete "SODIUM_INSTALL"`
[^1]: https://github.com/trezor/cython-hidapi/blob/0.14.0.post2/setup.py#L229
[^2]: https://github.com/pyca/pynacl/blob/1.5.0/setup.py#L71-L73
[^3]: https://github.com/zeromq/pyzmq/blob/v26.2.0/CMakeLists.txt#L41-L43
2024-10-12 18:23:18 -04:00
Bob Lail
a5db113d91
feat: Install an unlinked formula via brew install
if --overwrite
is passed
...
If the intention is to overwrite any existing links, then `brew install` should go on to install over an unlinked formula
2024-10-12 11:50:51 -07:00
Sean Molenaar
8eae9ee730
feat: add attestation to the pkg installer
2024-10-12 12:24:14 +02:00
Ruoyu Zhong
3291ad4fc7
Merge pull request #18553 from Homebrew/sorbet-files-update
2024-10-12 09:27:19 +08:00
BrewTestBot
0d8172e840
sorbet: Update RBI files.
...
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml ) workflow.
2024-10-12 00:24:30 +00:00
Eric Knibbe
215c48e1e3
Merge pull request #18550 from Homebrew/dependabot/bundler/Library/Homebrew/ruby-lsp-0.20.0
...
build(deps-dev): bump ruby-lsp from 0.19.1 to 0.20.0 in /Library/Homebrew
2024-10-11 16:43:27 -04:00
Eric Knibbe
44a2b659b7
Merge pull request #18549 from Homebrew/dependabot/bundler/Library/Homebrew/prism-1.2.0
...
build(deps-dev): bump prism from 1.1.0 to 1.2.0 in /Library/Homebrew
2024-10-11 16:42:53 -04:00
Michael Cho
252678692f
os/mac/pkgconfig: add bzip2.pc for rust formulae
2024-10-11 14:55:37 -04:00
dependabot[bot]
50ed9ac420
build(deps-dev): bump ruby-lsp in /Library/Homebrew
...
Bumps [ruby-lsp](https://github.com/Shopify/ruby-lsp ) from 0.19.1 to 0.20.0.
- [Release notes](https://github.com/Shopify/ruby-lsp/releases )
- [Commits](https://github.com/Shopify/ruby-lsp/compare/v0.19.1...v0.20.0 )
---
updated-dependencies:
- dependency-name: ruby-lsp
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-11 18:19:05 +00:00
dependabot[bot]
534d61056f
build(deps-dev): bump prism from 1.1.0 to 1.2.0 in /Library/Homebrew
...
Bumps [prism](https://github.com/ruby/prism ) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/ruby/prism/releases )
- [Changelog](https://github.com/ruby/prism/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ruby/prism/compare/v1.1.0...v1.2.0 )
---
updated-dependencies:
- dependency-name: prism
dependency-type: indirect
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-11 18:18:53 +00:00
Michael Cho
3ba4b8d3b5
Merge pull request #18541 from Homebrew/audit-autobump
...
tap_auditor: check formulae names in autobump.txt
2024-10-11 13:24:46 -04:00
Bo Anderson
97866f8adf
Perform preinstall checks when a formula is installed via a cask
2024-10-11 16:57:47 +01:00
Bo Anderson
587949bd84
Merge pull request #18543 from Homebrew/ww/gh-incompatible
...
attestation: specialize error on incompatible gh
2024-10-10 19:11:34 +01:00
William Woodruff
0613050d59
attestation: specialize error on incompatible gh
...
Signed-off-by: William Woodruff <william@yossarian.net>
2024-10-10 12:06:09 +01:00
Bevan Kay
8b33aa048a
test/fixtures: add app binary with valid info.plist file
2024-10-10 10:41:09 +11:00
Bevan Kay
8852f024a6
test/fixtures: add livecheck-extract-plist cask
2024-10-10 10:41:09 +11:00
Bevan Kay
0211a23c1f
test/livecheck: add extract_plist livecheck url test
2024-10-10 10:36:45 +11:00
Bevan Kay
25e34919cb
livecheck/strategy/extract_plist: pass livecheck url as string
2024-10-10 10:36:44 +11:00
Bevan Kay
69f04bc069
cask/cask: pass args when initialising dsl
2024-10-10 10:36:44 +11:00
Eric Knibbe
bdb9ed0531
Merge pull request #18542 from Homebrew/dependabot/github_actions/artifacts-a1cff6d793
...
build(deps): bump actions/upload-artifact from 4.4.2 to 4.4.3 in the artifacts group
2024-10-09 16:53:04 -04:00
dependabot[bot]
1c24322ff0
build(deps): bump actions/upload-artifact in the artifacts group
...
Bumps the artifacts group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact ).
Updates `actions/upload-artifact` from 4.4.2 to 4.4.3
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](84480863f2...b4b15b8c7c
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: artifacts
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-09 18:40:51 +00:00
Michael Cho
3d9590531e
tap_auditor: check formulae names in autobump.txt
2024-10-09 14:27:21 -04:00
Carlo Cabrera
8273105cb9
Merge pull request #18539 from Homebrew/attestation-sleep-time-message
2024-10-10 00:23:41 +08:00
Carlo Cabrera
98647ff0af
attestation: show unit of time for retry message
...
Otherwise this just shows a message like
Failed to verify attestation. Retrying in 27...
which is a little vague. Let's make it clear that that refers to
seconds.
2024-10-09 23:24:24 +08:00
Ruoyu Zhong
9fd572f8ad
Merge pull request #18537 from Homebrew/dependabot/github_actions/artifacts-9287ee628b
2024-10-09 08:57:03 +08:00
dependabot[bot]
f2149eede8
build(deps): bump actions/upload-artifact in the artifacts group
...
Bumps the artifacts group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact ).
Updates `actions/upload-artifact` from 4.4.1 to 4.4.2
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](604373da63...84480863f2
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: artifacts
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-08 19:19:53 +00:00
Ruoyu Zhong
e58ba7a820
Merge pull request #18535 from Homebrew/dependabot/github_actions/actions/cache-4.1.1
...
build(deps): bump actions/cache from 4.1.0 to 4.1.1
2024-10-09 02:30:18 +08:00
dependabot[bot]
8c6b7253c5
build(deps): bump actions/cache from 4.1.0 to 4.1.1
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](2cdf405574...3624ceb22c
)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-08 18:18:01 +00:00
Patrick Linnane
fadca92bf9
Merge pull request #18533 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.11600
2024-10-08 08:29:09 -07:00
BrewTestBot
9586d57fa9
brew vendor-gems: commit updates.
2024-10-08 15:16:48 +00:00
dependabot[bot]
a95af9e5e7
build(deps-dev): bump sorbet in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.11597 to 0.5.11600.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
---
updated-dependencies:
- dependency-name: sorbet
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-08 15:14:55 +00:00
Michael Cho
a3d8f4e0e4
Merge pull request #18508 from Homebrew/curl-skip-get
...
utils/curl: workaround curl bug for `--head --request GET`
2024-10-08 08:44:05 -04:00
Mike McQuaid
b9753137ae
Merge pull request #18528 from Homebrew/no-rm_const
...
Remove removable constants
2024-10-08 08:30:38 +01:00
Douglas Eichelberger
ed4129b580
Remove removable constants
2024-10-07 19:45:48 -07:00
Douglas Eichelberger
9753ede0fb
Merge pull request #18517 from Homebrew/no-rm_const
...
Replace removed constants with overridable methods
2024-10-07 19:36:28 -07:00
Douglas Eichelberger
8033fcf4a6
Fix brew style docs
2024-10-07 18:59:27 -07:00
Douglas Eichelberger
2d16333bbc
Replace removable constants with overridable methods
2024-10-07 18:33:03 -07:00
Ruoyu Zhong
6975eaa2cf
Merge pull request #18527 from Homebrew/dependabot/github_actions/ruby/setup-ruby-1.196.0
...
build(deps): bump ruby/setup-ruby from 1.195.0 to 1.196.0
2024-10-08 03:00:16 +08:00
Ruoyu Zhong
403a99ad8f
Merge pull request #18526 from Homebrew/dependabot/github_actions/github/codeql-action-3.26.12
...
build(deps): bump github/codeql-action from 3.26.11 to 3.26.12
2024-10-08 02:58:28 +08:00
Ruoyu Zhong
94ac16e1cd
Merge pull request #18523 from Homebrew/dependabot/github_actions/artifacts-6e3919dcd2
...
build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.1 in the artifacts group
2024-10-08 02:58:14 +08:00
Ruoyu Zhong
1083ca0045
Merge pull request #18525 from Homebrew/dependabot/github_actions/actions/checkout-4.2.1
...
build(deps): bump actions/checkout from 4.2.0 to 4.2.1
2024-10-08 02:57:57 +08:00
dependabot[bot]
ee51030e91
build(deps): bump ruby/setup-ruby from 1.195.0 to 1.196.0
...
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby ) from 1.195.0 to 1.196.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](086ffb1a20...f269373437
)
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-07 18:50:26 +00:00
dependabot[bot]
5ac829ac62
build(deps): bump github/codeql-action from 3.26.11 to 3.26.12
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.26.11 to 3.26.12.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](6db8d6351f...c36620d31a
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-07 18:20:35 +00:00
dependabot[bot]
b212bb496b
build(deps): bump actions/checkout from 4.2.0 to 4.2.1
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](d632683dd7...eef61447b9
)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-07 18:20:29 +00:00