11
0

Accepting request 306384 from home:benoit_monin:branches:devel:languages:python

- update to version 2.12
- update project URL
- fix end of line encoding of LICENSE

OBS-URL: https://build.opensuse.org/request/show/306384
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycparser?expand=0&rev=8
This commit is contained in:
Denisart Benjamin
2015-05-16 12:51:48 +00:00
committed by Git OBS Bridge
parent cf04576845
commit 5f665950be
4 changed files with 33 additions and 7 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon May 11 14:59:40 UTC 2015 - benoit.monin@gmx.fr
- update to version 2.12:
* This is a fix release for 2.11; the memory optimization with
__slots__ on Coord and AST nodes didn't take weakrefs into
account, which broke cffi and its many dependents (issue #76).
Fixed by adding __weakref__ to __slots__.
- additional changes from version 2.11:
* Add support for C99 6.5.3.7 p7 - qualifiers within array
dimensions in function declarations. Started with issue #21
(reported with initial patch by Robin Martinjak).
* Issue #27: bug in handling of unified wstring literals.
* Issue #28: fix coord reporting for 'for' loops.
* Added ``examples/using_gcc_E_libc.py`` to demonstrate how ``gcc
-E`` can be used instead of ``cpp`` for preprocessing.
* Pull request #64: support keywords like const, volatile,
restrict and static in dimensions in array declarations.
* Reduce memory usage of AST nodes (issue #72).
* Parsing order of nested pointer declarations fixed (issue #68).
- update project URL
- fix end of line encoding of LICENSE
-------------------------------------------------------------------
Mon Aug 12 08:45:29 UTC 2013 - speilicke@suse.com