<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/pkg_resources, branch bugfix/2129-better-egg-detection</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Keep the full path for each entry when enumerating entries for a candidate path.</title>
<updated>2020-07-03T16:56:39+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-07-03T16:55:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=9372bf7d7f63136758196dd86688f00602b7a494'/>
<id>9372bf7d7f63136758196dd86688f00602b7a494</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>In pkg_resources, no longer detect any pathname ending in .egg as a Python egg. Now the path must be an unpacked egg or a zip file. Fixes #2129.</title>
<updated>2020-05-28T11:22:30+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-05-28T11:03:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=965ec0df1ffa98ba5d8913a2770daaf5b92b0a0d'/>
<id>965ec0df1ffa98ba5d8913a2770daaf5b92b0a0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract _parents function and _set_egg method. Reword comment.</title>
<updated>2020-05-28T11:19:38+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-05-28T11:10:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=11051abd79b04782d759720a4d9dac2d2bbbf49c'/>
<id>11051abd79b04782d759720a4d9dac2d2bbbf49c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use new link to sunset page. Ref #2134.</title>
<updated>2020-05-26T22:12:33+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-05-26T22:12:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=7b25b1a6a70577fdadbadb75b55a80a328143848'/>
<id>7b25b1a6a70577fdadbadb75b55a80a328143848</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Force fail on Python 2. When doing so, emit an error that directs users to the latest guidance. Fixes #2094.</title>
<updated>2020-05-24T20:06:52+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-05-24T20:06:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=64b1a6fa12f7d4f6508008541adbebdcd6ee20a8'/>
<id>64b1a6fa12f7d4f6508008541adbebdcd6ee20a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Just remove fragment remover. PyPI no longer supplies these md5 values anyway. Fixes #2089.</title>
<updated>2020-05-13T01:06:18+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-05-12T23:58:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=d1dccc76ef90497788b5c839918d775585044f5a'/>
<id>d1dccc76ef90497788b5c839918d775585044f5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>👹 Feed the hobgoblins (delint).</title>
<updated>2020-05-13T01:05:32+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-05-13T00:34:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=322734cfa00d3d5bffb9af02c780ee8e33142e5b'/>
<id>322734cfa00d3d5bffb9af02c780ee8e33142e5b</id>
<content type='text'>
Fixes #2107
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #2107
</pre>
</div>
</content>
</entry>
<entry>
<title>To assess the directoriness of an entry, include the path of that entry.</title>
<updated>2020-05-10T20:18:22+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-05-10T20:18:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=5638e4783fc0f4f5cc40e7ecfab0500983826fa0'/>
<id>5638e4783fc0f4f5cc40e7ecfab0500983826fa0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test failures when 'foo.dist-info' does not exist</title>
<updated>2020-05-10T20:05:51+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-05-10T20:05:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=7b0a818f9a877d5e1fe558cf1a817bf2034ddf9f'/>
<id>7b0a818f9a877d5e1fe558cf1a817bf2034ddf9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into check-file-distinfo</title>
<updated>2020-05-10T19:56:25+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-05-10T19:56:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=b41a4c193e402d8af04f2ad606391d86ff75fb8f'/>
<id>b41a4c193e402d8af04f2ad606391d86ff75fb8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
