gbp.rpm.changelog.ChangelogParser(object) class documentationgbp.rpm.changelog
(View In Hierarchy)
Parser for RPM changelogs
| Method | __init__ | Undocumented |
| Instance Variable | section_match_re | Undocumented |
| Instance Variable | section_split_re | Undocumented |
| Instance Variable | header_split_re | Undocumented |
| Instance Variable | header_name_split_re | Undocumented |
| Instance Variable | body_name_re | Undocumented |
| Method | raw_parse_string | Parse changelog - only splits out raw changelog sections. |
| Method | raw_parse_file | Parse changelog file - only splits out raw changelog sections. |
| Method | parse_section | Parse one section |
| Instance Variable | _pkgpolicy | Undocumented |
| Method | _parse_section_header | Parse one changelog section header |
| Method | _create_entry | Create a new changelog entry |
| Method | _parse_section_entries | Parse entries from a string and add them to a section |