pyyaml 6.0.3-ok1 source package in openKylin
Changelog
pyyaml (6.0.3-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Tue, 02 Jun 2026 20:51:59 +0800
pyyaml (6.0.3-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Tue, 02 Jun 2026 20:51:59 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | python |
| File | Size | SHA-256 Checksum |
|---|---|---|
| pyyaml_6.0.3.orig.tar.gz | 127.9 KiB | d76623373421df22fb4cf8817020cbb7ef15c725b9d5e45f17e189bfc384190f |
| pyyaml_6.0.3-ok1.debian.tar.xz | 3.0 KiB | f66b0ca1d13fc8c34b5ed95f6c79ff32590a2a184d0419d6221025743a4b0187 |
| pyyaml_6.0.3-ok1.dsc | 1.9 KiB | ac617b1d1cf0dcb92fa4b0345c3ddd2e8bcbf4720e171a9205573e7e21009e71 |
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.