ply 3.11-6 source package in Ubuntu

Changelog

ply (3.11-6) unstable; urgency=medium

  * Patches: add replace-removed-assert_-with-assertTrue.patch to make
    the tests work with Python 3.12. (Closes: #1056434)
  * Control: bump Standards-Version to 4.6.2 (from 4.6.0; no further
    changes).

 -- Jeroen Ploemen <email address hidden>  Thu, 30 Nov 2023 16:10:01 +0000

Upload details

Uploaded by:
jcfp
Uploaded to:
Sid
Original maintainer:
jcfp
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release main python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ply_3.11-6.dsc 2.0 KiB 52278bc575cae0632443af3b239bff8ce0050be25bd51366b0cf0a7ccbdbcfdc
ply_3.11.orig.tar.gz 155.4 KiB 00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3
ply_3.11-6.debian.tar.xz 11.4 KiB b8691fdf9a627aab1c011ae524a6c6106837988b1279892232bfd09bf4bec83f

Available diffs

No changes file available.

Binary packages built by this source

python-ply-doc: Lex and Yacc implementation for Python (documentation)

 PLY is yet another implementation of lex and yacc for
 Python.
 .
 This package contains the documentation for Ply.

python3-ply: Lex and Yacc implementation for Python3

 PLY is yet another implementation of lex and yacc for
 Python. Although several other parsing tools are available for
 Python, there are several reasons why you might want to take a look
 at PLY:
  * It's implemented entirely in Python.
  * It uses LR-parsing which is reasonably efficient and well suited
    for larger grammars.
  * PLY provides most of the standard lex/yacc features including
    support for empty productions, precedence rules, error recovery,
    and support for ambiguous grammars.
  * PLY is extremely easy to use and provides very extensive error
    checking.
 .
 This package contains the Python 3 module.