<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/pkg_resources, branch feature/deterministic-provides-extras-2</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Add two tests capturing expectation for '' and None to _validate_resource_path. Ref #1686.</title>
<updated>2019-02-13T20:16:21+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-02-13T20:16:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=ad98fcb350fa3ce63389520a391e23274de11064'/>
<id>ad98fcb350fa3ce63389520a391e23274de11064</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disallow Windows absolute paths unconditionally with no deprecation period.</title>
<updated>2019-01-27T16:11:26+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-01-27T16:07:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=91d769e88f0ae9e5dfce1fb9448864201407b579'/>
<id>91d769e88f0ae9e5dfce1fb9448864201407b579</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove usage relying on deprecated and ambiguous leading slash. Ref #1635</title>
<updated>2019-01-21T02:34:25+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-01-21T02:34:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=36a6a8bcf4b803f16891a766e87aabca3ace09e9'/>
<id>36a6a8bcf4b803f16891a766e87aabca3ace09e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Also disallow leading '/' in resource paths. Ref #1635.</title>
<updated>2019-01-21T02:33:53+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-01-21T02:31:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=1b935caf64fc8f3eb72c7ee8c05a221f7ca9d9b7'/>
<id>1b935caf64fc8f3eb72c7ee8c05a221f7ca9d9b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update docs to match implementation that resource names are rooted at the package. Ref #1635.</title>
<updated>2019-01-21T02:26:23+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-01-17T21:49:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=20f38687bbcf0e668902d37d51023f1fddc55273'/>
<id>20f38687bbcf0e668902d37d51023f1fddc55273</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add validation of a resource path according to the docs. Only warn for now. Ref #1635.</title>
<updated>2019-01-21T02:26:23+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-01-17T21:24:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=bfe286c3a95615a1d927c46cbe3d8ce890bab2b0'/>
<id>bfe286c3a95615a1d927c46cbe3d8ce890bab2b0</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 #1521 from uranusjr/normalize-path-normpath</title>
<updated>2018-11-10T15:35:53+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>pganssle@users.noreply.github.com</email>
</author>
<published>2018-11-10T15:35:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=7f310da972ee9d979b8b0bfb9c19cabe91bf94a2'/>
<id>7f310da972ee9d979b8b0bfb9c19cabe91bf94a2</id>
<content type='text'>
Call os.path.normpath to normalize paths for comp</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Call os.path.normpath to normalize paths for comp</pre>
</div>
</content>
</entry>
<entry>
<title>Test normalize_path on various inputs</title>
<updated>2018-10-29T06:57:49+00:00</updated>
<author>
<name>Tzu-ping Chung</name>
<email>uranusjr@gmail.com</email>
</author>
<published>2018-10-26T02:13:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=90325195b5bf35afa12b699a7e9fddc0571e1551'/>
<id>90325195b5bf35afa12b699a7e9fddc0571e1551</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 PkgResourcesDeprecationWarning</title>
<updated>2018-10-28T21:45:34+00:00</updated>
<author>
<name>robinjhuang</name>
<email>robin.j.huang@gmail.com</email>
</author>
<published>2018-10-27T22:06:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=9d63059f112c80d0419bac71596c79cd4660398d'/>
<id>9d63059f112c80d0419bac71596c79cd4660398d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add custom deprecation warning classes</title>
<updated>2018-10-28T21:43:24+00:00</updated>
<author>
<name>Junhan Huang</name>
<email>robinhuang@172-2-0-43.lightspeed.dybhfl.sbcglobal.net</email>
</author>
<published>2018-10-27T20:26:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=5854b0eba03dd257e30efff68f1632bdec5f0416'/>
<id>5854b0eba03dd257e30efff68f1632bdec5f0416</id>
<content type='text'>
`DeprecationWarning` is not visible by default in the latest versions of
CPython, so this switches the deprecation warnings in setuptools and
pkg_resources over to custom classes derived from `Warning` instead.

Fixes issue github issue #159

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>
`DeprecationWarning` is not visible by default in the latest versions of
CPython, so this switches the deprecation warnings in setuptools and
pkg_resources over to custom classes derived from `Warning` instead.

Fixes issue github issue #159

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>
</feed>
