Public Member Functions | |
def | __init__ |
def | set_vers |
def | set_maint |
def | set_section |
def | set_priority |
def | set_date |
def | set_urgency |
def | add_dep |
def | add_break_dep |
def | invalidate_dep |
def | setdaysold |
def | addhtml |
def | html |
Static Public Attributes | |
tuple | reemail = re.compile(r"<.*?>") |
Regular expression for removing the email address. |
Excuse class This class represents an update excuse, which is a detailed explanation of why a package can or cannot be updated in the testing distribution from a newer package in another distribution (like for example unstable). The main purpose of the excuses is to be written in an HTML file which will be published over HTTP. The maintainers will be able to parse it manually or automatically to find the explanation of why their packages have been updated or not.
Definition at line 21 of file excuse.py.
|
Class constructor This method initializes the excuse with the specified name and the default values. |
|
Add a break dependency |
|
Add a dependency |
|
Add a note in HTML |
|
Render the excuse in HTML |
|
Invalidate dependency |
|
Set the date of upload of the package |
|
Set the package maintainer's name |
|
Set the priority of the package |
|
Set the section of the package |
|
Set the urgency of upload of the package |
|
Set the testing and unstable versions |
|
Set the number of days from the upload and the minimum number of days for the update |