<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git, branch v40.5.0</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: 40.4.3 → 40.5.0</title>
<updated>2018-10-26T15:41:29+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-10-26T15:41:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=8cdb68448e70d019ccaf25b2d66b1ecbf82494e5'/>
<id>8cdb68448e70d019ccaf25b2d66b1ecbf82494e5</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 #1526 from LaimeJesus/fix-easy-install-warning-#1525</title>
<updated>2018-10-26T13:38:07+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>pganssle@users.noreply.github.com</email>
</author>
<published>2018-10-26T13:38:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ee5ceb12f87e8e1aeeb05f26538de21207570d61'/>
<id>ee5ceb12f87e8e1aeeb05f26538de21207570d61</id>
<content type='text'>
Fix easy install warning #1525</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix easy install warning #1525</pre>
</div>
</content>
</entry>
<entry>
<title>Add changelog for PR #1526 (issue #1525)</title>
<updated>2018-10-26T13:23:32+00:00</updated>
<author>
<name>Jesus Laime</name>
<email>laimejesu@gmail.com</email>
</author>
<published>2018-10-25T23:49:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=bda99a0f512505368219afa75634811b72f2f892'/>
<id>bda99a0f512505368219afa75634811b72f2f892</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix deprecation warning in easy_install docs</title>
<updated>2018-10-26T13:22:12+00:00</updated>
<author>
<name>Jesus Laime</name>
<email>laimejesu@gmail.com</email>
</author>
<published>2018-10-25T23:35:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=72b5c330318a624832402c5445f1213ce82f5642'/>
<id>72b5c330318a624832402c5445f1213ce82f5642</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 #1335 from themiwi/patch-1</title>
<updated>2018-10-26T00:30:35+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-10-26T00:30:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=d0b88ac944944580a1ff52e0a3fda9fdbc7fb095'/>
<id>d0b88ac944944580a1ff52e0a3fda9fdbc7fb095</id>
<content type='text'>
Adds call to os.path.abspath() in pkg_resources.normalize_path() on Cygwin</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds call to os.path.abspath() in pkg_resources.normalize_path() on Cygwin</pre>
</div>
</content>
</entry>
<entry>
<title>Update changelog</title>
<updated>2018-10-25T15:38:19+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-10-25T15:36:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=c14b6f35659ca0a13968632f58e18ba40cd11dca'/>
<id>c14b6f35659ca0a13968632f58e18ba40cd11dca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract patch and its purpose into a specialized function which can be excluded from coverage.</title>
<updated>2018-10-25T15:38:16+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-10-25T15:34:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=6966c75947609b5e2dd85aa4cb1725e3e4897e04'/>
<id>6966c75947609b5e2dd85aa4cb1725e3e4897e04</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 #1520 from ssato/data_files_2</title>
<updated>2018-10-25T15:02:58+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-10-25T15:02:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=d6d9da82f6437d549ddc3d4ece0e2011abc5425a'/>
<id>d6d9da82f6437d549ddc3d4ece0e2011abc5425a</id>
<content type='text'>
Add data_files support in setup.cfg</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add data_files support in setup.cfg</pre>
</div>
</content>
</entry>
<entry>
<title>Add a news fragment for PR #1520</title>
<updated>2018-10-24T16:12:48+00:00</updated>
<author>
<name>Satoru SATOH</name>
<email>satoru.satoh@gmail.com</email>
</author>
<published>2018-10-24T02:34:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=b77ea8cbc705c1ae4c84870da895eafe2aac94a2'/>
<id>b77ea8cbc705c1ae4c84870da895eafe2aac94a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add docs on how to use data_files in setup.cfg</title>
<updated>2018-10-24T16:11:12+00:00</updated>
<author>
<name>Satoru SATOH</name>
<email>satoru.satoh@gmail.com</email>
</author>
<published>2018-10-23T18:49:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=8d6a2d2031108e11df5823211e500af3d5daad5f'/>
<id>8d6a2d2031108e11df5823211e500af3d5daad5f</id>
<content type='text'>
This adds the `[options.data_files]` section to the existing setup.cfg
example.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds the `[options.data_files]` section to the existing setup.cfg
example.
</pre>
</div>
</content>
</entry>
</feed>
