<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/command, branch v21.2.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>Re-use unique_everseen from itertools recipes.</title>
<updated>2016-05-22T19:59:45+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-05-22T19:59:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=e75bb0594bad10cb307620359abcd3b5779ecfd2'/>
<id>e75bb0594bad10cb307620359abcd3b5779ecfd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract duplicate code into a single method.</title>
<updated>2016-05-22T19:53:06+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-05-22T19:53:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=1af011b1f1dac17485c0cf8fe9eb08c43b5b6f2a'/>
<id>1af011b1f1dac17485c0cf8fe9eb08c43b5b6f2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite find_data_files and exclude_data_files to follow the same pattern for building platform_patterns.</title>
<updated>2016-05-22T19:40:01+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-05-22T19:40:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=c05fd0799bb2a83ab877f317e8630a403a3514f7'/>
<id>c05fd0799bb2a83ab877f317e8630a403a3514f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow files to be iterable in exclude_data_files</title>
<updated>2016-05-22T19:22:09+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-05-22T19:22:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ba0b4d2eb91961a2237064850deca9e711ee4368'/>
<id>ba0b4d2eb91961a2237064850deca9e711ee4368</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite globs as chain of iterables.</title>
<updated>2016-05-22T19:21:28+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-05-22T19:21:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=dde1bfbf9aca70f4d78c349059ba43b3d40eb0e5'/>
<id>dde1bfbf9aca70f4d78c349059ba43b3d40eb0e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Filter non-files in find_data_files. Fixes #261.</title>
<updated>2016-05-22T19:18:32+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-05-22T19:18:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=8f0ac47db9fe2934725aa9c8a7b0089451ed033d'/>
<id>8f0ac47db9fe2934725aa9c8a7b0089451ed033d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor build_py.find_data_files to use iterables, constructing the files list directly. Ref #261.</title>
<updated>2016-05-22T19:18:04+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-05-22T19:18:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=2d765a69b19bb92882582249942d607684dd14eb'/>
<id>2d765a69b19bb92882582249942d607684dd14eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use itertools.chain for more lenient support of any iterable types and also more uniform indentation.</title>
<updated>2016-05-22T18:55:31+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-05-22T18:55:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=4f6fc8537842c14b03c4a1ffd25b88f2f4c276c6'/>
<id>4f6fc8537842c14b03c4a1ffd25b88f2f4c276c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-use _inline for nicer one-line scripts.</title>
<updated>2016-05-21T14:58:15+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-05-21T14:58:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=e92023ee5ebf949082c2db0bb446ba52b1ba8ff4'/>
<id>e92023ee5ebf949082c2db0bb446ba52b1ba8ff4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reindent for clarity and to remove hanging indents.</title>
<updated>2016-05-21T14:55:14+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-05-21T14:55:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=0ffc51a989d34ecaf072169db60988c30ec1686f'/>
<id>0ffc51a989d34ecaf072169db60988c30ec1686f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
