14
0

Accepting request 509613 from home:tbechtold:branches:devel:languages:python

- update to 2.18:
  - PR #161 & #184: Update bundled PLY version to 3.10
  - PR #158: Add support for the __int128 type.
  - PR #169: Handle more tricky TYPEID in declarators.
  - PR #178: Add columns to the coord of each node

OBS-URL: https://build.opensuse.org/request/show/509613
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycparser?expand=0&rev=18
This commit is contained in:
2017-07-12 09:15:39 +00:00
committed by Git OBS Bridge
parent da705d120c
commit 5442a183b9
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jul 12 05:50:39 UTC 2017 - tbechtold@suse.com
- update to 2.18:
- PR #161 & #184: Update bundled PLY version to 3.10
- PR #158: Add support for the __int128 type.
- PR #169: Handle more tricky TYPEID in declarators.
- PR #178: Add columns to the coord of each node
-------------------------------------------------------------------
Fri Mar 24 17:09:01 UTC 2017 - jmatejek@suse.com