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

python3-pycparser-2.20-14.fc40 RPM for noarch

From Fedora Rawhide for s390x / p

Name: python3-pycparser Distribution: Fedora Project
Version: 2.20 Vendor: Fedora Project
Release: 14.fc40 Build date: Fri Jan 26 09:30:58 2024
Group: Unspecified Build host: buildvm-x86-18.iad2.fedoraproject.org
Size: 859671 Source RPM: python-pycparser-2.20-14.fc40.src.rpm
Packager: Fedora Project
Url: http://github.com/eliben/pycparser
Summary: C parser and AST generator written in Python
pycparser is a complete parser for the C language, written in pure Python.
It is a module designed to be easily integrated into applications that
need to parse C source code.

Provides

Requires

License

BSD-3-Clause

Changelog

* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.20-14
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.20-13
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Aug 22 2023 Rob Crittenden <rcritten@redhat.com> - 2.20-12
  - migrated to SPDX license
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.20-11
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 2.20-10
  - Rebuilt for Python 3.12
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.20-9
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.20-8
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.20-7
  - Rebuilt for Python 3.11

Files

/usr/lib/python3.12/site-packages/pycparser
/usr/lib/python3.12/site-packages/pycparser-2.20-py3.12.egg-info
/usr/lib/python3.12/site-packages/pycparser-2.20-py3.12.egg-info/PKG-INFO
/usr/lib/python3.12/site-packages/pycparser-2.20-py3.12.egg-info/SOURCES.txt
/usr/lib/python3.12/site-packages/pycparser-2.20-py3.12.egg-info/dependency_links.txt
/usr/lib/python3.12/site-packages/pycparser-2.20-py3.12.egg-info/requires.txt
/usr/lib/python3.12/site-packages/pycparser-2.20-py3.12.egg-info/top_level.txt
/usr/lib/python3.12/site-packages/pycparser/__init__.py
/usr/lib/python3.12/site-packages/pycparser/__pycache__
/usr/lib/python3.12/site-packages/pycparser/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pycparser/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/pycparser/__pycache__/_ast_gen.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pycparser/__pycache__/_ast_gen.cpython-312.pyc
/usr/lib/python3.12/site-packages/pycparser/__pycache__/_build_tables.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pycparser/__pycache__/_build_tables.cpython-312.pyc
/usr/lib/python3.12/site-packages/pycparser/__pycache__/ast_transforms.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pycparser/__pycache__/ast_transforms.cpython-312.pyc
/usr/lib/python3.12/site-packages/pycparser/__pycache__/c_ast.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pycparser/__pycache__/c_ast.cpython-312.pyc
/usr/lib/python3.12/site-packages/pycparser/__pycache__/c_generator.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pycparser/__pycache__/c_generator.cpython-312.pyc
/usr/lib/python3.12/site-packages/pycparser/__pycache__/c_lexer.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pycparser/__pycache__/c_lexer.cpython-312.pyc
/usr/lib/python3.12/site-packages/pycparser/__pycache__/c_parser.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pycparser/__pycache__/c_parser.cpython-312.pyc
/usr/lib/python3.12/site-packages/pycparser/__pycache__/lextab.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pycparser/__pycache__/lextab.cpython-312.pyc
/usr/lib/python3.12/site-packages/pycparser/__pycache__/plyparser.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pycparser/__pycache__/plyparser.cpython-312.pyc
/usr/lib/python3.12/site-packages/pycparser/__pycache__/yacctab.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pycparser/__pycache__/yacctab.cpython-312.pyc
/usr/lib/python3.12/site-packages/pycparser/_ast_gen.py
/usr/lib/python3.12/site-packages/pycparser/_build_tables.py
/usr/lib/python3.12/site-packages/pycparser/_c_ast.cfg
/usr/lib/python3.12/site-packages/pycparser/ast_transforms.py
/usr/lib/python3.12/site-packages/pycparser/c_ast.py
/usr/lib/python3.12/site-packages/pycparser/c_generator.py
/usr/lib/python3.12/site-packages/pycparser/c_lexer.py
/usr/lib/python3.12/site-packages/pycparser/c_parser.py
/usr/lib/python3.12/site-packages/pycparser/lextab.py
/usr/lib/python3.12/site-packages/pycparser/plyparser.py
/usr/lib/python3.12/site-packages/pycparser/yacctab.py
/usr/share/doc/python3-pycparser
/usr/share/doc/python3-pycparser/examples
/usr/share/doc/python3-pycparser/examples/README.rst
/usr/share/doc/python3-pycparser/examples/c-to-c.py
/usr/share/doc/python3-pycparser/examples/c_files
/usr/share/doc/python3-pycparser/examples/c_files/funky.c
/usr/share/doc/python3-pycparser/examples/c_files/hash.c
/usr/share/doc/python3-pycparser/examples/c_files/memmgr.c
/usr/share/doc/python3-pycparser/examples/c_files/memmgr.h
/usr/share/doc/python3-pycparser/examples/c_files/year.c
/usr/share/doc/python3-pycparser/examples/c_json.py
/usr/share/doc/python3-pycparser/examples/cdecl.py
/usr/share/doc/python3-pycparser/examples/dump_ast.py
/usr/share/doc/python3-pycparser/examples/explore_ast.py
/usr/share/doc/python3-pycparser/examples/func_calls.py
/usr/share/doc/python3-pycparser/examples/func_defs.py
/usr/share/doc/python3-pycparser/examples/rewrite_ast.py
/usr/share/doc/python3-pycparser/examples/serialize_ast.py
/usr/share/doc/python3-pycparser/examples/using_cpp_libc.py
/usr/share/doc/python3-pycparser/examples/using_gcc_E_libc.py
/usr/share/licenses/python3-pycparser
/usr/share/licenses/python3-pycparser/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 02:05:04 2024