<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/tests, branch v63.2.0</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>Use text mode for subprocess, avoiding unicode sandwich.</title>
<updated>2022-07-04T14:27:29+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-07-04T14:23:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=a56be0e5f6aa6ca4df92a5b09cc172f7c3120e30'/>
<id>a56be0e5f6aa6ca4df92a5b09cc172f7c3120e30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>setuptools/tests: minor cleanup</title>
<updated>2022-07-02T14:09:17+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2022-07-02T14:05:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=26ff94e90a4da3e4faf085f9e9d02d1409585128'/>
<id>26ff94e90a4da3e4faf085f9e9d02d1409585128</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>setuptools: add test for distutils' entrypoints using extras</title>
<updated>2022-07-02T14:09:17+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2022-06-28T09:12:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=aa4fa92cfb9cd32e8d4a2cfe3f52e783209c32e7'/>
<id>aa4fa92cfb9cd32e8d4a2cfe3f52e783209c32e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow `file` directive for dependencies (#3253, #3255)</title>
<updated>2022-06-19T18:16:11+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-06-19T18:16:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=21d5b5789b9eca91c65ef75753d15ea478c9240f'/>
<id>21d5b5789b9eca91c65ef75753d15ea478c9240f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test_expand: Add example for annotated assignment without value</title>
<updated>2022-06-19T07:27:53+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-06-19T07:26:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=0488436c5831564a9746707ec3f54e403fffbf98'/>
<id>0488436c5831564a9746707ec3f54e403fffbf98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for annotated assignments to static attribute lookup.</title>
<updated>2022-06-19T02:24:36+00:00</updated>
<author>
<name>Karl Otness</name>
<email>karl@karlotness.com</email>
</author>
<published>2022-06-16T01:05:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=685c80c864f05ee37db31246ff125639aa38432e'/>
<id>685c80c864f05ee37db31246ff125639aa38432e</id>
<content type='text'>
When walking the ast of a module, look for AnnAssign nodes in addition
to Assign to support assignments with type annotations, for example.
Since we have to read different attributes, split the generators into
a for loop. Existing ast.Assign nodes follow the same processing as
before.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When walking the ast of a module, look for AnnAssign nodes in addition
to Assign to support assignments with type annotations, for example.
Since we have to read different attributes, split the generators into
a for loop. Existing ast.Assign nodes follow the same processing as
before.
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed some spelling mistakes,</title>
<updated>2022-06-14T20:27:12+00:00</updated>
<author>
<name>Bastian Venthur</name>
<email>venthur@debian.org</email>
</author>
<published>2022-06-14T19:13:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=5b265be6a423b8906b1069e75a66fcefcddf8a6b'/>
<id>5b265be6a423b8906b1069e75a66fcefcddf8a6b</id>
<content type='text'>
that's all :)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
that's all :)
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow `file:` for `requires` statements in setup.cfg</title>
<updated>2022-06-14T11:51:56+00:00</updated>
<author>
<name>Aarni Koskela</name>
<email>akx@iki.fi</email>
</author>
<published>2022-04-06T13:06:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=40fbbf2e7062f8482161576db8366cd4a7caaa93'/>
<id>40fbbf2e7062f8482161576db8366cd4a7caaa93</id>
<content type='text'>
Refs #1951
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs #1951
</pre>
</div>
</content>
</entry>
<entry>
<title>Add setuptools.command.build (#3256)</title>
<updated>2022-06-13T09:31:01+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-06-13T09:31:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=8f31d52401a09df3e372279be7509a56b024042a'/>
<id>8f31d52401a09df3e372279be7509a56b024042a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate test for build sub commands</title>
<updated>2022-06-09T20:13:12+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-06-09T20:13:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=6c8fe78bd98adac3796b9b01983be5af270637ec'/>
<id>6c8fe78bd98adac3796b9b01983be5af270637ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
