Name: | python3-strictyaml |
---|---|
Version: | 1.6.2 |
Release: | 1.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 1224121 |
License: | MIT |
RPM: | python3-strictyaml-1.6.2-1.el9.noarch.rpm |
Source RPM: | python-strictyaml-1.6.2-1.el9.src.rpm |
Build Date: | Wed Oct 26 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | http://hitchdev.com/strictyaml |
Summary: | Parses and validates a restricted subset of YAML |
Description: | StrictYAML 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. |
- Update to 1.6.2 (close RHBZ#2133184)
- Confirm License is SPDX MIT
- Drop License files redundant with pyproject_files
- Drop “forge” macros, which are doing little for us
- Backport to EPEL9
- Update to 1.6.1 (close RHBZ#2027119)
- Update to 1.6.0 (fix RHBZ#2025203)
- Use the new %%pyproject_check_import macro
- Fix strictyaml.__version__
- Update to 1.5.0