| Name: | python3-strictyaml |
|---|---|
| Version: | 1.3.2 |
| Release: | 2.el8 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 235879 |
| License: | MIT |
| RPM: | python3-strictyaml-1.3.2-2.el8.noarch.rpm |
| Source RPM: | python-strictyaml-1.3.2-2.el8.src.rpm |
| Build Date: | Sat Oct 23 2021 |
| Build Host: | build-ol8-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. |
- Fix strictyaml.__version__
- Update to 1.3.2
- Update to 1.3.1
- Update to 1.3.0
- Update to version 1.2.0
- Drop Python 2 subpackage, as it was not installable on EPEL8 due to outdated dependencies
- Remove EPEL conditionals from Fedora spec file
- Initial package