<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git, branch v36.7.1</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Bump version: 36.7.0 → 36.7.1</title>
<updated>2017-11-11T05:26:58+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-11-11T05:26:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=c218b65053915aa084c897defa2a25a11175ddc4'/>
<id>c218b65053915aa084c897defa2a25a11175ddc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>xfail test when byte code generation is disabled. Fixes #1193.</title>
<updated>2017-11-11T05:08:04+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-11-11T05:08:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=57a09271dcd0840fb285495fe862aa42d9f9742c'/>
<id>57a09271dcd0840fb285495fe862aa42d9f9742c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version: 36.6.1 → 36.7.0</title>
<updated>2017-11-10T01:46:12+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-11-10T01:46:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=d5f914876127d8ea60bc3f90d509fd0745f909f7'/>
<id>d5f914876127d8ea60bc3f90d509fd0745f909f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1150 from benoit-pierre/support_setup_requires_in_setup.cfg</title>
<updated>2017-11-10T01:45:48+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-11-10T01:45:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=bb71fd1bed9f5e5e239ef99be82ed57e9f9b1dda'/>
<id>bb71fd1bed9f5e5e239ef99be82ed57e9f9b1dda</id>
<content type='text'>
support `setup_requires` in setup.cfg</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
support `setup_requires` in setup.cfg</pre>
</div>
</content>
</entry>
<entry>
<title>Update changelog; ref #1150</title>
<updated>2017-11-10T01:43:33+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-11-10T01:43:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=42f5ec91c131b8b24a330adb28b235aa432be98a'/>
<id>42f5ec91c131b8b24a330adb28b235aa432be98a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version: 36.6.0 → 36.6.1</title>
<updated>2017-11-10T01:27:39+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-11-10T01:27:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=4f43bd2a665a8115a03eb8d073cacb8945d22462'/>
<id>4f43bd2a665a8115a03eb8d073cacb8945d22462</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1145 from haobibo/master</title>
<updated>2017-11-10T01:24:08+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-11-10T01:24:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=26cbce17dfb5aa9ea1ffae5d25363ad645bf6e44'/>
<id>26cbce17dfb5aa9ea1ffae5d25363ad645bf6e44</id>
<content type='text'>
python 3 bdist_egg --exclude-source-files __pycache__ issue</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
python 3 bdist_egg --exclude-source-files __pycache__ issue</pre>
</div>
</content>
</entry>
<entry>
<title>Update changelog. Ref #1145.</title>
<updated>2017-11-10T01:21:56+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-11-10T01:21:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=4216b5f3fece69e3b74c646f72b8fe757b658729'/>
<id>4216b5f3fece69e3b74c646f72b8fe757b658729</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into pr1145</title>
<updated>2017-11-10T01:16:07+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-11-10T01:16:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=76fefe982d4445248c1933030619eedc764e695b'/>
<id>76fefe982d4445248c1933030619eedc764e695b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge other edits</title>
<updated>2017-11-10T01:00:34+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-11-10T01:00:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=a5add17b554709e6b808e85a9cdbb1785717d2d5'/>
<id>a5add17b554709e6b808e85a9cdbb1785717d2d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
