Commit graph

4 commits

Author SHA1 Message Date
Nils Philippsen
059d133564 Wrap overly long lines
Signed-off-by: Nils Philippsen <nils@redhat.com>
2020-02-26 10:13:56 +01:00
Nils Philippsen
81c50d20d0 Improve dict iteration and list reversal
- use dict.items() to get at keys and values in one go
- list.reverse() reverses the list in place, use reversed() instead

Signed-off-by: Nils Philippsen <nils@redhat.com>
2020-02-26 10:13:56 +01:00
Nils Philippsen
bc99e99b0c Remove unused imports and variables
Signed-off-by: Nils Philippsen <nils@redhat.com>
2020-02-26 10:13:56 +01:00
Nils Philippsen
3b5dc34a5d Move things to rpmautospec Python package
This allows us to reuse code, e.g. to get info out of Koji, for both
calculating release tags and generating the changelog.

Signed-off-by: Nils Philippsen <nils@redhat.com>
2020-02-21 18:24:16 +01:00
Renamed from generate_changelog.py (Browse further)