<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools/tests/test_config.py, branch v40.7.1</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 #1180 from benoit-pierre/fix_889_and_non-ascii_in_setup.cfg_take_2</title>
<updated>2019-01-27T14:11:50+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-01-27T14:11:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=b31997dbcd935ded39868b42d765830ad6e29808'/>
<id>b31997dbcd935ded39868b42d765830ad6e29808</id>
<content type='text'>
improve encoding handling for `setup.cfg`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
improve encoding handling for `setup.cfg`</pre>
</div>
</content>
</entry>
<entry>
<title>Feed the hobgoblins (delint).</title>
<updated>2019-01-27T01:34:00+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-01-27T01:20:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=5cd86987530892bfb01f68ad5f1a2b997a3d01e7'/>
<id>5cd86987530892bfb01f68ad5f1a2b997a3d01e7</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='https://git.replicant.us/replicant-next/external_python_setuptools/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>Add explicit test for license in setup.cfg</title>
<updated>2018-12-29T16:20:53+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2018-12-29T16:13:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=3db95bcc3dcc72dbb47d7dfc987ae646b249addd'/>
<id>3db95bcc3dcc72dbb47d7dfc987ae646b249addd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate the requires keyword</title>
<updated>2018-10-27T22:13:15+00:00</updated>
<author>
<name>Sreejith Menon</name>
<email>sreejith_1729@yahoo.co.in</email>
</author>
<published>2018-10-27T17:29:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=a6a5040ae14b74bfaaaf835d57129ee7618e5cfd'/>
<id>a6a5040ae14b74bfaaaf835d57129ee7618e5cfd</id>
<content type='text'>
For runtime dependencies, install_requires should be used. For build
dependencies, a PEP 518-compliant `pyproject.toml` should be used.

Other dependencies can use extra requirements.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For runtime dependencies, install_requires should be used. For build
dependencies, a PEP 518-compliant `pyproject.toml` should be used.

Other dependencies can use extra requirements.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add data_files support in setup.cfg with test case</title>
<updated>2018-10-24T16:10:20+00:00</updated>
<author>
<name>Satoru SATOH</name>
<email>satoru.satoh@gmail.com</email>
</author>
<published>2018-10-23T18:42:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=74afc688fc4084390c9e9169984b5f7d8339b8e4'/>
<id>74afc688fc4084390c9e9169984b5f7d8339b8e4</id>
<content type='text'>
In the test case, dist.data_files needs to be sorted because the
current implementation loads the configuration files as a dictionary
with arbitrary order on Python &lt; 3.6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the test case, dist.data_files needs to be sorted because the
current implementation loads the configuration files as a dictionary
with arbitrary order on Python &lt; 3.6.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename find_namepaces_ns to find_namespace_packages (#1423)</title>
<updated>2018-08-17T12:58:35+00:00</updated>
<author>
<name>Carsten Klein</name>
<email>trancesilken@gmail.com</email>
</author>
<published>2018-08-17T12:58:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=0254a2fda8e8bd4f289d01e2179191e936517f04'/>
<id>0254a2fda8e8bd4f289d01e2179191e936517f04</id>
<content type='text'>
* fix #1419 PEP420: add find_namespace: directive

* fix #1419 PEP420: add find_namespace: directive to documentation

* fix #1419 PEP420: add tests

* fix #1419 PEP420: clean up code

* fix #1419 PEP420: fix typo in documentation

* fix #1419 PEP420: fix typo in documentation

* fix #1419 PEP420: clean up code

* fix #1419 PEP420: add changelog entry

* fixup! fix #1419 PEP420: add tests

* fix #1419 PEP420: cleanup code refactor markers

* #1420: Rename find_namespace_ns to find_namespace_packages

*  #1420: update changelog entry
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix #1419 PEP420: add find_namespace: directive

* fix #1419 PEP420: add find_namespace: directive to documentation

* fix #1419 PEP420: add tests

* fix #1419 PEP420: clean up code

* fix #1419 PEP420: fix typo in documentation

* fix #1419 PEP420: fix typo in documentation

* fix #1419 PEP420: clean up code

* fix #1419 PEP420: add changelog entry

* fixup! fix #1419 PEP420: add tests

* fix #1419 PEP420: cleanup code refactor markers

* #1420: Rename find_namespace_ns to find_namespace_packages

*  #1420: update changelog entry
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1343 from ianw/long-descr-type</title>
<updated>2018-05-18T19:23:43+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-05-18T19:23:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=239ff9bd9fe9c38f811fab160491e34dbad5cbeb'/>
<id>239ff9bd9fe9c38f811fab160491e34dbad5cbeb</id>
<content type='text'>
Allow setting long_description_content_type externally</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow setting long_description_content_type externally</pre>
</div>
</content>
</entry>
<entry>
<title>Allow setting long_description_content_type externally</title>
<updated>2018-05-16T21:22:25+00:00</updated>
<author>
<name>Ian Wienand</name>
<email>iwienand@redhat.com</email>
</author>
<published>2018-04-30T09:08:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=07cd2e4e716264fd51aededcb77cefe37aafb25a'/>
<id>07cd2e4e716264fd51aededcb77cefe37aafb25a</id>
<content type='text'>
Some tools, such as PBR, might want to set
long_description_content_type during the parent object's
Distribution.__init__() call (during distutils setup_keywords entry
points).  However, that field is currently unconditionally overwritten
after these calls, erasing the value.

We would rather not duplicate the existing method of copying into
dist.metadata as done with project_urls.

This preserves the fields within Distribution.metadata described by
self._DISTUTIULS_UNUPPORTED_METADATA, or otherwise takes it from
arguments.

A test case that simulates setting the long description and overriding
the arguments is added.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some tools, such as PBR, might want to set
long_description_content_type during the parent object's
Distribution.__init__() call (during distutils setup_keywords entry
points).  However, that field is currently unconditionally overwritten
after these calls, erasing the value.

We would rather not duplicate the existing method of copying into
dist.metadata as done with project_urls.

This preserves the fields within Distribution.metadata described by
self._DISTUTIULS_UNUPPORTED_METADATA, or otherwise takes it from
arguments.

A test case that simulates setting the long description and overriding
the arguments is added.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix attr: with package_dirs</title>
<updated>2018-05-15T20:54:03+00:00</updated>
<author>
<name>Jeremy Bowman</name>
<email>jbowman@edx.org</email>
</author>
<published>2018-05-15T20:26:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=0c2e5c9db4c7dd26ba49ffc4a75657715be587b0'/>
<id>0c2e5c9db4c7dd26ba49ffc4a75657715be587b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
