Thu, 25 Apr 2024 06:47:27 UTC | login

Information for build python-strictyaml-1.1.1-3.fc33

ID196073
Package Namepython-strictyaml
Version1.1.1
Release3.fc33
Epoch
SummaryParses and validates a restricted subset of YAML
DescriptionStrictYAML is a type-safe YAML parser that parses and validates a restricted subset of the YAML specification. Priorities: • Beautiful API • Refusing to parse the ugly, hard to read and insecure features of YAML like the Norway problem. • Strict validation of markup and straightforward type casting. • Clear, readable exceptions with code snippets and line numbers. • Acting as a near-drop in replacement for pyyaml, ruamel.yaml or poyo. • Ability to read in YAML, make changes and write it out again with comments preserved. • Not speed, currently.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 05 Nov 2021 15:55:06 UTC
CompletedFri, 05 Nov 2021 15:55:06 UTC
Tags
f33
f37
f38
RPMs
src
python-strictyaml-1.1.1-3.fc33.src.rpm (info) (download)
noarch
python3-strictyaml-1.1.1-3.fc33.noarch.rpm (info) (download)
Changelog * Fri Oct 15 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.1.1-3 - Fix strictyaml.__version__ * Thu Nov 26 2020 Benjamin A. Beasley <code@musicinmybrain.net> - 1.1.0-2 - Remove EPEL conditionals from Fedora spec file * Tue Nov 24 2020 Benjamin A. Beasley <code@musicinmybrain.net> - 1.1.0-1 - Initial package