Hello community, here is the log from the commit of package python3-pycparser for openSUSE:Factory checked in at 2015-04-25 21:51:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-pycparser (Old) and /work/SRC/openSUSE:Factory/.python3-pycparser.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-pycparser" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-pycparser/python3-pycparser.changes 2014-09-03 21:00:32.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-pycparser.new/python3-pycparser.changes 2015-04-25 21:51:10.000000000 +0200 @@ -1,0 +2,26 @@ +Sat Apr 25 18:31:32 UTC 2015 - a...@gmx.de + +- specfile: + * update copyright year + * updated url + +- 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 (iseue + #76). Fixed by adding __weakref__ to __slots__. + +- 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). + +------------------------------------------------------------------- Old: ---- pycparser-2.10.tar.gz New: ---- pycparser-2.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-pycparser.spec ++++++ --- /var/tmp/diff_new_pack.Ltvrmt/_old 2015-04-25 21:51:10.000000000 +0200 +++ /var/tmp/diff_new_pack.Ltvrmt/_new 2015-04-25 21:51:10.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package python-pycparser +# spec file for package python3-pycparser # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -13,15 +13,16 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python3-pycparser -Version: 2.10 +Version: 2.12 Release: 0 -License: BSD-3-Clause Summary: C parser in Python -Url: https://bitbucket.org/eliben/pycparser +License: BSD-3-Clause Group: Development/Languages/Python +Url: https://github.com/eliben/pycparser Source: http://pypi.python.org/packages/source/p/pycparser/pycparser-%{version}.tar.gz BuildRequires: python3 BuildRequires: python3-devel ++++++ pycparser-2.10.tar.gz -> pycparser-2.12.tar.gz ++++++ ++++ 3701 lines of diff (skipped)