24418 Commits

Author SHA1 Message Date
Mike McQuaid
66f47e7502
Merge pull request #9345 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-performance-1.9.1
build(deps): bump rubocop-performance from 1.9.0 to 1.9.1 in /Library/Homebrew
2020-11-30 13:18:17 +00:00
Mike McQuaid
f24f5f400b
Merge pull request #9344 from Homebrew/dependabot/bundler/Library/Homebrew/simplecov-0.20.0
build(deps): bump simplecov from 0.19.1 to 0.20.0 in /Library/Homebrew
2020-11-30 13:13:38 +00:00
Mike McQuaid
ce8559a1bd
Merge pull request #9318 from mistydemeo/add_with_env_to_docs
Formula cookbook: document with_env
2020-11-30 13:06:30 +00:00
Mike McQuaid
96d3eb5cf1
Merge pull request #9280 from sjackman/sj/patchelf-rb-write
Enable HOMEBREW_PATCHELF_RB_WRITE for CI and HOMEBREW_DEV_CMD_RUN
2020-11-30 12:59:05 +00:00
Mike McQuaid
9fa4c1d063
Merge pull request #9327 from MikeMcQuaid/mac-sdk-fix
os/mac/sdk: use OS::Mac.sdk_version.
2020-11-30 12:37:35 +00:00
BrewTestBot
91893c42f8 Update RBI files for rubocop-performance. 2020-11-30 07:28:26 +00:00
BrewTestBot
d241ebe3f1 brew vendor-gems: commit updates. 2020-11-30 07:27:42 +00:00
BrewTestBot
62b621b282 Update RBI files for simplecov. 2020-11-30 07:25:50 +00:00
BrewTestBot
3eff3132e4 brew vendor-gems: commit updates. 2020-11-30 07:25:05 +00:00
dependabot[bot]
9a23699369
build(deps): bump rubocop-performance in /Library/Homebrew
Bumps [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/rubocop-hq/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop-performance/compare/v1.9.0...v1.9.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-30 07:18:21 +00:00
dependabot[bot]
5b8d563122
build(deps): bump simplecov from 0.19.1 to 0.20.0 in /Library/Homebrew
Bumps [simplecov](https://github.com/simplecov-ruby/simplecov) from 0.19.1 to 0.20.0.
- [Release notes](https://github.com/simplecov-ruby/simplecov/releases)
- [Changelog](https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md)
- [Commits](https://github.com/simplecov-ruby/simplecov/compare/v0.19.1...v0.20.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-30 07:17:57 +00:00
Jonathan Chang
602f2c429d
Merge pull request #9343 from Homebrew/dependabot/bundler/docs/html-proofer-3.17.3
build(deps-dev): bump html-proofer from 3.17.1 to 3.17.3 in /docs
2020-11-30 17:45:14 +11:00
Jonathan Chang
041f65e9bf
Merge pull request #9342 from unitof/update-sponsor-count
Update sponsor count
2020-11-30 17:43:54 +11:00
dependabot[bot]
03201482e1
build(deps-dev): bump html-proofer from 3.17.1 to 3.17.3 in /docs
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer) from 3.17.1 to 3.17.3.
- [Release notes](https://github.com/gjtorikian/html-proofer/releases)
- [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.17.1...v3.17.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-30 05:55:46 +00:00
Jacob Ford
6fd4c3a7c0 Clarify that @ydnar is also a Brew user 2020-11-30 00:20:13 -05:00
Jacob Ford
da44aff4b2 Update GitHub Sponsors count
According to https://github.com/sponsors/Homebrew
2020-11-30 00:19:13 -05:00
Rylan Polster
62df71557b
Merge pull request #9314 from Rylan12/migrate-audit-exceptions
Migrate remaining audit exceptions to homebrew/core
2020-11-30 00:10:12 -05:00
Markus Reiter
9ee8cc97c9
Merge pull request #9337 from dtrodrigues/python-downcase
pypi: downcase main package name
2020-11-29 17:10:49 +01:00
Dustin Rodrigues
97933d9a17 pypi: downcase main package name prior to seeing if it should be excluded 2020-11-29 09:34:00 -05:00
Mike McQuaid
016893c132
os/mac/sdk: use OS::Mac.sdk_version.
This should allow the correct SDK to be found.

Fixes https://github.com/Homebrew/brew/issues/9324
2020-11-27 20:18:56 +00:00
Shaun Jackman
ef755182bb
Merge pull request #9279 from sjackman/sj/fq-linux
FAQ: Default installation prefix on Linux
2020-11-27 11:30:20 -08:00
Shaun Jackman
ab1b313378 Revise docs/FAQ.md 2020-11-27 10:32:05 -08:00
Shaun Jackman
ac7cb8ca6c
Revise docs/FAQ.md
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-11-27 10:29:27 -08:00
Issy Long
f142714448
Merge pull request #9312 from issyl0/unbottled-fail-nicely-if-HOMEBREW_NO_ANALYTICS
dev-cmd/unbottled: Fail nicely if `HOMEBREW_NO_ANALYTICS` is set
2020-11-27 18:03:34 +00:00
Misty De Meo
7f5a94bbcb Formula cookbook: document with_env
The other syntax for setting `ENV` was added in #9013,
but this form remained undocumented.

Fixes #8648.
2020-11-27 09:08:10 -08:00
Rylan Polster
685efd5a67 Remove hardcoded exceptions to the versioned_keg_only_allowlist 2020-11-27 11:55:53 -05:00
Mike McQuaid
d7f03bc2dd
Merge pull request #9322 from MikeMcQuaid/linkage-fixes
linkage: correctly detect missing kegs.
2020-11-27 13:50:23 +00:00
Mike McQuaid
7c56fa9caf
linkage: correctly detect missing kegs.
- manually `raise Errno::ENOENT` to ensure that a keg that doesn't exist
  isn't flagged as a system dependency.
- remove the inconsistent and incorrect summary messaging.
2020-11-27 13:12:09 +00:00
Jonathan Chang
486e76c1f2
Merge pull request #9240 from jonchang/bintray-typed
bintray: add type signatures
2020-11-27 18:27:47 +11:00
Jonathan Chang
90e33addd1
Merge pull request #9317 from danielnachun/add_std_cmake_arg
explicitly specify CMake libdir as lib
2020-11-27 18:25:27 +11:00
danielnachun
7d8f6d9d22 explicitly specify CMake libdir as lib 2020-11-27 17:56:03 +11:00
Jonathan Chang
a39344e7e3 tap: read_formula_list JSON file can be an array 2020-11-27 17:45:42 +11:00
Jonathan Chang
ed73d5b635 system_command: widen type for secrets 2020-11-27 17:45:18 +11:00
Jonathan Chang
6b06716757 bintray: add type signatures 2020-11-27 17:44:46 +11:00
Jonathan Chang
d1295ae443
Merge pull request #9305 from jonchang/check-tap-branches
diagnostic: check all tap branches, not just core
2020-11-27 17:04:05 +11:00
Jonathan Chang
5309470f28 diagnostic: check all tap branches, not just core 2020-11-27 16:21:45 +11:00
Jonathan Chang
b8b3f06526
Merge pull request #9319 from jonchang/fix-default-prefix-type-errors
global: fix `default_prefix?` definition
2020-11-27 16:20:33 +11:00
Jonathan Chang
f98736119b global: fix default prefix 2020-11-27 15:36:04 +11:00
Markus Reiter
79d6c059fc
Merge pull request #9297 from reitermarkus/brew-typecheck
Refactor `brew typecheck` and upgrade `typed` sigils.
2020-11-27 00:01:47 +01:00
Michka Popoff
d42e8c7842
Merge pull request #9310 from iMichka/cellar
bottle merge: add support for linux cellar
2020-11-26 23:31:28 +01:00
Issy Long
ca999a81f7
dev-cmd/unbottled: Fail nicely if analytics data can't be retrieved
- When testing `brew unbottled <formula>` this crashed because I, as a
  maintainer, have `HOMEBREW_NO_ANALYTICS` set on all my machines to
  avoid polluting the analytics with test installs.

```
❯ brew unbottled
==> Getting formulae...
==> Getting analytics data...
Error: undefined method `[]' for nil:NilClass
/usr/local/Homebrew/Library/Homebrew/dev-cmd/unbottled.rb:89:in `formulae_all_sort_installs_from_args'
/usr/local/Homebrew/Library/Homebrew/dev-cmd/unbottled.rb:49:in `unbottled'
/usr/local/Homebrew/Library/Homebrew/brew.rb:119:in `<main>'
```
2020-11-26 21:21:48 +00:00
Rylan Polster
fe8ce9b725 Migrate GNOME_DEVEL_ALLOWLIST 2020-11-26 15:34:32 -05:00
Rylan Polster
de26310b32 Migrate UNSTABLE_DEVEL_ALLOWLIST 2020-11-26 15:26:12 -05:00
Rylan Polster
71beff367a Migrate UNSTABLE_ALLOWLIST 2020-11-26 15:18:06 -05:00
Rylan Polster
c4faac4b2f Migrate CERT_ERROR_ALLOWLIST 2020-11-26 15:01:24 -05:00
Shaun Jackman
65bc39f952 HOMEBREW_PATCHELF_RB_WRITE: Move logic to test-bot 2020-11-26 11:53:31 -08:00
Sam Ford
9539485547
Merge pull request #9074 from vladimyr/livecheck
livecheck: refactor url preprocessing
2020-11-26 14:46:57 -05:00
Rylan Polster
e03d1606d6 Migrate VERSIONED_KEG_ONLY_ALLOWLIST 2020-11-26 14:43:06 -05:00
Rylan Polster
96cf0e5bcd Migrate VERSIONED_DEPENDENCIES_CONFLICTS_ALLOWLIST 2020-11-26 14:32:42 -05:00
Rylan Polster
726b4e1419 Migrate PROVIDED_BY_MACOS_DEPENDS_ON_ALLOWLIST 2020-11-26 14:32:42 -05:00