<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools/package_index.py, branch v49.1.3</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Fix exception causes in package_index.py</title>
<updated>2020-06-11T19:09:29+00:00</updated>
<author>
<name>Ram Rachum</name>
<email>ram@rachum.com</email>
</author>
<published>2020-06-11T19:09:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=6588760710433951a1df48c298bdc49fa5bb7c6c'/>
<id>6588760710433951a1df48c298bdc49fa5bb7c6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>change: Mac OS X -&gt; macOS</title>
<updated>2020-04-11T18:13:36+00:00</updated>
<author>
<name>Reece Dunham</name>
<email>me@rdil.rocks</email>
</author>
<published>2020-04-11T18:11:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=bafe5abd8c715fa18a06bfd62e685802a2a74ce8'/>
<id>bafe5abd8c715fa18a06bfd62e685802a2a74ce8</id>
<content type='text'>
Signed-off-by: Reece Dunham &lt;me@rdil.rocks&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Reece Dunham &lt;me@rdil.rocks&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1894 from ataylor284/bad-auth-message</title>
<updated>2020-03-07T21:02:03+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-03-07T21:02:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=8a821dd9f2c2aa2b059543e86ede2cb0b4daae5c'/>
<id>8a821dd9f2c2aa2b059543e86ede2cb0b4daae5c</id>
<content type='text'>
Add info message on package index auth error </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add info message on package index auth error </pre>
</div>
</content>
</entry>
<entry>
<title>👹 Feed the hobgoblins (delint).</title>
<updated>2020-01-19T17:46:30+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-01-19T17:46:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=3d4d8b9dde61b87271861b8c7ebeb168ac4fa72b'/>
<id>3d4d8b9dde61b87271861b8c7ebeb168ac4fa72b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add info message when authentication error encountered processing package index.</title>
<updated>2019-10-29T23:03:11+00:00</updated>
<author>
<name>Andrew Taylor</name>
<email>ataylor@redtoad.ca</email>
</author>
<published>2019-10-29T23:03:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=b2ab6f7c90b4daf5c05f08be230f329e8cb2f8e2'/>
<id>b2ab6f7c90b4daf5c05f08be230f329e8cb2f8e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes for python3.10</title>
<updated>2019-08-18T02:18:07+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2019-08-18T02:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=43add1d3f5138e38adc4940647cc6eae94fb6123'/>
<id>43add1d3f5138e38adc4940647cc6eae94fb6123</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FIX: git and hg revision checkout under Windows</title>
<updated>2019-04-11T22:32:12+00:00</updated>
<author>
<name>2xB</name>
<email>31772910+2xB@users.noreply.github.com</email>
</author>
<published>2019-04-11T22:32:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=59aeb62614ab07acb4b9520d81179d6e647dfbb7'/>
<id>59aeb62614ab07acb4b9520d81179d6e647dfbb7</id>
<content type='text'>
Windows does not change the working directory for a process via `cd .. &amp;&amp; &lt;process&gt;` (see e.g. this question: https://stackoverflow.com/q/55641332/8575607 ). This commit replaces the use of `cd .. &amp;&amp;` with arguments provided by `git` and `hg` respectively.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Windows does not change the working directory for a process via `cd .. &amp;&amp; &lt;process&gt;` (see e.g. this question: https://stackoverflow.com/q/55641332/8575607 ). This commit replaces the use of `cd .. &amp;&amp;` with arguments provided by `git` and `hg` respectively.</pre>
</div>
</content>
</entry>
<entry>
<title>Also restore port consideration when re-injecting credentials for found links.</title>
<updated>2019-02-03T15:17:02+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-02-03T15:17:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=be840c2fe49766e3311475441b123a4eb3ba473a'/>
<id>be840c2fe49766e3311475441b123a4eb3ba473a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert to using a copy of splituser from Python 3.8. Using urllib.parse.urlparse is clumsy and causes problems as reported in #1663 and #1668. Alternative to #1499 and fixes #1668.</title>
<updated>2019-02-03T14:22:19+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-02-03T14:22:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=0830a69efde3d561c2025bdfa1fae10dcbbcc8ed'/>
<id>0830a69efde3d561c2025bdfa1fae10dcbbcc8ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure a specified port in package_index isn't lost in the parse/unparse of the URL when auth is present. Fixes #1663.</title>
<updated>2019-02-01T01:46:48+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-02-01T01:46:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=260bbe545e15ea75782c540c421da6c0a67abfd5'/>
<id>260bbe545e15ea75782c540c421da6c0a67abfd5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
