15
0

Accepting request 999550 from home:bnavigator:branches:devel:languages:python

- Update to 2.12.4
  * Fixed a crash involving non-standard type comments such as
    `# type: # any comment`.
- Big changelog since 2.9.3, see file Changelog
  * mostly crash fixes
  * Python >= 3.7 is required

OBS-URL: https://build.opensuse.org/request/show/999550
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=69
This commit is contained in:
2022-08-29 11:32:08 +00:00
committed by Git OBS Bridge
parent 6dbe21c7b4
commit 55a699f6d9
4 changed files with 29 additions and 12 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Aug 27 10:10:36 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 2.12.4
* Fixed a crash involving non-standard type comments such as
`# type: # any comment`.
- Big changelog since 2.9.3, see file Changelog
* mostly crash fixes
* Python >= 3.7 is required
-------------------------------------------------------------------
Sat Jan 15 16:43:55 UTC 2022 - Dirk Müller <dmueller@suse.com>