Bo Anderson
43e47abc72
Merge pull request #18580 from Homebrew/opoo-error-fix
...
extend/kernel: fix error on early deprecations
2024-10-16 04:23:11 +01:00
Bo Anderson
aff41779c4
extend/kernel: fix error on early deprecations
2024-10-16 03:58:05 +01:00
Carlo Cabrera
4d4f3a2344
Merge pull request #18574 from dawidd6/podman-root
2024-10-15 17:30:05 +08:00
Mike McQuaid
b72efbd296
Merge pull request #18538 from dawidd6/patch-1
...
dev-cmd/bump-formula-pr: always use full git repo as tap remote
2024-10-15 09:56:04 +01:00
Dawid Dziurla
c16d2d291a
brew: allow root in podman containers
2024-10-15 10:39:10 +02:00
Dawid Dziurla
02cef968a2
dev-cmd/bump-formula-pr: always use full git repo as tap remote
2024-10-15 10:20:58 +02:00
Mike McQuaid
58b03edb94
Merge pull request #18573 from Homebrew/sponsors-maintainers-man-completions
...
Update sponsors.
2024-10-15 08:27:02 +01:00
BrewTestBot
ad2be4b317
Update sponsors.
...
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow.
2024-10-15 07:11:12 +00:00
Mike McQuaid
aaf6165a60
Merge pull request #18572 from Homebrew/require-named-args-when-upgrading-from-source
...
cmd/upgrade: require named args when upgrading from source
2024-10-15 08:11:07 +01:00
Mike McQuaid
e5da2d92e7
Merge pull request #18571 from Homebrew/compilers
...
Migrate Parlour extensions to Tapioca compilers
2024-10-15 08:10:26 +01:00
Douglas Eichelberger
70641dcb58
Remove casts
2024-10-14 21:45:50 -07:00
apainintheneck
200452e23d
cmd/upgrade: required named args when upgrading from source
...
The --build-from-source flag can currently be used without specifying
a formula by name but it doesn't behave the way you'd expect it to.
It will upgrade everything using bottles if they are available and skip
building things from source. This is intentional because we want to
discourage non-developers from building packages from source since the
result is less predictable.
The change here is to error out in that case. It might be smarter to
go through the entire deprecation cycle here just in case someone
is using this in scripts.
2024-10-14 20:49:04 -07:00
Douglas Eichelberger
ced4a3a91f
Migrate Parlour extensions to Tapioca compilers
2024-10-14 19:50:09 -07:00
Ruoyu Zhong
f957e0e9fa
Merge pull request #18565 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.11602
...
build(deps-dev): bump sorbet from 0.5.11600 to 0.5.11602 in /Library/Homebrew
2024-10-15 03:33:56 +08:00
Ruoyu Zhong
91d6ededbf
Merge pull request #18524 from HeroCC/shellenv-fpath
...
shellenv: Add zsh site-functions to `fpath`
2024-10-15 03:32:31 +08:00
Ruoyu Zhong
d6591d4fd6
Merge pull request #18563 from Homebrew/dependabot/github_actions/github/codeql-action-3.26.13
...
build(deps): bump github/codeql-action from 3.26.12 to 3.26.13
2024-10-15 03:30:31 +08:00
Ruoyu Zhong
3d6c8f0476
Merge pull request #18564 from Homebrew/dependabot/github_actions/actions/attest-build-provenance-1.4.3
...
build(deps): bump actions/attest-build-provenance from 1.3.3 to 1.4.3
2024-10-15 03:27:53 +08:00
BrewTestBot
61ca40fc0b
brew vendor-gems: commit updates.
2024-10-14 19:21:28 +00:00
Ruoyu Zhong
94426ba18b
docs/Shell-Completion: update Zsh completions docs for Linux
2024-10-15 03:20:50 +08:00
Ruoyu Zhong
aea87757ff
docs/Shell-Completion: update docs for Zsh completions
2024-10-15 03:20:50 +08:00
Conlan Cesar
f7b8681bc9
Add zsh site-functions to fpath
...
I considered doing a fallthough in the case-statement, but that doesn't work on bash leq 4 (notably, those versions shipped with MacOS by default).
I chose to prepend the value to the array to mirror the homebrew completion [instructions page](https://docs.brew.sh/Shell-Completion ).
I also chose to leave off the `-d`irectory check -- zsh seems to tolerate invalid paths, so there isn't much harm in adding it anyway.
I'm flexible on any of these choices should someone feel strongly. However, I imagine this is the best combination given the trade-offs we have.
2024-10-15 03:20:50 +08:00
dependabot[bot]
03eeb9d8be
build(deps-dev): bump sorbet in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.11600 to 0.5.11602.
- [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-14 19:20:01 +00:00
dependabot[bot]
832356bafa
build(deps): bump github/codeql-action from 3.26.12 to 3.26.13
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.26.12 to 3.26.13.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](c36620d31a...f779452ac5
)
---
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-14 19:19:37 +00:00
dependabot[bot]
0361188c1a
build(deps): bump actions/attest-build-provenance from 1.3.3 to 1.4.3
...
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance ) from 1.3.3 to 1.4.3.
- [Release notes](https://github.com/actions/attest-build-provenance/releases )
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md )
- [Commits](5e9cb68e95...1c608d11d6
)
---
updated-dependencies:
- dependency-name: actions/attest-build-provenance
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-14 19:19:34 +00:00
Ruoyu Zhong
aba44a4b7a
Merge pull request #18569 from Homebrew/artifact-test-fix
...
test/utils/github_spec: fix artifact URL test
2024-10-15 03:17:10 +08:00
Ruoyu Zhong
5a6203a285
test/utils/github_spec: fix artifact URL test
...
This does the same as dcba7f356d (#15619 ) and unblocks CI.
2024-10-15 03:01:45 +08:00
Mike McQuaid
fd270c78d1
Merge pull request #18561 from Homebrew/duplicate-messages-github-actions
...
extend/kernel: fix duplicate messages in GitHub Actions
2024-10-14 08:40:00 +01:00
Carlo Cabrera
d49c35d527
Merge pull request #18562 from Homebrew/verify-attestation-at-fetch
2024-10-14 15:36:02 +08:00
Bo Anderson
70672606c6
Merge pull request #18548 from Homebrew/unpack_strategy-group-fix
...
unpack_strategy: fix unpack Dir.mktmpdir group
4.4.1
2024-10-14 07:48:21 +01:00
Carlo Cabrera
aedbf7ac43
formula_installer: verify attestations at bottle fetch time
...
See discussion at #18544 .
2024-10-14 14:08:54 +08:00
Carlo Cabrera
7a8f9fa489
extend/kernel: fix duplicate messages in GitHub Actions
...
Calls to `opoo` and `onoe` produce duplicate `Warning:` and `Error:`
messages in CI logs because we print something to stdout and print an
annotation. Annotations also produce `Error:` and `Warning:` lines in
the log.
Let's fix this by skipping printing the message if we've already printed
an annotation.
2024-10-14 12:15:24 +08:00
Michael Cho
f223fef218
unpack_strategy: fix unpack Dir.mktmpdir group
...
Otherwise the files will be unpacked with group wheel on macOS which
gets copied over when running `cp -al`.
2024-10-13 13:56:23 -04:00
Mike McQuaid
d1e539cb84
Merge pull request #18547 from Homebrew/cask-formula-dep-preinstall
...
Perform preinstall checks when a formula is installed via a cask
2024-10-13 17:40:59 +01:00
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