<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools/dist.py, branch v43.0.0</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Merge pull request #1877 from pypa/feature/distribution-options-hooks</title>
<updated>2019-11-23T19:40:44+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-11-23T19:40:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=1a5d06b584cf9e221b6633c88e94c6bed0d899be'/>
<id>1a5d06b584cf9e221b6633c88e94c6bed0d899be</id>
<content type='text'>
Add new hook 'setuptools.finalize_distribution_options'</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add new hook 'setuptools.finalize_distribution_options'</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1767 from kchmck/feat-license-files</title>
<updated>2019-11-16T20:19:37+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-11-16T20:19:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=68dbb703705cdd64e25261a6fcc1c0cc96bcf431'/>
<id>68dbb703705cdd64e25261a6fcc1c0cc96bcf431</id>
<content type='text'>
Add support for `license_files` option in metadata</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for `license_files` option in metadata</pre>
</div>
</content>
</entry>
<entry>
<title>Move all finalization of distribution options into hooks. Allow hooks to specify an index for ordering.</title>
<updated>2019-11-16T17:06:47+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-11-16T17:06:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=6b210c65938527a4bbcea34942fe43971be3c014'/>
<id>6b210c65938527a4bbcea34942fe43971be3c014</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dist: re-implement `fetch_build_egg` to use pip</title>
<updated>2019-11-15T19:06:07+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2018-04-29T17:47:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=d6948c636f5e657ac56911b71b7a459d326d8389'/>
<id>d6948c636f5e657ac56911b71b7a459d326d8389</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use an OrderedSet for accumulating license files</title>
<updated>2019-10-28T22:49:31+00:00</updated>
<author>
<name>Mick Koch</name>
<email>mick@kochm.co</email>
</author>
<published>2019-10-28T22:45:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=4a31168e517134529c229b310e89039323fdb02f'/>
<id>4a31168e517134529c229b310e89039323fdb02f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for `license_files` option in metadata</title>
<updated>2019-10-28T22:30:31+00:00</updated>
<author>
<name>Mick Koch</name>
<email>mick@kochm.co</email>
</author>
<published>2019-05-20T22:25:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=823ab9d2ec4ab89f90c0a781d872c9071b4afc13'/>
<id>823ab9d2ec4ab89f90c0a781d872c9071b4afc13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new hook 'setuptools.finalize_distribution_options' for plugins like 'setuptools_scm' to alter distribution options.</title>
<updated>2019-10-19T00:37:42+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-10-19T00:37:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=4c22a6ca57753d3b5604a90b61a0c6c5efe53a1d'/>
<id>4c22a6ca57753d3b5604a90b61a0c6c5efe53a1d</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 feature/deterministic-provides-extras</title>
<updated>2019-09-11T17:07:45+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-09-11T17:07:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=b3ef77b2085dc8d66d178a2f7d2047a9ca207309'/>
<id>b3ef77b2085dc8d66d178a2f7d2047a9ca207309</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve `package_data` check</title>
<updated>2019-07-16T11:20:36+00:00</updated>
<author>
<name>Daniel Himmelstein</name>
<email>daniel.himmelstein@gmail.com</email>
</author>
<published>2019-05-22T21:45:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=8f848bd777278fc8dcb42dc45751cd8b95ec2a02'/>
<id>8f848bd777278fc8dcb42dc45751cd8b95ec2a02</id>
<content type='text'>
Ensure the dictionary values are lists/tuples of strings.

Fix #1459.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure the dictionary values are lists/tuples of strings.

Fix #1459.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix assert_string_list docstring</title>
<updated>2019-07-16T10:46:59+00:00</updated>
<author>
<name>Daniel Himmelstein</name>
<email>daniel.himmelstein@gmail.com</email>
</author>
<published>2019-05-23T18:15:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=305bb1cefc3251c67b55149139a768ddf474f7b6'/>
<id>305bb1cefc3251c67b55149139a768ddf474f7b6</id>
<content type='text'>
value=None raises TypeError

DistutilsSetupError: 2 must be a list of strings (got None)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
value=None raises TypeError

DistutilsSetupError: 2 must be a list of strings (got None)
</pre>
</div>
</content>
</entry>
</feed>
