38364 Commits

Author SHA1 Message Date
Mike McQuaid
cf65176853
Update Library/Homebrew/brew.sh 2023-07-21 11:46:04 +01:00
Bo Anderson
67ecc2452a
Merge pull request #15602 from donaldducky/cask-support-multiple-headers
Cask support multiple headers
2023-07-20 21:19:55 +01:00
Carlo Cabrera
8f5609f678
Merge pull request #15722 from carlocab/julia-rpath-fix
os/mac/keg_relocate: avoid rpath re-ordering
2023-07-20 23:21:04 +08:00
Mike McQuaid
9d2c110eb9
Merge pull request #15694 from branchvincent/std_pip_args
formula: add `std_pip_args`
2023-07-20 15:33:26 +01:00
Carlo Cabrera
aa05c227a0
os/mac/keg_relocate: avoid rpath re-ordering
This should fix the failures seen for `julia` in Homebrew/core.[^1]

I've detailed a better/more comprehensive fix as a `TODO` in a comments.
However, the problems that the better fix would avoid are comparatively
unlikely, so I think we can try this one out for now while I work on
implementing the said fix.

[^1]: https://github.com/Homebrew/homebrew-core/pull/135398#issuecomment-1643041541
2023-07-20 21:49:18 +08:00
Branch Vincent
9597f455aa
formula: add std_pip_args 2023-07-19 20:02:47 -07:00
Bo Anderson
ac93842f8d
Merge pull request #15717 from neersighted/github_cli_token
utils/github/api: fix credentials_type
4.1.0
2023-07-19 22:54:10 +01:00
Bjorn Neergaard
a5554df6bb utils/github/api: fix credentials_type
The order is shared with self.credentials, but during the deprecation
cycle the need to adjust self.credentials_type to match was overlooked.
2023-07-19 14:58:12 -06:00
Mike McQuaid
3b09b7e202
Merge pull request #15712 from Homebrew/dependabot/bundler/Library/Homebrew/msgpack-1.7.2
build(deps): bump msgpack from 1.7.1 to 1.7.2 in /Library/Homebrew
2023-07-19 13:37:15 +01:00
Mike McQuaid
446d6fed8f
Merge pull request #15675 from alebcay/build-reproducibility-docs
docs: add documentation about reproducible builds
2023-07-19 13:36:01 +01:00
Mike McQuaid
722526dc1c
Merge pull request #15710 from dduugg/fix-sorbet-errors
Fix type errors when HOMEBREW_SORBET_RUNTIME=1
2023-07-19 13:35:40 +01:00
Mike McQuaid
dc28acb5cd
Merge pull request #15713 from vitorgalvao/patch-1
README.md: Normalise 1Password icon size
2023-07-19 13:35:15 +01:00
Mike McQuaid
c01ec6e86a
Merge pull request #15714 from vitorgalvao/patch-2
README.md: Normalise BuildPulse icon size
2023-07-19 13:34:59 +01:00
Vítor Galvão
f1cea89037
README.md: Normalise BuildPulse icon size 2023-07-19 00:47:21 +01:00
Vítor Galvão
5c7c8c84bb
README.md: Normalise 1Password icon size 2023-07-19 00:42:49 +01:00
BrewTestBot
3501defbe3
Update RBI files for msgpack.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2023-07-18 19:08:09 +00:00
BrewTestBot
1c5fe0a036
brew vendor-gems: commit updates. 2023-07-18 19:02:58 +00:00
dependabot[bot]
434d05ea13
build(deps): bump msgpack from 1.7.1 to 1.7.2 in /Library/Homebrew
Bumps [msgpack](https://github.com/msgpack/msgpack-ruby) from 1.7.1 to 1.7.2.
- [Changelog](https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog)
- [Commits](https://github.com/msgpack/msgpack-ruby/compare/v1.7.1...v1.7.2)

---
updated-dependencies:
- dependency-name: msgpack
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-18 18:59:42 +00:00
Douglas Eichelberger
368dd4d949 Fix other to_json override while we're here 2023-07-18 11:30:46 -07:00
Douglas Eichelberger
33d9dc63b0 Fix type errors when HOMEBREW_SORBET_RUNTIME=1 2023-07-18 10:22:51 -07:00
Caleb Xu
892128304c
docs: add documentation about reproducible builds 2023-07-18 13:03:12 -04:00
Mike McQuaid
93ba81208c
Merge pull request #15690 from p-linnane/fix-various-typos
various: fix miscellaneous typos
2023-07-18 17:26:41 +01:00
Mike McQuaid
79e67737a2
Merge pull request #15692 from dtrodrigues/pypi_version
utils/pypi: don't overwrite name/extras/version from basic_metadata if already set
2023-07-18 17:15:57 +01:00
Patrick Linnane
c56669e9cd
various: fix miscellaneous typos 2023-07-18 08:52:49 -07:00
Mike McQuaid
22162ddf23
Merge pull request #15709 from MikeMcQuaid/influxdb_token
utils/analytics: new InfluxDB token.
2023-07-18 16:45:51 +01:00
Carlo Cabrera
dc6054a88f
Merge pull request #15708 from syclops/master
docs/FAQ: tap homebrew/core before editing formula
2023-07-18 23:39:28 +08:00
Mike McQuaid
16a36a0910
utils/analytics: new InfluxDB token.
This is created with a different user that's more desirable.
2023-07-18 16:22:23 +01:00
Steve Matsumoto
fa3bfc796d docs/FAQ: tap homebrew/core before editing formula
New installs don't tap `homebrew/core`, so `brew edit foo` fails with
`Error: Invalid usage: foo doesn't exist on disk.` for any package.
Add an instruction to run `brew tap homebrew/core` first, which fixes
this issue.
2023-07-18 10:32:18 -04:00
Mike McQuaid
f195b24335
Merge pull request #15707 from carlocab/more-dupe-rpath-handling
os/mac/keg_relocate: avoid changing to an already existing rpath
2023-07-18 14:26:17 +01:00
Carlo Cabrera
27032e002f
os/mac/keg_relocate: avoid changing to an already existing rpath
Doing `change_rpath(old, new, file)` will error if `new` is already an
rpath for `file`. When this happens, `old` is no longer needed, so we
can delete it.

Fixes a build failure at shivammathur/homebrew-php#1848.
2023-07-18 20:47:10 +08:00
Mike McQuaid
0ae98a8a09
Enable HOMEBREW_SORBET_RUNTIME (sometimes)
Reverts #15385 with some tweaks.
2023-07-18 13:17:54 +01:00
Mike McQuaid
060efa0be6
Merge pull request #15706 from MikeMcQuaid/casks-formulae-sharing
cmd/{casks,formulae}: handle sharding.
2023-07-18 13:13:53 +01:00
Mike McQuaid
4017034c0a
Merge pull request #15704 from MikeMcQuaid/generate_api_safer
dev-cmd/generate-*-api: be a bit safer.
2023-07-18 13:12:31 +01:00
Mike McQuaid
21f586c4bf
cmd/{casks,formulae}: handle sharding.
- Allow subdirectories inside `Casks`/`Formula` directories.
- DRY up repeated code with some variables.
2023-07-18 12:57:54 +01:00
Mike McQuaid
e1a7afb3cf
dev-cmd/generate-*-api: be a bit safer.
- also try generating formula API on macOS
- pull more logic out of `unless args.dry_run?` in case it fails
2023-07-18 12:57:09 +01:00
Mike McQuaid
73b40bc351
Merge pull request #15703 from MikeMcQuaid/bump_fix
dev-cmd/bump-cask-pr: fix install_bundler_gems! logic.
2023-07-18 12:31:54 +01:00
Mike McQuaid
1db83cd4a9
dev-cmd/bump-cask-pr: fix install_bundler_gems! logic. 2023-07-18 12:18:19 +01:00
Mike McQuaid
6b012b6592
Merge pull request #15702 from MikeMcQuaid/api_hashable_no_cellar
api_hashable: remove HOMEBREW_CELLAR.
2023-07-18 12:13:49 +01:00
Mike McQuaid
1b2e0b8082
api_hashable: remove HOMEBREW_CELLAR.
This breaks some API generation and isn't actually required.
2023-07-18 11:58:40 +01:00
Mike McQuaid
dc2ed9f022
Merge pull request #15699 from MikeMcQuaid/homebrew_cellar_placeholder
Use HOMEBREW_CELLAR_PLACEHOLDER
2023-07-18 11:11:59 +01:00
Mike McQuaid
1423543e72
Merge pull request #15701 from MikeMcQuaid/bump_install_bundler
dev-cmd/bump-*-pr: avoid installing gems when unneeded.
2023-07-18 11:08:09 +01:00
Mike McQuaid
c940e15a5c
Use HOMEBREW_CELLAR_PLACEHOLDER
Similarly to HOMEBREW_PREFIX_PLACEHOLDER, this allows the substitution
of HOMEBREW_CELLAR in JSON output when using the API.

Fixes #15668.
2023-07-18 10:59:27 +01:00
Mike McQuaid
1ec7f0acaa
Merge pull request #15700 from MikeMcQuaid/macosx
docs/Installation: fix Mac OS X reference.
2023-07-18 10:53:40 +01:00
Mike McQuaid
3247b2ecfa
dev-cmd/bump-*-pr: avoid installing gems when unneeded.
Fixes #15686
2023-07-18 10:48:11 +01:00
Mike McQuaid
5d03bff6eb
Merge pull request #15698 from MikeMcQuaid/brew_doctor_cask
diagnostic: don't complain about missing homebrew/cask.
2023-07-18 10:45:34 +01:00
Mike McQuaid
68aa5da833
Merge pull request #15614 from carlocab/quictls-cop
rubocops/lines: disallow `quictls` dependencies in homebrew/core
2023-07-18 10:44:09 +01:00
Mike McQuaid
347934d452
docs/Installation: fix Mac OS X reference.
I shouldn't care but: the only versions where this is required are
Mac OS X versions.
2023-07-18 10:40:55 +01:00
Mike McQuaid
a473eef0d5
Merge pull request #15697 from MikeMcQuaid/remove_brew_tap_list_pinned
cmd/tap: remove --list-pinned option.
2023-07-18 10:39:22 +01:00
Mike McQuaid
37ec0c6d1a
diagnostic: don't complain about missing homebrew/cask.
Unless we're in no API mode: we shouldn't check this.

Fixes #15696
2023-07-18 10:31:51 +01:00
Mike McQuaid
a1c9a21548
cmd/tap: remove --list-pinned option.
Not deprecating as it's broken and has been for several major versions.
2023-07-18 10:23:52 +01:00