15
0

Accepting request 1189035 from home:glaubitz:branches:devel:languages:python

- Update to 3.2.4
  * Avoid reporting unary/binary op type errors when inference
    is ambiguous.
- from version 3.2.3
  * Fix ``AssertionError`` when inferring a property consisting
    of a partial function.

OBS-URL: https://build.opensuse.org/request/show/1189035
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=103
This commit is contained in:
2024-07-22 18:48:53 +00:00
committed by Git OBS Bridge
parent 0f2444c4ae
commit d82fae8b9f
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jul 22 12:43:32 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.2.4
* Avoid reporting unary/binary op type errors when inference
is ambiguous.
- from version 3.2.3
* Fix ``AssertionError`` when inferring a property consisting
of a partial function.
-------------------------------------------------------------------
Sun Jun 30 22:03:18 UTC 2024 - Dirk Müller <dmueller@suse.com>