Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python2-pycparser-2.17-1.24 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python2-pycparser Distribution: SUSE Linux Enterprise 15
Version: 2.17 Vendor: SUSE LLC <https://www.suse.com/>
Release: 1.24 Build date: Fri May 25 22:10:41 2018
Group: Development/Languages/Python Build host: sheep22
Size: 1056755 Source RPM: python-pycparser-2.17-1.24.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/eliben/pycparser
Summary: C parser in Python
pycparser is a complete parser of the C language, written in pure Python using
the PLY parsing library. It parses C code into an AST and can serve as a
front-end for C compilers or analysis tools.

Provides

Requires

License

BSD-3-Clause

Changelog

* Fri Mar 24 2017 jmatejek@suse.com
  - sort out duplicate rpmlintrc
* Thu Mar 16 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 08 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 2016 p.drouand@gmail.com
  - Add python-pycparser-rpmlintrc to sources
* Thu Jan 07 2016 mvyskocil@opensuse.org
  - Tag added patch better
* Mon Nov 30 2015 mvyskocil@opensuse.org
  - Update to version 2.14
    * Added CParser parameter to specify output directory for generated parsing
      tables (#84).
    * Removed lcc's cpp and its license from the distribution. Using lcc's cpp
      is no longer recommended, now that Clang has binary builds available for
      Windows.
    2.13:
    * Added support for offsetof() the way gcc implements it (special builtin
      that takes a type as an argument).
    * Added faked va_* macros (these are expected to come from stdarg.h)
    * Added a bunch more fake headers and typedefs to support parsing C projects
      like Git and SQLite without modifications to pycparser.
    * Added support for empty initializer lists (#79).
  - Package fake_libc_include
    * switch to github release as pypi tarball don't contains all files
  - Add 0002-Add-missing-typedef-sa_family_t-from-sys-socket.h.patch
    * upstream patch enhancing the fake_libc_include
* Mon May 11 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 2013 speilicke@suse.com
  - Update to version 2.10:
    - A number of improvements in the handling of typedef-name ambiguities,
      contributed by Sye van der Veen in GitHub issue #1:
    * Allow shadowing of types by identifiers in inner scopes.
    * Allow struct field names to reside in a separate namespace and have
      the same names as types.
    * Allow duplicate typedefs in some cases to mimic real compiler behavior.
    - c_generator error for ExprList in expression context.
    - Assume default int type for functions whose argument or return types were
      not specified.
    - Relax the lexer a bit w.r.t. some integer suffixes and $ in identifier names
      (which is supported by some other compilers).
  - Package LICENSE
* Sat Apr 13 2013 toddrme2178@gmail.com
  - Remove pre_checkin.sh since the two packages are not the same
* Wed Feb 27 2013 p.drouand@gmail.com
  - Initial python3 support
* Sun Feb 10 2013 saschpe@suse.de
  - Initial version

Files

/usr/lib/python2.7/site-packages/pycparser
/usr/lib/python2.7/site-packages/pycparser-2.17-py2.7.egg-info
/usr/lib/python2.7/site-packages/pycparser/__init__.py
/usr/lib/python2.7/site-packages/pycparser/__init__.pyc
/usr/lib/python2.7/site-packages/pycparser/__init__.pyo
/usr/lib/python2.7/site-packages/pycparser/_ast_gen.py
/usr/lib/python2.7/site-packages/pycparser/_ast_gen.pyc
/usr/lib/python2.7/site-packages/pycparser/_ast_gen.pyo
/usr/lib/python2.7/site-packages/pycparser/_build_tables.py
/usr/lib/python2.7/site-packages/pycparser/_build_tables.pyc
/usr/lib/python2.7/site-packages/pycparser/_build_tables.pyo
/usr/lib/python2.7/site-packages/pycparser/_c_ast.cfg
/usr/lib/python2.7/site-packages/pycparser/ast_transforms.py
/usr/lib/python2.7/site-packages/pycparser/ast_transforms.pyc
/usr/lib/python2.7/site-packages/pycparser/ast_transforms.pyo
/usr/lib/python2.7/site-packages/pycparser/c_ast.py
/usr/lib/python2.7/site-packages/pycparser/c_ast.pyc
/usr/lib/python2.7/site-packages/pycparser/c_ast.pyo
/usr/lib/python2.7/site-packages/pycparser/c_generator.py
/usr/lib/python2.7/site-packages/pycparser/c_generator.pyc
/usr/lib/python2.7/site-packages/pycparser/c_generator.pyo
/usr/lib/python2.7/site-packages/pycparser/c_lexer.py
/usr/lib/python2.7/site-packages/pycparser/c_lexer.pyc
/usr/lib/python2.7/site-packages/pycparser/c_lexer.pyo
/usr/lib/python2.7/site-packages/pycparser/c_parser.py
/usr/lib/python2.7/site-packages/pycparser/c_parser.pyc
/usr/lib/python2.7/site-packages/pycparser/c_parser.pyo
/usr/lib/python2.7/site-packages/pycparser/lextab.py
/usr/lib/python2.7/site-packages/pycparser/lextab.pyc
/usr/lib/python2.7/site-packages/pycparser/lextab.pyo
/usr/lib/python2.7/site-packages/pycparser/ply
/usr/lib/python2.7/site-packages/pycparser/ply/__init__.py
/usr/lib/python2.7/site-packages/pycparser/ply/__init__.pyc
/usr/lib/python2.7/site-packages/pycparser/ply/__init__.pyo
/usr/lib/python2.7/site-packages/pycparser/ply/cpp.py
/usr/lib/python2.7/site-packages/pycparser/ply/cpp.pyc
/usr/lib/python2.7/site-packages/pycparser/ply/cpp.pyo
/usr/lib/python2.7/site-packages/pycparser/ply/ctokens.py
/usr/lib/python2.7/site-packages/pycparser/ply/ctokens.pyc
/usr/lib/python2.7/site-packages/pycparser/ply/ctokens.pyo
/usr/lib/python2.7/site-packages/pycparser/ply/lex.py
/usr/lib/python2.7/site-packages/pycparser/ply/lex.pyc
/usr/lib/python2.7/site-packages/pycparser/ply/lex.pyo
/usr/lib/python2.7/site-packages/pycparser/ply/yacc.py
/usr/lib/python2.7/site-packages/pycparser/ply/yacc.pyc
/usr/lib/python2.7/site-packages/pycparser/ply/yacc.pyo
/usr/lib/python2.7/site-packages/pycparser/ply/ygen.py
/usr/lib/python2.7/site-packages/pycparser/ply/ygen.pyc
/usr/lib/python2.7/site-packages/pycparser/ply/ygen.pyo
/usr/lib/python2.7/site-packages/pycparser/plyparser.py
/usr/lib/python2.7/site-packages/pycparser/plyparser.pyc
/usr/lib/python2.7/site-packages/pycparser/plyparser.pyo
/usr/lib/python2.7/site-packages/pycparser/yacctab.py
/usr/lib/python2.7/site-packages/pycparser/yacctab.pyc
/usr/lib/python2.7/site-packages/pycparser/yacctab.pyo
/usr/lib/python2.7/site-packages/utils
/usr/lib/python2.7/site-packages/utils/fake_libc_include
/usr/lib/python2.7/site-packages/utils/fake_libc_include/_ansi.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/_fake_defines.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/_fake_typedefs.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/_syslist.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/alloca.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/ar.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/argz.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/assert.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/complex.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/ctype.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/dirent.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/dlfcn.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/endian.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/envz.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/errno.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/fastmath.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/fcntl.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/features.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/fenv.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/float.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/getopt.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/grp.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/iconv.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/ieeefp.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/inttypes.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/iso646.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/langinfo.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/libgen.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/libintl.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/limits.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/locale.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/malloc.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/math.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/netdb.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/newlib.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/paths.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/process.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/pthread.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/pwd.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/reent.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/regdef.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/regex.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/sched.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/search.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/semaphore.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/setjmp.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/signal.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/stdarg.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/stdbool.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/stddef.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/stdint.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/stdio.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/stdlib.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/string.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/syslog.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/tar.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/termios.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/tgmath.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/time.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/unctrl.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/unistd.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/utime.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/utmp.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/wchar.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/wctype.h
/usr/lib/python2.7/site-packages/utils/fake_libc_include/zlib.h
/usr/share/doc/packages/python2-pycparser
/usr/share/doc/packages/python2-pycparser/LICENSE
/usr/share/doc/packages/python2-pycparser/README.rst
/usr/share/doc/packages/python2-pycparser/examples
/usr/share/doc/packages/python2-pycparser/examples/c-to-c.py
/usr/share/doc/packages/python2-pycparser/examples/c_files
/usr/share/doc/packages/python2-pycparser/examples/c_files/funky.c
/usr/share/doc/packages/python2-pycparser/examples/c_files/hash.c
/usr/share/doc/packages/python2-pycparser/examples/c_files/memmgr.c
/usr/share/doc/packages/python2-pycparser/examples/c_files/memmgr.h
/usr/share/doc/packages/python2-pycparser/examples/c_files/year.c
/usr/share/doc/packages/python2-pycparser/examples/cdecl.py
/usr/share/doc/packages/python2-pycparser/examples/explore_ast.py
/usr/share/doc/packages/python2-pycparser/examples/func_calls.py
/usr/share/doc/packages/python2-pycparser/examples/func_defs.py
/usr/share/doc/packages/python2-pycparser/examples/rewrite_ast.py
/usr/share/doc/packages/python2-pycparser/examples/using_cpp_libc.py
/usr/share/doc/packages/python2-pycparser/examples/using_gcc_E_libc.py


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024