pyyaml 5.4.1-1 source package in Ubuntu

Changelog

pyyaml (5.4.1-1) unstable; urgency=medium

  * Team upload.

  [ Gordon Ball ]
  * Drop python3-yaml-dbg (Closes: #994371)
  * Ensure the source for the cython extension is regenerated at build time
    and successfully built, based on a patch from Helmet Grohne (Closes:
    #981601)
  * Version the dependency on libyaml to >= 0.2.2 (Closes: #967025)
  * Update Standards-Version to 4.6.0 (no changes)
  * New upstream version 5.4.1
  * Rebase patches, drop (upstream) cve-2020-14343.patch
  * Build-depend on python3-setuptools
  * Update Debhelper compat level to 13

 -- Gordon Ball <email address hidden>  Fri, 08 Oct 2021 21:02:23 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pyyaml_5.4.1-1.dsc 2.0 KiB a8d4e9624e3016c9b5100453f2ac6b1d65a5746afc17e94a8f0a286d4cd17d56
pyyaml_5.4.1.orig.tar.gz 171.0 KiB 607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e
pyyaml_5.4.1-1.debian.tar.xz 7.2 KiB 587aea983c99739f53d14f8dd1c19d069dde93d02f7c171c83ab914c1479ef2f

No changes file available.

Binary packages built by this source

python3-yaml: YAML parser and emitter for Python3

 Python3-yaml is a complete YAML 1.1 parser and emitter for Python3. It can
 parse all examples from the specification. The parsing algorithm is simple
 enough to be a reference for YAML parser implementors. A simple extension API
 is also provided. The package is built using libyaml for improved speed.

python3-yaml-dbgsym: debug symbols for python3-yaml