Update Manager API: DistSpecific.changelog module
Changelog fetcher functionality
Enumerations
-
UpdateManager.DistSpecific.changelog.CHANGELOG_FETCH_STATUS = <UpdateManager.Util.enum.Enum object at 0xae09a4c>
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