<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/astroid-git.git, branch v2.8.5</title>
<subtitle>github.com: PyCQA/astroid.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/'/>
<entry>
<title>Bump astroid to 2.8.5, update changelog</title>
<updated>2021-11-12T15:09:39+00:00</updated>
<author>
<name>Pierre Sassoulas</name>
<email>pierre.sassoulas@gmail.com</email>
</author>
<published>2021-11-12T15:09:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=8e6a446ed87ada6a45c37e04f5eeb2b939d19df4'/>
<id>8e6a446ed87ada6a45c37e04f5eeb2b939d19df4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More permissive version for typed-ast</title>
<updated>2021-11-12T14:51:12+00:00</updated>
<author>
<name>Pierre Sassoulas</name>
<email>pierre.sassoulas@gmail.com</email>
</author>
<published>2021-11-12T14:44:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=dac99b9ff684a0060474f7a174b45d141e605502'/>
<id>dac99b9ff684a0060474f7a174b45d141e605502</id>
<content type='text'>
Closes #1237
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1237
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve filtering of ``NamedExpr``, particularly within ``If`` nodes (#1233)</title>
<updated>2021-11-12T14:48:58+00:00</updated>
<author>
<name>Daniël van Noord</name>
<email>13665637+DanielNoord@users.noreply.github.com</email>
</author>
<published>2021-11-12T14:48:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=1f7d81c7d69e01d6e1d95c967d544f1dcf058213'/>
<id>1f7d81c7d69e01d6e1d95c967d544f1dcf058213</id>
<content type='text'>
* Improve filtering of ``NamedExpr``, particularly within ``If`` nodes

Co-authored-by: Pierre Sassoulas &lt;pierre.sassoulas@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Improve filtering of ``NamedExpr``, particularly within ``If`` nodes

Co-authored-by: Pierre Sassoulas &lt;pierre.sassoulas@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[pre-commit.ci] pre-commit autoupdate</title>
<updated>2021-11-08T21:15:29+00:00</updated>
<author>
<name>pre-commit-ci[bot]</name>
<email>66853113+pre-commit-ci[bot]@users.noreply.github.com</email>
</author>
<published>2021-11-08T21:07:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=dbfc931234b59a1c3413efa227793d2243878759'/>
<id>dbfc931234b59a1c3413efa227793d2243878759</id>
<content type='text'>
updates:
- [github.com/PyCQA/isort: 5.9.3 → 5.10.0](https://github.com/PyCQA/isort/compare/5.9.3...5.10.0)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
updates:
- [github.com/PyCQA/isort: 5.9.3 → 5.10.0](https://github.com/PyCQA/isort/compare/5.9.3...5.10.0)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crash on inference of __len__ (#1234)</title>
<updated>2021-11-08T11:25:14+00:00</updated>
<author>
<name>Daniël van Noord</name>
<email>13665637+DanielNoord@users.noreply.github.com</email>
</author>
<published>2021-11-08T11:25:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=e1ecb6d3d5a6555a807ab3db0f2f938d8d73e95c'/>
<id>e1ecb6d3d5a6555a807ab3db0f2f938d8d73e95c</id>
<content type='text'>
Co-authored-by: Marc Mueller &lt;30130371+cdce8p@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Marc Mueller &lt;30130371+cdce8p@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Add typing and deprecation warnings to ``NodeNG.statement`` (#1217)</title>
<updated>2021-11-07T17:49:18+00:00</updated>
<author>
<name>Daniël van Noord</name>
<email>13665637+DanielNoord@users.noreply.github.com</email>
</author>
<published>2021-11-07T17:49:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=b62f243b16b7f435c8be869577959e95a7927a91'/>
<id>b62f243b16b7f435c8be869577959e95a7927a91</id>
<content type='text'>
Co-authored-by: Marc Mueller &lt;30130371+cdce8p@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Marc Mueller &lt;30130371+cdce8p@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Small changes (#1232)</title>
<updated>2021-11-06T14:22:51+00:00</updated>
<author>
<name>Marc Mueller</name>
<email>30130371+cdce8p@users.noreply.github.com</email>
</author>
<published>2021-11-06T14:22:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=62f3cfb18eb5e7d27f69f32c7412972d8bfff5fe'/>
<id>62f3cfb18eb5e7d27f69f32c7412972d8bfff5fe</id>
<content type='text'>
* Based on suggestions from #1218</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Based on suggestions from #1218</pre>
</div>
</content>
</entry>
<entry>
<title>[pre-commit.ci] pre-commit autoupdate</title>
<updated>2021-11-01T22:08:00+00:00</updated>
<author>
<name>pre-commit-ci[bot]</name>
<email>66853113+pre-commit-ci[bot]@users.noreply.github.com</email>
</author>
<published>2021-11-01T21:18:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=cdf8a2a9813128db5732a792434b89967c6fb701'/>
<id>cdf8a2a9813128db5732a792434b89967c6fb701</id>
<content type='text'>
updates:
- [github.com/psf/black: 21.9b0 → 21.10b0](https://github.com/psf/black/compare/21.9b0...21.10b0)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
updates:
- [github.com/psf/black: 21.9b0 → 21.10b0](https://github.com/psf/black/compare/21.9b0...21.10b0)
</pre>
</div>
</content>
</entry>
<entry>
<title>Move back to a dev version following 2.8.4 release</title>
<updated>2021-10-25T20:04:18+00:00</updated>
<author>
<name>Pierre Sassoulas</name>
<email>pierre.sassoulas@gmail.com</email>
</author>
<published>2021-10-25T20:04:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=6463dee0f5819ddfa344628aa504f226198f48fd'/>
<id>6463dee0f5819ddfa344628aa504f226198f48fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump astroid to 2.8.4, update changelog</title>
<updated>2021-10-25T20:02:34+00:00</updated>
<author>
<name>Pierre Sassoulas</name>
<email>pierre.sassoulas@gmail.com</email>
</author>
<published>2021-10-25T20:02:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=4c3b3b316e280a04d0a5ca7c481430be3b8d7a00'/>
<id>4c3b3b316e280a04d0a5ca7c481430be3b8d7a00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
