gbp.rpm.changelog._ChangelogEntry(object) class documentationgbp.rpm.changelog
(View In Hierarchy)
An entry (one 'change') in an RPM changelog
| Method | __init__ | No summary |
| Instance Variable | author | Undocumented |
| Method | __str__ | Undocumented |
| Instance Variable | _pkgpolicy | Undocumented |
| Instance Variable | _text | Undocumented |
| Parameters | pkgpolicy | RPM packaging policy (type: RpmPkgPolicy) |
| author | author of the change (type: str) | |
| text | message of the changelog entry (type: str or list of str) |