| Name: | python3-strictyaml | 
|---|---|
| Version: | 1.3.2 | 
| Release: | 1.el8 | 
| Architecture: | noarch | 
| Group: | Unspecified | 
| Size: | 235907 | 
| License: | MIT | 
| RPM: | python3-strictyaml-1.3.2-1.el8.noarch.rpm | 
| Source RPM: | python-strictyaml-1.3.2-1.el8.src.rpm | 
| Build Date: | Sun Feb 14 2021 | 
| Build Host: | host-100-100-224-14.blddevtest1iad.osdevelopmeniad.oraclevcn.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.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