gbp.deb.changelog.ChangeLogSection(object) class documentationgbp.deb.changelog
(View In Hierarchy)
A section in the changelog describing one particular version
| Method | __init__ | Undocumented |
| Method | package | Undocumented |
| Method | version | Undocumented |
| Class Method | parse | Parse one changelog section |
| Instance Variable | _package | Undocumented |
| Instance Variable | _version | Undocumented |
Parse one changelog section
| Parameters | section | a changelog section (type: str) |
| Returns | the parse changelog section (type: ChangeLogSection) | |