Accepting request 1202985 from devel:languages:python
- update to 3.3.4: * Fix regression with f-string inference. * Fix bug with ``manager.clear_cache()`` not fully clearing cache * Fix a crash from inferring empty format specs. * Fix inference regression with property setters. * Add annotation-only instance attributes to attrs classes to fix `no-member` false positives. * Restore support for soft-deprecated members of the ``typing`` module with python 3.13. * Fix a crash introduced in 3.3.0 involving invalid format strings. OBS-URL: https://build.opensuse.org/request/show/1202985 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astroid?expand=0&rev=54
This commit is contained in:
commit
5ea4b747ff
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5da09c3adce28afa8686b9753fe7d0c7ad04ace41cfe34f62761c659402de0d
|
||||
size 463962
|
3
astroid-3.3.4-gh.tar.gz
Normal file
3
astroid-3.3.4-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8cbc787cb73974a3190384aef9c426b8bffd32a77e2ff1b6f78b7d7e60ae891
|
||||
size 465703
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 24 13:54:23 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.3.4:
|
||||
* Fix regression with f-string inference.
|
||||
* Fix bug with ``manager.clear_cache()`` not fully clearing
|
||||
cache
|
||||
* Fix a crash from inferring empty format specs.
|
||||
* Fix inference regression with property setters.
|
||||
* Add annotation-only instance attributes to attrs classes to
|
||||
fix `no-member` false positives.
|
||||
* Restore support for soft-deprecated members of the ``typing``
|
||||
module with python 3.13.
|
||||
* Fix a crash introduced in 3.3.0 involving invalid format
|
||||
strings.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 6 09:29:26 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-astroid
|
||||
Version: 3.3.0
|
||||
Version: 3.3.4
|
||||
Release: 0
|
||||
Summary: Representation of Python source as an AST for pylint
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user