|
__init__(self,
contents=None,
filename=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
_parse(self)
Parse a changelog based on the already read contents. |
|
|
|
|
|
|
|
__setitem__(self,
item,
value) |
|
|
bool
|
has_epoch(self)
Whether the version has an epoch |
|
|
|
is_native(self)
Whether this is a native Debian package |
|
|
|
add_entry(self,
msg,
author=None,
email=None,
dch_options=[ ] )
Add a single changelog entry |
|
|
|
add_section(self,
msg,
distribution,
author=None,
email=None,
version={ } ,
dch_options=[ ] )
Add a new section to the changelog |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
|
filename
The filename (path) of the changelog
|
|
name
The packges name
|
|
version
The full version string
|
|
upstream_version
The upstream version
|
|
debian_version
The Debian part of the version number
|
|
epoch
The package's epoch
|
|
noepoch
The version string without the epoch
|
|
author
The author of the last modification
|
|
email
The author's email
|
|
date
The date of the last modification as rfc822 date
|
|
sections_iter
Iterate over sections in the changelog
|
|
sections
Get sections in the changelog
|
Inherited from object :
__class__
|