pycparser 2.18-1 source package in Ubuntu

Changelog

pycparser (2.18-1) unstable; urgency=medium

  [ Stefano Rivera ]
  * New upstream release.
  * Refresh patches.
  * Update copyright.
  * Bump Standards-Version to 4.1.3, no changes needed.
  * Bump debhelper compat level to 11.

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field

 -- Stefano Rivera <email address hidden>  Sun, 18 Feb 2018 23:53:54 -0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pycparser_2.18-1.dsc 1.8 KiB 48aca19784c3585b22d932068e8418674a9e4a2b0e24be44e9938df9fe1d68e0
pycparser_2.18.orig.tar.gz 240.1 KiB 99a8ca03e29851d96616ad0404b4aad7d9ee16f25c9f9708a11faf2810f7b226
pycparser_2.18-1.debian.tar.xz 4.5 KiB e444155a1d111becace4dec1dde93eae1ea95c6aa09c200ff2f014c63ecf411b

Available diffs

No changes file available.

Binary packages built by this source

python-pycparser: 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.

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.