<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/tests/config/test_expand.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>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://91.123.203.49/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://91.123.203.49/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>Simplify auto-discovered package_dir</title>
<updated>2022-04-05T09:44:50+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-04-04T19:42:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=00b4fb1aef3feb77f9db0cd05bfeb02d1fa1cf75'/>
<id>00b4fb1aef3feb77f9db0cd05bfeb02d1fa1cf75</id>
<content type='text'>
If the directory follows a src-layout-ish, try harder to
make `package_dir` in the form `{"": "src"}`.

This might be later important for PEP 660 (e.g. when composing pth
files or symlinking the toplevel packages).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the directory follows a src-layout-ish, try harder to
make `package_dir` in the form `{"": "src"}`.

This might be later important for PEP 660 (e.g. when composing pth
files or symlinking the toplevel packages).
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure dynamic classifiers don't fail on unexisting files</title>
<updated>2022-03-25T16:38:05+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-03-25T16:38:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=7c9761ac1a1608300280d916927dbdb9e6d39974'/>
<id>7c9761ac1a1608300280d916927dbdb9e6d39974</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change tests for resolve_class to consider different layouts</title>
<updated>2022-03-24T16:06:13+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-03-24T10:44:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=d489141419688ae3cb87d70506c774011aa8a3cb'/>
<id>d489141419688ae3cb87d70506c774011aa8a3cb</id>
<content type='text'>
Although this situation is different from the one described in #3000,
that issue served as inspiration behind this change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Although this situation is different from the one described in #3000,
that issue served as inspiration behind this change.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add unit test for read_attr</title>
<updated>2022-03-24T15:26:07+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-03-23T11:51:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=f86e9346300f9e893c9b473839af1e0e04e5dc65'/>
<id>f86e9346300f9e893c9b473839af1e0e04e5dc65</id>
<content type='text'>
Closes #3176
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #3176
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow expand.find_packges to fill package_dir</title>
<updated>2022-03-09T15:07:57+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-03-05T18:21:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=83d11a1402a800d6b9617c2dbb514fbf8de38591'/>
<id>83d11a1402a800d6b9617c2dbb514fbf8de38591</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Find namespaces by default when using config in 'pyproject.toml'</title>
<updated>2022-03-05T14:54:35+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-02-19T20:30:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=54f61809ed9da2a1ab3d14f7a8f06c3d74ad799c'/>
<id>54f61809ed9da2a1ab3d14f7a8f06c3d74ad799c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Parametrize test_expand.test_find_packages</title>
<updated>2022-03-05T09:56:48+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-02-09T15:52:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=e5d2bc8607988f776187bd6f805e56556437bd04'/>
<id>e5d2bc8607988f776187bd6f805e56556437bd04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure proper exception matching in test_expand</title>
<updated>2022-03-05T09:56:48+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-02-09T15:36:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=82779f9ccf44e0d6cb4e52f960a9fe66e6c0dc01'/>
<id>82779f9ccf44e0d6cb4e52f960a9fe66e6c0dc01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
