<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools/tests/test_dist.py, branch docs/auto-merge</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>import internal version of six</title>
<updated>2018-11-13T08:52:43+00:00</updated>
<author>
<name>Oleg Sharov</name>
<email>o.sharov@gmail.com</email>
</author>
<published>2018-11-13T08:52:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=ba7698287094f7274ae7cbabaf6baedc175ac213'/>
<id>ba7698287094f7274ae7cbabaf6baedc175ac213</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='https://git.replicant.us/replicant-next/external_python_setuptools/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>
<entry>
<title>Use an in-memory IO object instead of a temp file</title>
<updated>2018-11-07T22:38:42+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2018-11-06T16:51:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=bef22678626f4e201ef1bb6c5bc753dd01e6bf5a'/>
<id>bef22678626f4e201ef1bb6c5bc753dd01e6bf5a</id>
<content type='text'>
Rather than writing to a file in a temporary directory, we can write to
and read from an in-memory buffer, now that the encoding functionality
in write_pkg_file is fixed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rather than writing to a file in a temporary directory, we can write to
and read from an in-memory buffer, now that the encoding functionality
in write_pkg_file is fixed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for read_pkg_file</title>
<updated>2018-11-07T22:38:42+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2018-11-06T14:10:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=9ffb099b1154662bf1fa8da2a9e0cbef22a2a809'/>
<id>9ffb099b1154662bf1fa8da2a9e0cbef22a2a809</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add unit tests for setuptools deprecation warnings</title>
<updated>2018-10-28T21:45:42+00:00</updated>
<author>
<name>robinjhuang</name>
<email>robin.j.huang@gmail.com</email>
</author>
<published>2018-10-27T22:46:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=3a9dc2b03ef313ee7729606fb56ae9b41066dfd1'/>
<id>3a9dc2b03ef313ee7729606fb56ae9b41066dfd1</id>
<content type='text'>
These are tests to ensure that the specified deprecation warnings are
raised when the functions are called.

Co-authored-by: Junhan Huang &lt;robin.j.huang@gmail.com&gt;
Co-authored-by: Marton Pono &lt;marci93@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are tests to ensure that the specified deprecation warnings are
raised when the functions are called.

Co-authored-by: Junhan Huang &lt;robin.j.huang@gmail.com&gt;
Co-authored-by: Marton Pono &lt;marci93@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use another variable name to avoid masking prior value.</title>
<updated>2018-03-18T14:01:39+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-03-18T14:01:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=eb6502d70552df1fa1272497c05d8c5893f6befe'/>
<id>eb6502d70552df1fa1272497c05d8c5893f6befe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use filter to filter blank lines</title>
<updated>2018-03-18T14:00:57+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-03-18T14:00:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=b1b837df6846cc64bdfec94408fc2276fbfe93ab'/>
<id>b1b837df6846cc64bdfec94408fc2276fbfe93ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Open metadata file with UTF-8 decoding.</title>
<updated>2018-03-18T13:59:32+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-03-18T13:59:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=b38d71f2935ce069f5f1f6b2ccaa7b99c838db67'/>
<id>b38d71f2935ce069f5f1f6b2ccaa7b99c838db67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Delint</title>
<updated>2018-03-18T13:55:59+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-03-18T13:55:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=d92bc63ddd88729ad0bd892eacce29439b821fd2'/>
<id>d92bc63ddd88729ad0bd892eacce29439b821fd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use unicode literals</title>
<updated>2018-03-18T13:54:37+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-03-18T13:54:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=ad2d7e483ef5531962f6ca0c463704505afeb471'/>
<id>ad2d7e483ef5531962f6ca0c463704505afeb471</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
