class documentation
class ChangelogParser(object):
Parser for RPM changelogs
| Method | __init__ |
Undocumented |
| Method | parse |
Parse one section |
| Method | raw |
Parse changelog file - only splits out raw changelog sections. |
| Method | raw |
Parse changelog - only splits out raw changelog sections. |
| Instance Variable | body |
Undocumented |
| Instance Variable | header |
Undocumented |
| Instance Variable | header |
Undocumented |
| Instance Variable | section |
Undocumented |
| Instance Variable | section |
Undocumented |
| Method | _create |
Create a new changelog entry |
| Method | _parse |
Parse entries from a string and add them to a section |
| Method | _parse |
Parse one changelog section header |
| Instance Variable | _pkgpolicy |
Undocumented |