<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools/command, branch bugfix/1663-restore-port</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Feed the hobgoblins (delint).</title>
<updated>2018-12-29T18:47:21+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-12-29T18:47:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=0c9624fd5ee5abe3fb0d1e3dfa68a9cbaf261aed'/>
<id>0c9624fd5ee5abe3fb0d1e3dfa68a9cbaf261aed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Import distribution in doctest</title>
<updated>2018-12-28T14:37:55+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2018-12-28T14:37:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=b78994aa19ae0705f60e3b4b1e4087ecbe4ff0f5'/>
<id>b78994aa19ae0705f60e3b4b1e4087ecbe4ff0f5</id>
<content type='text'>
Fixes GH issue #1612, bug introduced in commit 0902f02d9d68f18
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes GH issue #1612, bug introduced in commit 0902f02d9d68f18
</pre>
</div>
</content>
</entry>
<entry>
<title>Access pkg_resources objects through its namespace</title>
<updated>2018-12-24T18:03:58+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-12-24T18:03:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=0902f02d9d68f18e906e727cbafa4a05fe5c9c91'/>
<id>0902f02d9d68f18e906e727cbafa4a05fe5c9c91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Remove bdist_rpm and bdist_dumb comment</title>
<updated>2018-11-12T15:14:34+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2018-11-12T15:08:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=2b5b91332a01c665cab77ad7962e87525850d7f5'/>
<id>2b5b91332a01c665cab77ad7962e87525850d7f5</id>
<content type='text'>
This comment is not used anywhere and `platform.dist()` is deprecated.

See CPython PR #10414: https://github.com/python/cpython/pull/10414
and bpo-35186: https://bugs.python.org/issue35186
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This comment is not used anywhere and `platform.dist()` is deprecated.

See CPython PR #10414: https://github.com/python/cpython/pull/10414
and bpo-35186: https://bugs.python.org/issue35186
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix show_response behavior on Python 2</title>
<updated>2018-11-07T22:38:44+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2018-11-07T22:07:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=fe2c9e4292699635c91174bc049aefe81bf6116c'/>
<id>fe2c9e4292699635c91174bc049aefe81bf6116c</id>
<content type='text'>
The `upload.show_response` feature was not added until Python 3. Rather
than backport it, it is now enabled only if supported.

This also adds a "smoke test" for the feature.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `upload.show_response` feature was not added until Python 3. Rather
than backport it, it is now enabled only if supported.

This also adds a "smoke test" for the feature.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bdist_rpm and bdist_dumb in upload_file</title>
<updated>2018-11-07T22:38:43+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2018-11-07T21:41:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=727dd60f6a11f38d165250c543ba135687fa2e61'/>
<id>727dd60f6a11f38d165250c543ba135687fa2e61</id>
<content type='text'>
This fixes uploads when bdist_rpm or bdist_dumb are the command, both of
which insert a comment about what platform they are built for.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes uploads when bdist_rpm or bdist_dumb are the command, both of
which insert a comment about what platform they are built for.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix gpg signature code in upload_file</title>
<updated>2018-11-07T22:38:43+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2018-11-07T21:23:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=b5c9c5f42db36a07dc27d39c1be2a311cc567d99'/>
<id>b5c9c5f42db36a07dc27d39c1be2a311cc567d99</id>
<content type='text'>
This fixes an issue where `distutils.spawn.spawn` was not available in
the ported upload_file, which is only used when signing the data.

This also adds a test that the gpg signature command is invoked and
included in the uploaded data.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes an issue where `distutils.spawn.spawn` was not available in
the ported upload_file, which is only used when signing the data.

This also adds a test that the gpg signature command is invoked and
included in the uploaded data.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use get_metadata_version in upload_file</title>
<updated>2018-11-07T22:38:41+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2018-11-05T15:26:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=33185837dbc1f75f7894b9cbc3e56c1c6a868c4c'/>
<id>33185837dbc1f75f7894b9cbc3e56c1c6a868c4c</id>
<content type='text'>
Previously this value was hard-coded to '1.0', which was inaccurate for
many packages.

Fixes #1381
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously this value was hard-coded to '1.0', which was inaccurate for
many packages.

Fixes #1381
</pre>
</div>
</content>
</entry>
<entry>
<title>Add upload_file to setuptools.command.upload</title>
<updated>2018-11-07T22:38:40+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2018-10-27T21:21:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=cbef2949856f5e0957be1cbdfdc92325f9ae9f1e'/>
<id>cbef2949856f5e0957be1cbdfdc92325f9ae9f1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
