<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/pkg_resources/__init__.py, 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>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>Add Distribution._get_version() for DRY</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-21T23:58:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=52939bcc8f549f6c8fef4bf76e09a20d0bf62e44'/>
<id>52939bcc8f549f6c8fef4bf76e09a20d0bf62e44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
