<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git, branch v47.3.2</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>Bump version: 47.3.1 → 47.3.2</title>
<updated>2020-07-03T09:03:35+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-07-03T09:03:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=78928efa890109410b315b03a225c9fc5f041ff8'/>
<id>78928efa890109410b315b03a225c9fc5f041ff8</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 #2200 from slwatkins/docs/fix_typo_in_developer-guide</title>
<updated>2020-07-02T23:45:17+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-07-02T23:45:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=35d5f720f06b5c94b26ad572faf48cfe820338d2'/>
<id>35d5f720f06b5c94b26ad572faf48cfe820338d2</id>
<content type='text'>
Fix typo in path to vendored.txt</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix typo in path to vendored.txt</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2224 from pypa/better-cov</title>
<updated>2020-07-02T21:43:05+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-07-02T21:43:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=382c736eac05ce9029f334a038f81d78c868f091'/>
<id>382c736eac05ce9029f334a038f81d78c868f091</id>
<content type='text'>
Improve coverage configuration</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improve coverage configuration</pre>
</div>
</content>
</entry>
<entry>
<title>More directly disable coverage when running tests on pypy.</title>
<updated>2020-07-02T16:26:16+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-07-02T16:26:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=c897b90cbcd2d5a907d3b677f7229c2be7c44528'/>
<id>c897b90cbcd2d5a907d3b677f7229c2be7c44528</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move coverage configuration to .coveragerc. Saves characters and separates concerns.</title>
<updated>2020-07-02T16:07:44+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-07-02T16:07:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=4bac4653d026922eefcedc40bdf90b2db2f90e75'/>
<id>4bac4653d026922eefcedc40bdf90b2db2f90e75</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 #2071 from alexhenrie/imp</title>
<updated>2020-06-22T00:19:23+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-06-22T00:19:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=2a55538aaf5cbcfeaf3e8b79866d3144fb8c324a'/>
<id>2a55538aaf5cbcfeaf3e8b79866d3144fb8c324a</id>
<content type='text'>
Use importlib instead of imp in __bootstrap__ functions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use importlib instead of imp in __bootstrap__ functions</pre>
</div>
</content>
</entry>
<entry>
<title>Use importlib instead of imp in __bootstrap__ functions</title>
<updated>2020-06-21T22:39:53+00:00</updated>
<author>
<name>Alex Henrie</name>
<email>alexhenrie24@gmail.com</email>
</author>
<published>2020-06-21T22:39:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=4516d87036f971a4c98900301b6354c0aae73dc8'/>
<id>4516d87036f971a4c98900301b6354c0aae73dc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version: 47.3.0 → 47.3.1</title>
<updated>2020-06-16T21:29:27+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-06-16T21:29:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=145a78cdc1afb4ce0c0208ae86a00708eb79d27b'/>
<id>145a78cdc1afb4ce0c0208ae86a00708eb79d27b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the change backward-compatible, since v47 was the breaking change. Ref #1973.</title>
<updated>2020-06-16T21:29:18+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-06-16T21:29:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=08ae4203c9feef98d4c2dffd2bd48308fdc5bee6'/>
<id>08ae4203c9feef98d4c2dffd2bd48308fdc5bee6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore __requires__ directive for compatibility. Fixes #2198.</title>
<updated>2020-06-16T21:22:06+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-06-16T21:21:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=97a686d4e65fb30f0db4be3e498792b531942128'/>
<id>97a686d4e65fb30f0db4be3e498792b531942128</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
