Ruoyu Zhong 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							640f3c904a 
							
						 
					 
					
						
						
							
							dev-cmd/bump-formula-pr: fix missing require  
						
						... 
						
						
						
						Fixes https://github.com/Homebrew/homebrew-core/actions/runs/9931895403/job/27432438142#step:6:716 . 
						
						
					 
					
						2024-07-14 23:17:45 -04:00 
						 
				 
			
				
					
						
							
							
								Issy Long 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							517d3c9bcf 
							
						 
					 
					
						
						
							
							dev-cmd/bump-formula-pr: Fix types for fetch_resource_and_forced_version  
						
						... 
						
						
						
						- This should fix https://github.com/Homebrew/homebrew-core/actions/runs/9839505520 , that is:
```
Parameter 'tag': Expected type Float, got type String with value "2024-07-05"
Caller: /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/sorbet-runtime-0.5.11473/lib/types/private/methods/call_validation.rb:215
Definition: /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/dev-cmd/bump-formula-pr.rb:445 (Homebrew::DevCmd::BumpFormulaPr#fetch_resource_and_forced_version)
```
- I think I read https://sorbet.org/docs/sigs#rest-parameters  too literally,
  yes Sorbet expands the kwargs into a hash type, but it's the value type that
  needs specifying in the sig (which for us is `String`). 
						
						
					 
					
						2024-07-08 18:46:21 +01:00 
						 
				 
			
				
					
						
							
							
								Issy Long 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							58fb8afa2f 
							
						 
					 
					
						
						
							
							dev-cmd/bump-formula-pr: formula_version is Version not String  
						
						... 
						
						
						
						- Fixes https://github.com/Homebrew/brew/issues/17626 . 
						
						
					 
					
						2024-07-04 17:52:38 +01:00 
						 
				 
			
				
					
						
							
							
								Issy Long 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f2f4f1c06d 
							
						 
					 
					
						
						
							
							sorbet: Tighten up dev-cmd types  
						
						... 
						
						
						
						- Change `returns(NilClass)` to `void`.
- Get rid of some of the `T.untyped`. 
						
						
					 
					
						2024-07-04 12:04:29 +01:00 
						 
				 
			
				
					
						
							
							
								Issy Long 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b6f142f7a9 
							
						 
					 
					
						
						
							
							Fewer T.musts  
						
						
						
						
					 
					
						2024-07-03 19:53:37 +01:00 
						 
				 
			
				
					
						
							
							
								Issy Long 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9baf50af29 
							
						 
					 
					
						
						
							
							Get rid of even more T.musts  
						
						... 
						
						
						
						Co-authored-by: Mike McQuaid <mike@mikemcquaid.com> 
						
						
					 
					
						2024-07-03 15:04:18 +01:00 
						 
				 
			
				
					
						
							
							
								Issy Long 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3d09094df0 
							
						 
					 
					
						
						
							
							Fewer T.musts  
						
						
						
						
					 
					
						2024-07-02 16:20:39 +01:00 
						 
				 
			
				
					
						
							
							
								Issy Long 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8360218a3e 
							
						 
					 
					
						
						
							
							Run brew style on all the new Sorbet sigs  
						
						
						
						
					 
					
						2024-07-01 19:16:57 +01:00 
						 
				 
			
				
					
						
							
							
								Issy Long 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8587f4ba11 
							
						 
					 
					
						
						
							
							dev-cmd/bump-formula-pr: Bump to Sorbet typed: strict  
						
						
						
						
					 
					
						2024-07-01 13:14:47 +01:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c13700af00 
							
						 
					 
					
						
						
							
							Use repository consistently instead of repo  
						
						... 
						
						
						
						The documentation linting job doesn't like `repo` so let's fix this
globally rather than naming it differently in documentation and code. 
						
						
					 
					
						2024-06-10 09:31:53 +01:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							712ca361d7 
							
						 
					 
					
						
						
							
							dev-cmd/bump*: improve autobump messaging.  
						
						... 
						
						
						
						Let's make it clearer _why_ autobumped PRs cannot be submitted by humans
and, while we're here, similarly for disabled/head-only packages. 
						
						
					 
					
						2024-05-31 10:23:13 +01:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							222fe8ef0b 
							
						 
					 
					
						
						
							
							Homebrew 4.3.0 deprecation/disable/removals.  
						
						... 
						
						
						
						The usual pass of deprecating/disabling/removing code for the next
