Name: | python2-distroinfo |
---|---|
Version: | 0.2.0 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 91535 |
License: | ASL 2.0 |
RPM: | python2-distroinfo-0.2.0-1.el7.noarch.rpm |
Source RPM: | python-distroinfo-0.2.0-1.el7.src.rpm |
Build Date: | Fri Feb 01 2019 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/softwarefactory-project/distroinfo |
Summary: | Parsing and querying distribution metadata stored in text/YAML files |
Description: | distroinfo is a python module for parsing, validating and querying distribution/packaging metadata stored in human readable and review-able text/YAML files. distroinfo is a generic (re)implementation of rdoinfo parser which proved well suited for the task of interfacing with distribution metadata in a human friendly way. If you consider code reviews human friendly, that is. |
- Update to 0.2.0
- Enable import of remote info files. - Enable packages and releases inheritance.
- Add missing Requires: git-core - Make sure online tests are never run during build.
- Use python2-six to comply with python packaging guidelines. - Use macros for summary and description to prevent redundancy.
- Initial version