<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/tests, branch v40.2.0</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Adapt test to only run on Python 2, as it's redundant on Python 3.</title>
<updated>2018-08-21T12:56:44+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-08-21T12:56:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=45d02681438f22943315c793f7fd72d668d93a3f'/>
<id>45d02681438f22943315c793f7fd72d668d93a3f</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 throughout.</title>
<updated>2018-08-21T12:51:17+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-08-21T12:51:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ea8eab864c96a56a6e6a408c3f1864dcd7d31d07'/>
<id>ea8eab864c96a56a6e6a408c3f1864dcd7d31d07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1466 from pfmoore/pep517_fix</title>
<updated>2018-08-21T12:46:30+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-08-21T12:46:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=3f3b1a6fe255805ca53408377ec08e5999973714'/>
<id>3f3b1a6fe255805ca53408377ec08e5999973714</id>
<content type='text'>
Fix for Unicode handling in PEP 518 backend</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix for Unicode handling in PEP 518 backend</pre>
</div>
</content>
</entry>
<entry>
<title>Add a test for a Unicode metadata directory</title>
<updated>2018-08-21T08:51:03+00:00</updated>
<author>
<name>Paul Moore</name>
<email>p.f.moore@gmail.com</email>
</author>
<published>2018-08-21T08:51:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=785feaf7981fac8731a750f6ed1f6a19561c50ed'/>
<id>785feaf7981fac8731a750f6ed1f6a19561c50ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>setuptools: fix regression with `egg_info` command</title>
<updated>2018-08-21T00:01:22+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2018-08-20T23:54:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=337c008c33ab5799911cc7a8f4e8ff93e715a73b'/>
<id>337c008c33ab5799911cc7a8f4e8ff93e715a73b</id>
<content type='text'>
Ensure version is tagged only once.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure version is tagged only once.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added test for scripts with unicode</title>
<updated>2018-08-17T13:31:56+00:00</updated>
<author>
<name>Daniele Esposti</name>
<email>daniele.esposti@gmail.com</email>
</author>
<published>2018-07-11T07:53:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=961387fb4112d631e4ddc1f48467205bc77d7fe6'/>
<id>961387fb4112d631e4ddc1f48467205bc77d7fe6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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='http://git.baserock.org/cgit/delta/python-setuptools-git.git/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>Relax overfitted test. Fixes #1425.</title>
<updated>2018-07-13T04:20:14+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-07-13T04:20:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=f90944775adb861d8de98026be4864e488be9c15'/>
<id>f90944775adb861d8de98026be4864e488be9c15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1312 from coldrye-collaboration/gh-97</title>
<updated>2018-07-11T13:16:49+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>pganssle@users.noreply.github.com</email>
</author>
<published>2018-07-11T13:16:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=89155abb4222cf5a9dc81120e5c71e26b5af68f9'/>
<id>89155abb4222cf5a9dc81120e5c71e26b5af68f9</id>
<content type='text'>
fix #97 PEP420: find_packages()</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix #97 PEP420: find_packages()</pre>
</div>
</content>
</entry>
<entry>
<title>Tests for deprecation warnings</title>
<updated>2018-07-09T00:53:58+00:00</updated>
<author>
<name>Dustin Ingram</name>
<email>di@users.noreply.github.com</email>
</author>
<published>2018-07-09T00:48:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=7edce73432363808834c001bbda05944eff5caa0'/>
<id>7edce73432363808834c001bbda05944eff5caa0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
