<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/pkg_resources, branch docs/auto-merge</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 #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>
<entry>
<title>Merge branch 'master' into normalize-path-normpath</title>
<updated>2018-10-26T00:32:10+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-10-26T00:32:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=778424816279c892be3f7b0b7e48f7195f4348ad'/>
<id>778424816279c892be3f7b0b7e48f7195f4348ad</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 #1335 from themiwi/patch-1</title>
<updated>2018-10-26T00:30:35+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-10-26T00:30:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=d0b88ac944944580a1ff52e0a3fda9fdbc7fb095'/>
<id>d0b88ac944944580a1ff52e0a3fda9fdbc7fb095</id>
<content type='text'>
Adds call to os.path.abspath() in pkg_resources.normalize_path() on Cygwin</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds call to os.path.abspath() in pkg_resources.normalize_path() on Cygwin</pre>
</div>
</content>
</entry>
<entry>
<title>Extract patch and its purpose into a specialized function which can be excluded from coverage.</title>
<updated>2018-10-25T15:38:16+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-10-25T15:34:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=6966c75947609b5e2dd85aa4cb1725e3e4897e04'/>
<id>6966c75947609b5e2dd85aa4cb1725e3e4897e04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Call os.path.normpath to normalize paths for comp</title>
<updated>2018-10-24T16:36:03+00:00</updated>
<author>
<name>Tzu-ping Chung</name>
<email>uranusjr@gmail.com</email>
</author>
<published>2018-10-24T01:52:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=84f1abafd3a707b464f039892ef48b9e282d0d4a'/>
<id>84f1abafd3a707b464f039892ef48b9e282d0d4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump to pyparsing 2.2.1 and re-run paver update_vendored. Fixes #1480.</title>
<updated>2018-09-23T14:23:13+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-09-23T14:21:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=2862b90422c63afc8864952878594e4194c517d9'/>
<id>2862b90422c63afc8864952878594e4194c517d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Make safe_name compliant to PEP 503 and behaviour of pip &gt; 8.1.2"</title>
<updated>2018-09-16T15:59:31+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-09-16T15:59:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=cdcc7e5f1ecb6e485a71676a071d1b37adac3d51'/>
<id>cdcc7e5f1ecb6e485a71676a071d1b37adac3d51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
