python-parsley 1.3-3 source package in Ubuntu

Changelog

python-parsley (1.3-3) unstable; urgency=medium

  * Restore pytest compatibility for Python 3.12 (Closes: #1058374)
  * Update standards version to 4.6.2, no changes needed.
  * Add debian/upstream/metadata by lintian-brush.

 -- Andrius Merkys <email address hidden>  Fri, 15 Dec 2023 02:02:01 -0500

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-parsley_1.3-3.dsc 2.1 KiB b4827ef20228c159f76d73941a0e1bfed7755d738f607d6b1d0590e03665ef37
python-parsley_1.3.orig.tar.gz 106.0 KiB 801defb0586af7964b84995999315d75244d3bc4fefda8ee8319c66688f0e48f
python-parsley_1.3-3.debian.tar.xz 3.7 KiB b3c0a4ead26ce46af99581e03842cdef6d2178c70409e45ed4b246ac73c41e57

Available diffs

No changes file available.

Binary packages built by this source

python3-parsley: Pattern-Matching Language Based on OMeta and Python

 Parsley, like pyparsing and ZestyParser, uses the PEG algorithm, so
 each expression in the grammar rules works like a Python
 expression. In particular, alternatives are evaluated in order, unlike
 table-driven parsers such as yacc, bison or PLY.
 .
 Parsley is an implementation of OMeta, an object-oriented
 pattern-matching language developed by Alessandro Warth.
 .
 This package installs the library for Python 3.