python-lark 1.1.7-1 source package in Ubuntu

Changelog

python-lark (1.1.7-1) unstable; urgency=medium

  [ Andrius Merkys ]
  * New upstream version 1.1.7
  * Update standards version to 4.6.2, no changes needed.

  [ Peter Wienemann ]
  * Override false positive Lintian error python-traceback-in-manpage
  * Add patch from upstream PR 1308 to include *.lark files
  * Add python3-atomicwrites and python3-regex as suggested dependencies
  * Update copyright years for Debian packaging

 -- Peter Wienemann <email address hidden>  Mon, 24 Jul 2023 21:19:20 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-lark_1.1.7-1.dsc 2.4 KiB 2b442a7196cf5aee2f77b4063ea074a6648370e0731a7774d181c7f3d46bf1f3
python-lark_1.1.7.orig.tar.gz 403.9 KiB 612ff4628039231db0b91f72e335601c5dd596cf36832acdf228d0f234a679a8
python-lark_1.1.7-1.debian.tar.xz 6.1 KiB 8465bb199902e1eb74ba19f7f64efad50865149d7bb5d25d9167a04b14e4660d

Available diffs

No changes file available.

Binary packages built by this source

python-lark-doc: Parsing library for Python (common documentation)

 lark is a parsing library for Python which allows one to parse any
 context-free grammar. It has implemented the following parsing
 algorithms: Earley, LALR(1) and CYK.
 .
 This is the common documentation package.

python3-lark: Parsing library for Python (Python 3)

 lark is a parsing library for Python which allows one to parse any
 context-free grammar. It has implemented the following parsing
 algorithms: Earley, LALR(1) and CYK.
 .
 This package installs the library for Python 3.