<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/extension.py, branch v67.3.2</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>Merge 'main' into feature/pep660</title>
<updated>2022-08-06T19:20:20+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-08-06T19:20:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=5aa389c770e0d58eb8c0999f8888fb65845d4f73'/>
<id>5aa389c770e0d58eb8c0999f8888fb65845d4f73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Silence sphinx errors for reference it cannot find</title>
<updated>2022-08-06T18:39:55+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-08-06T18:27:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=d138ec08efc2dbaebb8752e215e324f38bd807a2'/>
<id>d138ec08efc2dbaebb8752e215e324f38bd807a2</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 'main' into feature/pep660</title>
<updated>2022-08-05T09:32:28+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-08-05T09:32:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ccca622fa78296503f3c2c7deddca7ecd2b61fc6'/>
<id>ccca622fa78296503f3c2c7deddca7ecd2b61fc6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore newline, lost when removing spaces using Github UI.</title>
<updated>2022-07-31T19:02:44+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-07-31T19:02:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=963c9fee031e2c2ee61cd07c74fb5e5d1ee23a21'/>
<id>963c9fee031e2c2ee61cd07c74fb5e5d1ee23a21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove extraneous whitespace.</title>
<updated>2022-07-31T19:01:54+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-07-31T19:01:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=09b89e91ef6d309b836eabdb2a482fe495289f5d'/>
<id>09b89e91ef6d309b836eabdb2a482fe495289f5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Mention that Extension(..., runtime_library_dirs) raises on Windows</title>
<updated>2022-07-31T01:30:50+00:00</updated>
<author>
<name>DWesl</name>
<email>22566757+DWesl@users.noreply.github.com</email>
</author>
<published>2022-07-31T01:30:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=5e258414699ad0ca0fed910a98dd9e6bb7436065'/>
<id>5e258414699ad0ca0fed910a98dd9e6bb7436065</id>
<content type='text'>
May want a closer match to the exception message to make it easier to search, but this should help.

Inspired by #3450.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
May want a closer match to the exception message to make it easier to search, but this should help.

Inspired by #3450.</pre>
</div>
</content>
</entry>
<entry>
<title>Make it possible for build_ext to export the output mapping</title>
<updated>2022-06-19T17:12:37+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-06-19T17:12:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=075a3c801910a6b65dccf8b9eb26a0637315627a'/>
<id>075a3c801910a6b65dccf8b9eb26a0637315627a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make it easier to read the docstring for setuptools/extension</title>
<updated>2022-06-14T09:29:52+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-06-14T09:16:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=8ff090aacb9215893fd9af45343a0e0e1200f14e'/>
<id>8ff090aacb9215893fd9af45343a0e0e1200f14e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix missing intersphinx reference in Extension docstring</title>
<updated>2022-06-14T09:29:52+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-06-14T08:58:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=0953ce60f3eceed8305158183fd480f8e4d82f2f'/>
<id>0953ce60f3eceed8305158183fd480f8e4d82f2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add docstring documentation to setuptools.Extension</title>
<updated>2022-06-14T09:29:52+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-06-14T01:06:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=6e4a1f394de2848f8adf99acc4ca4961b3cb009d'/>
<id>6e4a1f394de2848f8adf99acc4ca4961b3cb009d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
