Release 0.7.0

- New spec file based on Fedora packaging
- Parameter to define the order of feed entries
- Added GeoRSS extension
- Fixed pubDate name
This commit is contained in:
Lars Kiesow 2018-05-19 21:47:28 +02:00
parent 5b0a4049c6
commit 15dfb77870
No known key found for this signature in database
GPG key ID: 5DAFE8D9C823CE73
2 changed files with 9 additions and 6 deletions

View file

@ -10,7 +10,7 @@
''' '''
'Version of python-feedgen represented as tuple' 'Version of python-feedgen represented as tuple'
version = (0, 6, 1) version = (0, 7, 0)
'Version of python-feedgen represented as string' 'Version of python-feedgen represented as string'

View file

@ -1,7 +1,7 @@
%global pypi_name feedgen %global pypi_name feedgen
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 0.6.1 Version: 0.7.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Feed Generator (ATOM, RSS, Podcasts) Summary: Feed Generator (ATOM, RSS, Podcasts)
@ -79,5 +79,8 @@ rm -rf %{pypi_name}.egg-info
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
%changelog %changelog
* Sat May 19 2018 Lars Kiesow <lkiesow@uos.de> - 0.7.0-1
- Update to 0.7.0
* Tue Oct 24 2017 Lumir Balhar <lbalhar@redhat.com> - 0.6.1-1 * Tue Oct 24 2017 Lumir Balhar <lbalhar@redhat.com> - 0.6.1-1
- Initial package. - Initial package.