<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/dev-cmd, branch 1.1.8</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>bottle: fix regex</title>
<updated>2017-01-22T11:50:14+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2017-01-22T11:50:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=22f294af90ed08e2da9d0652fdc9c560c7797bed'/>
<id>22f294af90ed08e2da9d0652fdc9c560c7797bed</id>
<content type='text'>
Noted that this is intended for the revision of this formula instead of
rebuild of a bottle.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Noted that this is intended for the revision of this formula instead of
rebuild of a bottle.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1868 from zmwangx/bottle-add-improve-regexp</title>
<updated>2017-01-18T08:02:45+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-01-18T08:02:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9f183be3587ada8e99150fda96fd59cfc01f1bae'/>
<id>9f183be3587ada8e99150fda96fd59cfc01f1bae</id>
<content type='text'>
bottle: add: improve regexp to recognize comments</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bottle: add: improve regexp to recognize comments</pre>
</div>
</content>
</entry>
<entry>
<title>audit: only warn on versioned conflicts_with.</title>
<updated>2017-01-17T19:09:41+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-01-17T19:09:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4f0505f759d355d6a514485733c0ea3349711655'/>
<id>4f0505f759d355d6a514485733c0ea3349711655</id>
<content type='text'>
Rather than all versioned formulae regardless. Oops.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rather than all versioned formulae regardless. Oops.
</pre>
</div>
</content>
</entry>
<entry>
<title>bottle: add: improve regexp to recognize comments</title>
<updated>2017-01-17T15:26:01+00:00</updated>
<author>
<name>Zhiming Wang</name>
</author>
<published>2017-01-17T15:16:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=42486c1181bdf4ed85f334ccb1edbb6632cfc4b2'/>
<id>42486c1181bdf4ed85f334ccb1edbb6632cfc4b2</id>
<content type='text'>
This would have eliminated the need for Homebrew/homebrew-core#9000, for
instance.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This would have eliminated the need for Homebrew/homebrew-core#9000, for
instance.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `keg_only :versioned_formula`.</title>
<updated>2017-01-17T10:50:04+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-01-17T10:43:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=dac66c4ada178c09b3b9b77feb2eaa7442b7443e'/>
<id>dac66c4ada178c09b3b9b77feb2eaa7442b7443e</id>
<content type='text'>
This is used to indicate a formula is a version of another formula.
This will be used to provide a consistent interface for older formulae
versions and replaces the use of `conflicts_with`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is used to indicate a formula is a version of another formula.
This will be used to provide a consistent interface for older formulae
versions and replaces the use of `conflicts_with`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1844 from MikeMcQuaid/audit-universal</title>
<updated>2017-01-17T10:08:44+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-01-17T10:08:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=aa104137e59c75258313b5671af20e24950119a7'/>
<id>aa104137e59c75258313b5671af20e24950119a7</id>
<content type='text'>
audit: don't allow universal for new formulae.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
audit: don't allow universal for new formulae.</pre>
</div>
</content>
</entry>
<entry>
<title>create: handle null versions.</title>
<updated>2017-01-16T20:15:32+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-01-16T20:15:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=feea90c0ddee280193182d8cce2ce56bc8e4aa6f'/>
<id>feea90c0ddee280193182d8cce2ce56bc8e4aa6f</id>
<content type='text'>
Fixes #1821
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #1821
</pre>
</div>
</content>
</entry>
<entry>
<title>audit: don't allow universal for new formulae.</title>
<updated>2017-01-15T10:31:11+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-01-15T10:31:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f4496e85e515180f96e0863af3047bf3f4a94e81'/>
<id>f4496e85e515180f96e0863af3047bf3f4a94e81</id>
<content type='text'>
We're frowning on these now so may as well turn that into code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We're frowning on these now so may as well turn that into code.
</pre>
</div>
</content>
</entry>
<entry>
<title>audit: whitelist unstable versions already in core</title>
<updated>2017-01-14T02:59:23+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2017-01-14T00:26:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9dca10f9dc428e85afa399de4b76dbeac81a32b2'/>
<id>9dca10f9dc428e85afa399de4b76dbeac81a32b2</id>
<content type='text'>
also allow higher stable versions with the same version prefix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also allow higher stable versions with the same version prefix
</pre>
</div>
</content>
</entry>
<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>
</feed>
