<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/dist.py, branch v41.0.1</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>When reading config files, require them to be encoded with UTF-8. Fixes #1702.</title>
<updated>2019-04-05T14:30:47+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-04-05T14:04:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=85fa4a6bc506be12fdbd0f4cff139e7c4e3bc6a8'/>
<id>85fa4a6bc506be12fdbd0f4cff139e7c4e3bc6a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feed the hobgoblins (delint).</title>
<updated>2019-04-05T13:27:23+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-04-05T13:27:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=393809a02ed4d0f07faec5c1f23384233e6cd68e'/>
<id>393809a02ed4d0f07faec5c1f23384233e6cd68e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in docstring (#1718)</title>
<updated>2019-03-16T17:06:53+00:00</updated>
<author>
<name>Dustin Ingram</name>
<email>di@users.noreply.github.com</email>
</author>
<published>2019-03-16T17:06:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=c27c705f6a326e4820f1a34d6ce1db101dad3a30'/>
<id>c27c705f6a326e4820f1a34d6ce1db101dad3a30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate import io (#1713)</title>
<updated>2019-03-06T14:22:28+00:00</updated>
<author>
<name>Frédéric Chapoton</name>
<email>fchapoton2@gmail.com</email>
</author>
<published>2019-03-06T14:22:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=16e452a42a3dbbb0ab3d3146ffa3b743cdca2539'/>
<id>16e452a42a3dbbb0ab3d3146ffa3b743cdca2539</id>
<content type='text'>
Found by lgtm</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found by lgtm</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer native strings on Python 2 when reading config files. Fixes #1653.</title>
<updated>2019-01-28T23:09:50+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-01-28T22:10:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=9150b6b7272130f11a71190905e6bd3db31afd81'/>
<id>9150b6b7272130f11a71190905e6bd3db31afd81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test failure by better detecting string options from an updated ConfigParser.</title>
<updated>2019-01-27T02:48:38+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-01-27T02:48:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=249f24a1f04ce390a9e48a4d8a5bff7982714c86'/>
<id>249f24a1f04ce390a9e48a4d8a5bff7982714c86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adopt distutils.dist.Distribution._set_command_options to support better string detection.</title>
<updated>2019-01-27T02:45:33+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-01-27T02:45:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=b1615d12435289c21853be2f4f40e523317998da'/>
<id>b1615d12435289c21853be2f4f40e523317998da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Given that the config file parsing functionality is unlikely to change upstream, just incorporate the functionality directly.</title>
<updated>2019-01-25T21:11:07+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-01-25T21:11:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=24be5abd4cbd9d84537c457456f841522d626e14'/>
<id>24be5abd4cbd9d84537c457456f841522d626e14</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 fix_889_and_non-ascii_in_setup.cfg_take_2</title>
<updated>2019-01-25T20:49:59+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-01-25T20:49:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=992aa3dfba57de594544b8df6f8adb5e8d451ab2'/>
<id>992aa3dfba57de594544b8df6f8adb5e8d451ab2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue with missing author metadata</title>
<updated>2018-11-13T03:39:09+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2018-11-13T03:32:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=ac3cee396ff93f66afa86bc6e3aa3da3a2667514'/>
<id>ac3cee396ff93f66afa86bc6e3aa3da3a2667514</id>
<content type='text'>
Prior to this patch, if the author or author_email were omitted from
`setup`, a malformed `PKG-INFO` would be created.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prior to this patch, if the author or author_email were omitted from
`setup`, a malformed `PKG-INFO` would be created.
</pre>
</div>
</content>
</entry>
</feed>
