Skip to content

Commit 15dfb77

Browse files
committed
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
1 parent 5b0a404 commit 15dfb77

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

feedgen/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'''
1111

1212
'Version of python-feedgen represented as tuple'
13-
version = (0, 6, 1)
13+
version = (0, 7, 0)
1414

1515

1616
'Version of python-feedgen represented as string'

python-feedgen.spec

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global pypi_name feedgen
22

33
Name: python-%{pypi_name}
4-
Version: 0.6.1
4+
Version: 0.7.0
55
Release: 1%{?dist}
66
Summary: Feed Generator (ATOM, RSS, Podcasts)
77

@@ -10,12 +10,12 @@ URL: http://lkiesow.github.io/python-feedgen
1010
Source0: https://github.com/lkiesow/%{name}/archive/v%{version}.tar.gz
1111
BuildArch: noarch
1212

13-
BuildRequires: python2-dateutil
13+
BuildRequires: python2-dateutil
1414
BuildRequires: python2-devel
1515
BuildRequires: python2-lxml
1616
BuildRequires: python2-setuptools
1717

18-
BuildRequires: python3-dateutil
18+
BuildRequires: python3-dateutil
1919
BuildRequires: python3-devel
2020
BuildRequires: python3-lxml
2121
BuildRequires: python3-setuptools
@@ -28,7 +28,7 @@ to produce Podcasts.
2828
%package -n python2-%{pypi_name}
2929
Summary: %{summary}
3030
%{?python_provide:%python_provide python2-%{pypi_name}}
31-
31+
3232
Requires: python2-dateutil
3333
Requires: python2-lxml
3434
%description -n python2-%{pypi_name}
@@ -39,7 +39,7 @@ to produce Podcasts.
3939
%package -n python3-%{pypi_name}
4040
Summary: %{summary}
4141
%{?python_provide:%python_provide python3-%{pypi_name}}
42-
42+
4343
Requires: python3-dateutil
4444
Requires: python3-lxml
4545
%description -n python3-%{pypi_name}
@@ -79,5 +79,8 @@ rm -rf %{pypi_name}.egg-info
7979
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
8080

8181
%changelog
82+
* Sat May 19 2018 Lars Kiesow <lkiesow@uos.de> - 0.7.0-1
83+
- Update to 0.7.0
84+
8285
* Tue Oct 24 2017 Lumir Balhar <lbalhar@redhat.com> - 0.6.1-1
8386
- Initial package.

0 commit comments

Comments
 (0)