14
0

Accepting request 637730 from home:TheBlackCat:branches:devel:languages:python

- Update to 2.19
  - PR #277: Fix parsing of floating point literals
  - PR #254: Add support for parsing empty structs
  - PR #240: Fix enum formatting in generated C code (also #216)
  - PR #222: Add support for #pragma in struct declarations
- Rebase fix-lexer-build.patch

OBS-URL: https://build.opensuse.org/request/show/637730
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycparser?expand=0&rev=20
This commit is contained in:
Todd R
2018-09-24 16:34:31 +00:00
committed by Git OBS Bridge
parent 5442a183b9
commit f289a00ad2
5 changed files with 24 additions and 14 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Sep 24 16:27:58 UTC 2018 - Todd R <toddrme2178@gmail.com>
- Update to 2.19
- PR #277: Fix parsing of floating point literals
- PR #254: Add support for parsing empty structs
- PR #240: Fix enum formatting in generated C code (also #216)
- PR #222: Add support for #pragma in struct declarations
- Rebase fix-lexer-build.patch
-------------------------------------------------------------------
Wed Jul 12 05:50:39 UTC 2017 - tbechtold@suse.com