forked from lkiesow/python-feedgen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- MediaRSS support - New entries are now rendered first - Python 3.6 support and testing - Add permalink attribute to RSS guid - Lots of tests and minor fixes
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
%define srcname feedgen | ||
|
||
Name: python-%{srcname} | ||
Version: 0.5.1 | ||
Version: 0.6.0 | ||
Release: 1%{?dist} | ||
Summary: Feed Generator (ATOM, RSS, Podcasts) | ||
|
||
|
@@ -93,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT | |
|
||
|
||
%changelog | ||
* Sat Oct 14 2017 Lars Kiesow <[email protected]> - 0.6.0-1 | ||
- Update to 0.6.0 | ||
|
||
* Thu Jan 05 2017 Lars Kiesow <[email protected]> - 0.5.1-1 | ||
- Update to 0.5.1 | ||
|
||
|