<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew, branch 1.1.7</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Merge pull request #1806 from MikeMcQuaid/audit-virtualenv-setuptools</title>
<updated>2017-01-09T14:08:30+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-01-09T14:08:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9cce3414fbd39d146d97911dbb3bf07fffaa1080'/>
<id>9cce3414fbd39d146d97911dbb3bf07fffaa1080</id>
<content type='text'>
audit: check virtualenv and setuptools resource.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
audit: check virtualenv and setuptools resource.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1807 from MikeMcQuaid/bump-formula-pr-check-url</title>
<updated>2017-01-09T14:08:16+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-01-09T14:08:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=df46d629236a5d704abe02e2773b3fbcc17ad01a'/>
<id>df46d629236a5d704abe02e2773b3fbcc17ad01a</id>
<content type='text'>
bump-formula-pr: check for URL presence.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bump-formula-pr: check for URL presence.</pre>
</div>
</content>
</entry>
<entry>
<title>audit: check virtualenv and setuptools resource.</title>
<updated>2017-01-09T13:24:51+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-01-09T13:24:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=346d68eb04013d2322796ed1a0edd7de007a156d'/>
<id>346d68eb04013d2322796ed1a0edd7de007a156d</id>
<content type='text'>
`virtualenv_install_with_resources` will automatically define and
install a `setuptools` resource so this is unnecessary.

References https://github.com/Homebrew/homebrew-core/pull/8570
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`virtualenv_install_with_resources` will automatically define and
install a `setuptools` resource so this is unnecessary.

References https://github.com/Homebrew/homebrew-core/pull/8570
</pre>
</div>
</content>
</entry>
<entry>
<title>bump-formula-pr: check for URL presence.</title>
<updated>2017-01-09T12:16:55+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-01-09T12:16:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c276a44ebae578bdbd3048916f2a90ae20e72dd1'/>
<id>c276a44ebae578bdbd3048916f2a90ae20e72dd1</id>
<content type='text'>
If it's not there, produce a nicer error.

Fixes #1805.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If it's not there, produce a nicer error.

Fixes #1805.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1801 from woodruffw/check-temp-correctly</title>
<updated>2017-01-08T06:30:22+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2017-01-08T06:30:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f7bccee2145547d21b2629cab8b5fddff3299bda'/>
<id>f7bccee2145547d21b2629cab8b5fddff3299bda</id>
<content type='text'>
keg_relocate: Check HOMEBREW_TEMP's realpath when excluding name changes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
keg_relocate: Check HOMEBREW_TEMP's realpath when excluding name changes</pre>
</div>
</content>
</entry>
<entry>
<title>keg_relocate: Check HOMEBREW_TEMP's realpath when excluding name changes.</title>
<updated>2017-01-07T20:06:46+00:00</updated>
<author>
<name>William Woodruff</name>
</author>
<published>2017-01-07T20:06:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6b63abb850a4478199e39327464dc014b632a9f1'/>
<id>6b63abb850a4478199e39327464dc014b632a9f1</id>
<content type='text'>
Since /tmp (the default HOMEBREW_TEMP) is a symlink to /private/tmp,
some build systems (like Parrot's) will attempt to use the realpath
instead of the literal /tmp we supply it with. This breaks the relocation
code, which only tested the literal HOMEBREW_TEMP and not its realpath.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since /tmp (the default HOMEBREW_TEMP) is a symlink to /private/tmp,
some build systems (like Parrot's) will attempt to use the realpath
instead of the literal /tmp we supply it with. This breaks the relocation
code, which only tested the literal HOMEBREW_TEMP and not its realpath.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1798 from MikeMcQuaid/audit-fake-safari-user-agent</title>
<updated>2017-01-07T19:28:53+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-01-07T19:28:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=871213932763eac4f62ec3a9d2dcbaffdc2042fa'/>
<id>871213932763eac4f62ec3a9d2dcbaffdc2042fa</id>
<content type='text'>
Allow `brew audit` to fake a Safari user-agent.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow `brew audit` to fake a Safari user-agent.</pre>
</div>
</content>
</entry>
<entry>
<title>Allow `brew audit` to fake a Safari user-agent.</title>
<updated>2017-01-07T14:03:08+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-01-07T14:03:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e7a81caaf4bc0468fdc302656efebd584e10a3f6'/>
<id>e7a81caaf4bc0468fdc302656efebd584e10a3f6</id>
<content type='text'>
This allows us to detect if homepages such as e.g. `aiccu` which
blocks `curl` are up or not.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows us to detect if homepages such as e.g. `aiccu` which
blocks `curl` are up or not.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1797 from Homebrew/revert-1784-uses_tap_exception</title>
<updated>2017-01-07T13:49:25+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-01-07T13:49:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=67d0af9674b749d5bd6abf5b9a7ce1f111c171a4'/>
<id>67d0af9674b749d5bd6abf5b9a7ce1f111c171a4</id>
<content type='text'>
Revert "uses: properly handle untapped formulae in recursive dependency expansion"</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Revert "uses: properly handle untapped formulae in recursive dependency expansion"</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "uses: properly handle untapped formulae in recursive dependency expansion"</title>
<updated>2017-01-07T13:15:18+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-01-07T13:15:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=dc9819b86c60b5c6fd10373ff318d8ef60f97d52'/>
<id>dc9819b86c60b5c6fd10373ff318d8ef60f97d52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
