<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/pkg_resources/__init__.py, branch bugfix/3525-error</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Add matching of normalized requirements to canonical packages</title>
<updated>2022-03-24T11:01:25+00:00</updated>
<author>
<name>Łukasz Daniluk</name>
<email>lukasz.dan@gmail.com</email>
</author>
<published>2022-03-06T22:11:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=3669910426979f6e7f136bd89d53df9be6a7700a'/>
<id>3669910426979f6e7f136bd89d53df9be6a7700a</id>
<content type='text'>
Signed-off-by: Łukasz Daniluk &lt;lukasz.dan@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Łukasz Daniluk &lt;lukasz.dan@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Vendor jaraco.text to supply yield_lines, drop_comment, and join_continuation.</title>
<updated>2022-01-30T02:18:18+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-01-24T03:06:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=fb4a1f79f497920c3aa5b95cdfba134cc72e1dfd'/>
<id>fb4a1f79f497920c3aa5b95cdfba134cc72e1dfd</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 #3045 from pypa/feature/refactor-parse-requirements</title>
<updated>2022-01-29T18:15:50+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-01-29T18:15:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=19c1dc09056d534e523332889c96ccf946a216ca'/>
<id>19c1dc09056d534e523332889c96ccf946a216ca</id>
<content type='text'>
Feature/refactor parse requirements</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Feature/refactor parse requirements</pre>
</div>
</content>
</entry>
<entry>
<title>Use super()</title>
<updated>2022-01-26T08:58:29+00:00</updated>
<author>
<name>谭九鼎</name>
<email>109224573@qq.com</email>
</author>
<published>2022-01-26T08:58:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=a7c6d64f76091d1cfd8297ba813fe4e901d00ce4'/>
<id>a7c6d64f76091d1cfd8297ba813fe4e901d00ce4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Consolidate behavior now that it fits on one line.</title>
<updated>2022-01-24T02:51:51+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-01-24T02:51:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=3eca9923d34ffab7be96802eed8029d0d7ab1fbf'/>
<id>3eca9923d34ffab7be96802eed8029d0d7ab1fbf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract function for joining continuations in lines.</title>
<updated>2022-01-24T02:47:11+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-01-24T02:47:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=2de9ab95cea180f1e24ff98988fc6abbb02b0b8a'/>
<id>2de9ab95cea180f1e24ff98988fc6abbb02b0b8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract function for dropping comments.</title>
<updated>2022-01-24T02:18:02+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-01-24T02:18:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=42ce1398e1576537966a9dbfbf63e5757dbb95e8'/>
<id>42ce1398e1576537966a9dbfbf63e5757dbb95e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for yield_lines.</title>
<updated>2022-01-24T02:06:20+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-01-24T02:06:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=944861f2e58d4c0755e3aa1e79fbce831318b9d5'/>
<id>944861f2e58d4c0755e3aa1e79fbce831318b9d5</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 #2918 from nitzmahone/fix_nonlegacy_loader</title>
<updated>2022-01-11T01:44:52+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-01-11T01:44:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=8fd31fc941d65ca51057b00f99ea0836c56f2dc7'/>
<id>8fd31fc941d65ca51057b00f99ea0836c56f2dc7</id>
<content type='text'>
fix `pkg_resources` import failures w/ py3-only loaders</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix `pkg_resources` import failures w/ py3-only loaders</pre>
</div>
</content>
</entry>
<entry>
<title>Use MappingProxyType to ensure immutability.</title>
<updated>2022-01-06T23:45:32+00:00</updated>
<author>
<name>Matthew Suozzo</name>
<email>msuozzo@google.com</email>
</author>
<published>2022-01-06T23:45:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=6c18ba25ccdc3f3efc38e7b2c8293b89e4498ecf'/>
<id>6c18ba25ccdc3f3efc38e7b2c8293b89e4498ecf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
