<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/pkg_resources/__init__.py, branch bugfix/1663-restore-port</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>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>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>
<entry>
<title>Merge pull request #1402 from daa/pkg-resources-always-handle-namespace-package-path</title>
<updated>2018-09-16T15:48:44+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-09-16T15:48:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=5c8ff5a17840790b68d75e47652264f4f9931101'/>
<id>5c8ff5a17840790b68d75e47652264f4f9931101</id>
<content type='text'>
Improved handling of  module __path__ attribute for namespace packages, fixes #1321</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improved handling of  module __path__ attribute for namespace packages, fixes #1321</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1324 from torsava/safe_name</title>
<updated>2018-09-16T15:14:30+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-09-16T15:14:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=9e23b6d3e046113e8546e9fe084c112e809af795'/>
<id>9e23b6d3e046113e8546e9fe084c112e809af795</id>
<content type='text'>
Make safe_name compliant to PEP 503 and behaviour of pip &gt; 8.1.2</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make safe_name compliant to PEP 503 and behaviour of pip &gt; 8.1.2</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress warnings in importer.find_module. Fixes #1111.</title>
<updated>2018-09-14T19:17:58+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-09-14T19:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=6e122a15f84db69af984e464a46358a594a6ba47'/>
<id>6e122a15f84db69af984e464a46358a594a6ba47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