minor Homebrew release. 
						
						
					 
					
						2024-05-07 12:18:04 +01:00 
						 
				 
			
				
					
						
							
							
								Michael Cho 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4b65052b22 
							
						 
					 
					
						
						
							
							dev-cmd/bump-formula-pr: deprecate throttled_formulae.json  
						
						... 
						
						
						
						Signed-off-by: Michael Cho <michael@michaelcho.dev> 
						
						
					 
					
						2024-04-01 00:54:36 -04:00 
						 
				 
			
				
					
						
							
							
								Douglas Eichelberger 
							
						 
					 
					
						
						
						
						
							
						
						
							c50fb2dbd2 
							
						 
					 
					
						
						
							
							Remove redundant cli/parser requires  
						
						
						
						
					 
					
						2024-03-29 18:53:07 -07:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fe16b14479 
							
						 
					 
					
						
						
							
							dev-cmd/bump*: limit the number of open PRs to 15.  
						
						... 
						
						
						
						Don't let users open more than 15 PRs at a time. We have other tooling
to nudge them to not do this but let's put it in the worst offenders:
the `bump*` commands. 
						
						
					 
					
						2024-03-28 11:56:25 +00:00 
						 
				 
			
				
					
						
							
							
								Douglas Eichelberger 
							
						 
					 
					
						
						
						
						
							
						
						
							dc062bea52 
							
						 
					 
					
						
						
							
							Port Homebrew::DevCmd::PrPull  
						
						
						
						
					 
					
						2024-03-22 09:33:28 -07:00 
						 
				 
			
				
					
						
							
							
								Michael Cho 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							43e2e28869 
							
						 
					 
					
						
						
							
							dev-cmd/bump-formula-pr: clean up unused code  
						
						... 
						
						
						
						Signed-off-by: Michael Cho <michael@michaelcho.dev> 
						
						
					 
					
						2024-03-21 10:11:50 -04:00 
						 
				 
			
				
					
						
							
							
								Michael Cho 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bfec6eecac 
							
						 
					 
					
						
						
							
							livecheck: support throttle DSL  
						
						... 
						
						
						
						Signed-off-by: Michael Cho <michael@michaelcho.dev> 
						
						
					 
					
						2024-03-21 10:11:49 -04:00 
						 
				 
			
				
					
						
							
							
								Douglas Eichelberger 
							
						 
					 
					
						
						
						
						
							
						
						
							d873881c47 
							
						 
					 
					
						
						
							
							Port Homebrew::DevCmd::BumpFormulaPr  
						
						
						
						
					 
					
						2024-03-20 10:25:17 -07:00 
						 
				 
			
				
					
						
							
							
								Eric Knibbe 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							afbf6a1e2c 
							
						 
					 
					
						
						
							
							bump-formula-pr: fix type of detected version  
						
						... 
						
						
						
						Fixes  #16917 . 
					
						2024-03-19 22:44:05 -04:00 
						 
				 
			
				
					
						
							
							
								Michael Cho 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							709afd58ed 
							
						 
					 
					
						
						
							
							dev-cmd/bump-formula-pr: replace partial version in URL  
						
						... 
						
						
						
						For now, restrict to partial version excluding the last part, i.e.
version with major.minor.patch will result in attempting to replace any
occurrences of "/#{major}.#{minor}/" or "/v#{major}.#{minor}/".
This should take care of common situations like GNOME, KDE, and
SourceForge URLs. It should also help with URLs like `util-linux`.
It may result in incorrect replacements if URL has partial version based
on another versioning scheme like the API version or if there are some
equivalent numbers in URL that happen to match
Signed-off-by: Michael Cho <michael@michaelcho.dev> 
						
						
					 
					
						2024-03-17 13:03:43 -04:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ea2892f8ee 
							
						 
					 
					
						
						
							
							brew.rb: handle missing args.  
						
						
						
						
					 
					
						2024-03-07 16:20:20 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Cho 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							12d1e56ff5 
							
						 
					 
					
						
						
							
							dev-cmd/bump: skip autobump formulae & casks  
						
						... 
						
						
						
						Instead output a message that corresponding formula/cask is on the
