14
0

Accepting request 480701 from devel:languages:python:singlespec

singlespec + version update

OBS-URL: https://build.opensuse.org/request/show/480701
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycparser?expand=0&rev=15
This commit is contained in:
Jan Matejek
2017-03-16 18:01:40 +00:00
committed by Git OBS Bridge
parent 1b52f3e2ad
commit 81e2118931
7 changed files with 89 additions and 41 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Mar 16 16:15:40 UTC 2017 - jmatejek@suse.com
- update to 2.17
- PR #121: Update bundled PLY version to 3.8
- Issue #117: Fix parsing of extra semi-colons inside structure declarations.
- PR #109: Update c_generator to add {} around nested named initializers.
- PR #101: Added support for parsing pragmas into the AST.
- Additional fake headers and typedefs, manifest fixes (#97, #106, #111).
- Testing with Python 3.5 instead of 3.3 now (3.4 and 3.5 are the 3.x versions
tested).
- PR #145: More complete support for offsetof()
- Issue #116: Fix line numbers recorded for empty and compound statements.
- Minor performance improvement to the invalid string literal regex.
- drop upstreamed 0002-Add-missing-typedef-sa_family_t-from-sys-socket.h.patch
- move source url to pypi
-------------------------------------------------------------------
Thu Dec 8 16:40:11 UTC 2016 - jmatejek@suse.com
- update for multipython build
- move fake_libc to site-packages, where it can be found by pkg_resources
* this also prevents file conflict between python2 and python3
- fix-lexer-build.patch: fix build process to better generate parser/lexer
files
-------------------------------------------------------------------
Sat Jan 16 14:31:31 UTC 2016 - p.drouand@gmail.com