14
0

- update to 2.21:

- Much improved support for C11 (multiple PRs)
  - Support for parehthesized compount statements (#423)
  - Support for modern Python versions (3.9 and 3.10)
  - Fix support for structs with nested enums (#387)
  - Multiple small bug fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycparser?expand=0&rev=29
This commit is contained in:
2021-11-29 15:48:01 +00:00
committed by Git OBS Bridge
parent 30c072d111
commit 5782eb35d2
5 changed files with 22 additions and 11 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Nov 29 15:44:31 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2.21:
- Much improved support for C11 (multiple PRs)
- Support for parehthesized compount statements (#423)
- Support for modern Python versions (3.9 and 3.10)
- Fix support for structs with nested enums (#387)
- Multiple small bug fixes
-------------------------------------------------------------------
Mon Mar 9 20:59:13 UTC 2020 - Dirk Mueller <dmueller@suse.com>