autobump list. This avoids deferring the information to the error
message within `bump-{formula,cask}-pr`.
Signed-off-by: Michael Cho <michael@michaelcho.dev> 
						
						
					 
					
						2024-03-06 12:34:29 -05:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8d463b1f4b 
							
						 
					 
					
						
						
							
							Merge pull request  #16772  from cho-m/pypi-specify-dependencies  
						
						... 
						
						
						
						utils/pypi: specify dependencies needed to update resources 
						
						
					 
					
						2024-03-04 09:24:51 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Cho 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							216f571fff 
							
						 
					 
					
						
						
							
							bump-formula-pr: switch to install resource update dependencies  
						
						... 
						
						
						
						Also same feature for update-python-resources 
						
						
					 
					
						2024-03-02 22:01:31 -05:00 
						 
				 
			
				
					
						
							
							
								Michka Popoff 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f96290eb39 
							
						 
					 
					
						
						
							
							bump-formula|cask-pr: do not allow to bump autobumped packages  
						
						... 
						
						
						
						Avoids:
- Bumping stuff by mistake that will get autobumped anyway
- Abusing the system to get "free" commits 
						
						
					 
					
						2024-03-01 09:15:43 +00:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7df07b991b 
							
						 
					 
					
						
						
							
							dev-cmd/bump*: do not allow forcing multiple PRs.  
						
						... 
						
						
						
						If there are duplicate PRs: we shouldn't suggest and allow a trivial
override. Instead, they should be created manually.
An undocumented override exists for BrewTestBot to do autobumps. 
						
						
					 
					
						2024-02-15 17:02:31 +00:00 
						 
				 
			
				
					
						
							
							
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							97eda64790 
							
						 
					 
					
						
						
							
							Merge pull request  #16150  from Bo98/rexml-gem  
						
						... 
						
						
						
						Pull in REXML gem as it doesn't ship with Ruby 3 
						
						
					 
					
						2023-10-28 18:03:30 +01:00 
						 
				 
			
				
					
						
							
							
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e19127dc89 
							
						 
					 
					
						
						
							
							dev-cmd/bump-formula-pr: fix specs passing under Ruby 3  
						
						
						
						
					 
					
						2023-10-27 20:34:42 +01:00 
						 
				 
			
				
					
						
							
							
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							26ea6b7f9e 
							
						 
					 
					
						
						
							
							Pull in REXML gem as it doesn't ship with Ruby 3  
						
						
						
						
					 
					
						2023-10-27 20:24:10 +01:00 
						 
				 
			
				
					
						
							
							
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3b1c171184 
							
						 
					 
					
						
						
							
							Further split up Gemfile into groups  
						
						
						
						
					 
					
						2023-09-27 17:33:44 +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 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7da934f7e2 
							
						 
					 
					
						
						
							
							Deprecate/disable/delete code.  
						
						... 
						
						
						
						The next release after this is merged will be 4.1.0.
Co-authored-by: Markus Reiter <me@reitermark.us> 
						
						
					 
					
						2023-07-06 16:56:20 +01:00 
						 
				 
			
				
					
						
							
							
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bb7aef85db 
							
						 
					 
					
						
						
							
							Migrate remaining no-api commands to new scoped system  
						
						
						
						
					 
					
						2023-06-22 17:11:20 +01:00 
						 
				 
			
				
					
						
							
							
								Dawid Dziurla 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a341f4346c 
							
						 
					 
					
						
						
							
							bump-formula-pr: fix method argument type  
						
						
						
						
					 
					
						2023-05-05 13:51:14 +02:00 
						 
				 
			
				
					
						
							
							
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							44f058edb5 
							
						 
					 
					
						
						
							
							Refactor formula, cask and Ruby source downloads to use shared code  
						
						
						
						
					 
					
						2023-04-27 23:23:07 +01:00 
						 
				 
			
				
					
						
							
							
								Douglas Eichelberger 
							
						 
					 
					
						
						
						
						
							
						
						
							24cf6076e8 
							
						 
					 
					
						
						
							
							brew style --fix  
						
						
						
						
					 
					
						2023-04-24 20:42:39 -07:00 
						 
				 
			
				
					
						
							
							
								Razvan Azamfirei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a2b80e4ec2 
							
						 
					 
					
						
						
							
							fix origin_branch_name  
						
						
						
						
					 
					
						2023-04-17 09:57:06 -04:00 
						 
				 
			
				
					
						
							
							
								Ruoyu Zhong 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							aede351eee 
							
						 
					 
					
						
						
							
							dev-cmd/bump-formula-pr: add a checkbox for resource updates  
						
						... 
						
						
						
						Contributors and maintainers usually strike through the message after
