Module changes

Module changes 

Source
Expand description

Functions to parse the changes from a changelog entry.

Functionsยง

add_change_for_authorDeprecated
Add a change to the list of changes, attributed to a specific author.
all_sha_prefixed
Check if all lines in a changelog entry are prefixed with a sha.
changes_by_author
Iterate over changes by author
extract_author_name
Extract the author name from an author section header.
find_extra_authors
Find additional authors from a changelog entry
find_thanks
Find authors that are thanked in a changelog entry
format_section_title
Format a section title.
strip_for_commit_message
Strip a changelog message like debcommit does.
try_add_change_for_author
Add a change to the list of changes, attributed to a specific author.