<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/pkg_resources/tests, branch v41.5.1</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 #1814 from benoit-pierre/fix_requirement_hash/equality</title>
<updated>2019-10-27T22:41:13+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-10-27T22:41:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=2d89c5d7d06ce07864e6e28c70853066966cf89f'/>
<id>2d89c5d7d06ce07864e6e28c70853066966cf89f</id>
<content type='text'>
pkg_resources: fix ``Requirement`` hash/equality implementation</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pkg_resources: fix ``Requirement`` hash/equality implementation</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>pkg_resources: fix ``Requirement`` hash/equality implementation</title>
<updated>2019-08-12T23:17:38+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2019-08-12T23:10:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=b03652f642a8ea04644eb7d5b38223148dea5611'/>
<id>b03652f642a8ea04644eb7d5b38223148dea5611</id>
<content type='text'>
Take PEP 508 direct URL into account.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Take PEP 508 direct URL into account.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #1790 : Include the file path in get_metadata() UnicodeDecodeErrors (#1791)</title>
<updated>2019-07-13T10:19:50+00:00</updated>
<author>
<name>Chris Jerdonek</name>
<email>chris.jerdonek@gmail.com</email>
</author>
<published>2019-07-13T10:19:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=67344c95b9402b4720d3c9e61d01096a6453efa6'/>
<id>67344c95b9402b4720d3c9e61d01096a6453efa6</id>
<content type='text'>
Include the file path in get_metadata() UnicodeDecodeErrors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include the file path in get_metadata() UnicodeDecodeErrors.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: fix `test_distribution_version_missing` to work with pytest&gt;=5.0</title>
<updated>2019-06-30T12:24:41+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2019-06-30T12:24:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=10fe6be3d61414bd6cd9ed723e961d7ea8f5fd61'/>
<id>10fe6be3d61414bd6cd9ed723e961d7ea8f5fd61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include file path when Version: missing</title>
<updated>2019-04-03T14:37:22+00:00</updated>
<author>
<name>Chris Jerdonek</name>
<email>chris.jerdonek@gmail.com</email>
</author>
<published>2019-02-22T12:15:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=80ec85c55b1470df6541473f674f41bdc6bc5268'/>
<id>80ec85c55b1470df6541473f674f41bdc6bc5268</id>
<content type='text'>
Related to pip's github issue pypa/pip#6194.

This has come up in pip's issue tracker (github) multiple times:

  - pypa/pip#6177
  - pypa/pip#6283
  - pypa/pip#6194
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related to pip's github issue pypa/pip#6194.

This has come up in pip's issue tracker (github) multiple times:

  - pypa/pip#6177
  - pypa/pip#6283
  - pypa/pip#6194
</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>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>
</feed>