checking `resource` blocks for updates. Let's add a checkbox to make it
easier to update the status.
Signed-off-by: Ruoyu Zhong <zhongruoyu@outlook.com> 
						
						
					 
					
						2023-04-09 05:35:08 +08:00 
						 
				 
			
				
					
						
							
							
								scientificworld 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8589ca8d40 
							
						 
					 
					
						
						
							
							bump-*-pr: fix an issue when using on taps with custom remote  
						
						
						
						
					 
					
						2023-03-29 20:05:16 +08:00 
						 
				 
			
				
					
						
							
							
								Bevan Kay 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							69d03bf6ed 
							
						 
					 
					
						
						
							
							bump-formula-pr: wrap release notes in <pre> tags  
						
						
						
						
					 
					
						2023-03-15 23:03:27 +11:00 
						 
				 
			
				
					
						
							
							
								Douglas Eichelberger 
							
						 
					 
					
						
						
						
						
							
						
						
							0b04b99e68 
							
						 
					 
					
						
						
							
							brew typecheck --suggest-typed --update  
						
						
						
						
					 
					
						2023-03-09 20:32:46 -08:00 
						 
				 
			
				
					
						
							
							
								Sean Molenaar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2f32da0455 
							
						 
					 
					
						
						
							
							fix syntax  
						
						
						
						
					 
					
						2023-03-08 14:28:34 +01:00 
						 
				 
			
				
					
						
							
							
								Sean Molenaar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9bd567aab9 
							
						 
					 
					
						
						
							
							Update Library/Homebrew/dev-cmd/bump-formula-pr.rb  
						
						... 
						
						
						
						Co-authored-by: Mike McQuaid <mike@mikemcquaid.com> 
						
						
					 
					
						2023-03-08 14:04:28 +01:00 
						 
				 
			
				
					
						
							
							
								Sean Molenaar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							048ed5d683 
							
						 
					 
					
						
						
							
							Update Library/Homebrew/dev-cmd/bump-formula-pr.rb  
						
						... 
						
						
						
						Co-authored-by: Mike McQuaid <mike@mikemcquaid.com> 
						
						
					 
					
						2023-03-08 13:59:14 +01:00 
						 
				 
			
				
					
						
							
							
								Sean Molenaar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8532bb23cc 
							
						 
					 
					
						
						
							
							Update Library/Homebrew/dev-cmd/bump-formula-pr.rb  
						
						... 
						
						
						
						Co-authored-by: Mike McQuaid <mike@mikemcquaid.com> 
						
						
					 
					
						2023-03-08 13:58:45 +01:00 
						 
				 
			
				
					
						
							
							
								Sean Molenaar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							139f90df97 
							
						 
					 
					
						
						
							
							bump-formula-pr: add release notes if found  
						
						
						
						
					 
					
						2023-03-07 19:44:35 +01:00 
						 
				 
			
				
					
						
							
							
								Douglas Eichelberger 
							
						 
					 
					
						
						
						
						
							
						
						
							d56e2884aa 
							
						 
					 
					
						
						
							
							Enable typing in cmd/  
						
						
						
						
					 
					
						2023-03-06 15:01:08 -08:00 
						 
				 
			
				
					
						
							
							
								EricFromCanada 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dfc9906184 
							
						 
					 
					
						
						
							
							internal messaging fixes  
						
						
						
						
					 
					
						2023-02-10 23:17:16 -05:00 
						 
				 
			
				
					
						
							
							
								Rui Chen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							59cff340ca 
							
						 
					 
					
						
						
							
							use formula.full_name rather than formula.name  
						
						... 
						
						
						
						Signed-off-by: Rui Chen <rui@chenrui.dev> 
						
						
					 
					
						2022-12-28 11:08:43 -05:00