pycparser 2.19-1 source package in Ubuntu

Changelog

pycparser (2.19-1) unstable; urgency=medium

  [ Stefano Rivera ]
  * New upstream release.
  * Refresh patches.
  * Declare Rules-Requires-Root: no.
  * Bump Standards-Version to 4.2.1, no changes needed.

  [ Ondřej Nový ]
  * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field

 -- Stefano Rivera <email address hidden>  Sat, 13 Oct 2018 13:08:05 +0200

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

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pycparser_2.19-1.dsc 1.8 KiB 86b301841761fbebb6a08cce35e9631de9be8633cd8be55e700172f71c51613f
pycparser_2.19.orig.tar.gz 154.6 KiB a988718abfad80b6b157acce7bf130a30876d27603738ac39f140993246b25b3
pycparser_2.19-1.debian.tar.xz 4.6 KiB 9dce19064ed5a53e88ea281083c984dfd54ff04682c76e01003ae3de32999661

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.