pycparser 2.22-1 source package in Ubuntu

Changelog

pycparser (2.22-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patches.
  * Bump Standards-Version to 4.6.2, no changes needed.
  * Bump copyright years.

 -- Stefano Rivera <email address hidden>  Thu, 04 Apr 2024 15:13:07 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pycparser_2.22-1.dsc 1.4 KiB b480e261ad775304a84a36726e6fd356e83e6bee3012439fed619a72ca56a8e8
pycparser_2.22.orig.tar.gz 168.7 KiB 491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6
pycparser_2.22-1.debian.tar.xz 5.0 KiB d0f31cf8f281fbcc2bf3c34374c560e48f6956edd64799ff87ffafe36d15a8ae

Available diffs

No changes file available.

Binary packages built by this source

python3-pycparser: C parser in Python 3

 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.
 .
 This package contains the Python 3 version.