Update Manager API: DistSpecific.changelog module

Changelog fetcher functionality

Enumerations

UpdateManager.DistSpecific.changelog.CHANGELOG_FETCH_STATUS

Enum:

FAILED = 0
Fetching failed
DONE = 1
Fetching finished

Helpers

class UpdateManager.DistSpecific.changelog.ChangelogFetcher(pkg_info, changelog_handler)

Changelog Fetcher base class.

This class must be subclassed by all ChangelogFetcher implementations.

class UpdateManager.DistSpecific.changelog.HTTPChangelogFetcher(pkg_info, changelog_handler)
Simple HTTP Changelog Fetcher

Table Of Contents

Previous topic

Update Manager API: DistSpecific.Auto module

Next topic

Update Manager API: DistSpecific.Debian module

This Page