pyyaml 6.0.1-2 source package in Ubuntu

Changelog

pyyaml (6.0.1-2) unstable; urgency=medium

  * Team upload.

  [ Bas Couwenberg ]
  * Switch to cython3-legacy
    Closes: #1056877

  [ Andreas Tille ]
  * Fix clean target
    Closes: #1048163
  * Standards-Version: 4.6.2 (routine-update)
  * Reorder sequence of d/control fields by cme (routine-update)
  * Remove trailing whitespace in debian/copyright (routine-update)
  * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
  * Add salsa-ci file (routine-update)
  * watch file standard 4 (routine-update)

 -- Andreas Tille <email address hidden>  Thu, 11 Jan 2024 08:43:21 +0100

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_6.0.1-2.dsc 2.1 KiB 6a692b97969dd245b08d5a0d64f2749450c222df97817c4b8cc255f87e405f94
pyyaml_6.0.1.orig.tar.gz 122.3 KiB bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43
pyyaml_6.0.1-2.debian.tar.xz 7.9 KiB 78412762a9e831e863c4e2cb30faa1076d00664e37756cf4c35e797a267de183

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