<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/requirements, branch 1.5.6</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>xcode_requirement: handle nil @version.</title>
<updated>2018-02-09T19:37:15+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2018-02-09T19:37:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c32865011d1536eb6f7e626a3cb389d35beda48a'/>
<id>c32865011d1536eb6f7e626a3cb389d35beda48a</id>
<content type='text'>
When the Xcode requirement doesn't specify a version then we need to
guard this check.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the Xcode requirement doesn't specify a version then we need to
guard this check.
</pre>
</div>
</content>
</entry>
<entry>
<title>xcode_requirement: inform users of macOS upgrade.</title>
<updated>2018-01-28T19:08:19+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2018-01-28T19:08:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=1373441e53d838264c70690e9612009f0e9735d8'/>
<id>1373441e53d838264c70690e9612009f0e9735d8</id>
<content type='text'>
If you need a newer Xcode than the latest version provided by your
version of macOS then you need to upgrade your OS to install the
software.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If you need a newer Xcode than the latest version provided by your
version of macOS then you need to upgrade your OS to install the
software.
</pre>
</div>
</content>
</entry>
<entry>
<title>requirements: move more to compat.</title>
<updated>2017-12-30T20:56:55+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-12-30T18:58:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d54e670a6491ae3e6681448cfcf9332635149aa8'/>
<id>d54e670a6491ae3e6681448cfcf9332635149aa8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate more requirements.</title>
<updated>2017-12-23T16:53:25+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-12-23T16:38:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=38ce9940071351f7a41ad3b48a8dba021d0acbdf'/>
<id>38ce9940071351f7a41ad3b48a8dba021d0acbdf</id>
<content type='text'>
These are ones that were either already deprecated due to audit rules
or are just a simple `which` with a `default_formula` so should just
be a dependency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are ones that were either already deprecated due to audit rules
or are just a simple `which` with a `default_formula` so should just
be a dependency.
</pre>
</div>
</content>
</entry>
<entry>
<title>java_requirement: use popen_read :err option.</title>
<updated>2017-12-14T16:44:25+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-12-14T15:07:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8410950d14f7666854a6f94aa24d31b59892465c'/>
<id>8410950d14f7666854a6f94aa24d31b59892465c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python_requirement: various tweaks/fixes.</title>
<updated>2017-12-14T09:21:26+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-12-14T09:21:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f4e647cbc6b3dbc3f128d09e0709b0a559eb9e84'/>
<id>f4e647cbc6b3dbc3f128d09e0709b0a559eb9e84</id>
<content type='text'>
- simplify the code by avoiding some unnecessary variables and rename
  functions
- make more stuff private so implementation details don't leak
- make Python 2 binary `python2.7` to handle cases like those in
  https://github.com/Homebrew/homebrew-core/issues/21500
- only set `PYTHONPATH` for system Python; Homebrew's Python doesn't
  need it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- simplify the code by avoiding some unnecessary variables and rename
  functions
- make more stuff private so implementation details don't leak
- make Python 2 binary `python2.7` to handle cases like those in
  https://github.com/Homebrew/homebrew-core/issues/21500
- only set `PYTHONPATH` for system Python; Homebrew's Python doesn't
  need it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement X11Requirement for Linux</title>
<updated>2017-12-07T16:45:29+00:00</updated>
<author>
<name>Shaun Jackman</name>
</author>
<published>2017-12-07T16:44:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=804393efc466e72ea07b3e38b09d39a5a64d1b78'/>
<id>804393efc466e72ea07b3e38b09d39a5a64d1b78</id>
<content type='text'>
Move the XQuartz implementation to extend/os/mac/requirements.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the XQuartz implementation to extend/os/mac/requirements.
</pre>
</div>
</content>
</entry>
<entry>
<title>x11_requirement: remove custom minimum version.</title>
<updated>2017-12-03T13:33:16+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-12-03T13:33:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8b9ac2b2e030a70bd6ee99ac8b0c9b9f92fd621b'/>
<id>8b9ac2b2e030a70bd6ee99ac8b0c9b9f92fd621b</id>
<content type='text'>
This isn't desired or needed. Ensure older code still works, though.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This isn't desired or needed. Ensure older code still works, though.
</pre>
</div>
</content>
</entry>
<entry>
<title>gpg2_requirement: use direct 'available?' logic</title>
<updated>2017-10-22T04:11:52+00:00</updated>
<author>
<name>Dominyk Tiller</name>
</author>
<published>2017-10-22T01:58:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=1b084b5aa021d5399f4bc560ccab715766f09c16'/>
<id>1b084b5aa021d5399f4bc560ccab715766f09c16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use “squiggly” heredocs.</title>
<updated>2017-10-18T12:39:09+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-10-15T00:28:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9bee9ca5757d1c5f720787737fed6a534a620d72'/>
<id>9bee9ca5757d1c5f720787737fed6a534a620d72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
