Release 0.3.1
- Python 3 compatibility - Test updates - Encoding support Signed-off-by: Lars Kiesow <lkiesow@uos.de>
This commit is contained in:
parent
7d1bda868d
commit
bf8d0729f6
3 changed files with 16 additions and 13 deletions
|
@ -3,14 +3,14 @@
|
||||||
feedgen.version
|
feedgen.version
|
||||||
~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
:copyright: 2013-2014, Lars Kiesow <lkiesow@uos.de>
|
:copyright: 2013-2015, Lars Kiesow <lkiesow@uos.de>
|
||||||
|
|
||||||
:license: FreeBSD and LGPL, see license.* for more details.
|
:license: FreeBSD and LGPL, see license.* for more details.
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
'Version of python-feedgen represented as tuple'
|
'Version of python-feedgen represented as tuple'
|
||||||
version = (0, 3, 0)
|
version = (0, 3, 1)
|
||||||
|
|
||||||
|
|
||||||
'Version of python-feedgen represented as string'
|
'Version of python-feedgen represented as string'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
%define srcname feedgen
|
%define srcname feedgen
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 0.3.0
|
Version: 0.3.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Feed Generator (ATOM, RSS, Podcasts)
|
Summary: Feed Generator (ATOM, RSS, Podcasts)
|
||||||
|
|
||||||
|
@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 16 2015 Lars Kiesow <lkiesow@uos.de> - 0.3.1-1
|
||||||
|
- Update to 0.3.1
|
||||||
|
|
||||||
* Sun Jul 20 2014 Lars Kiesow <lkiesow@uos.de> - 0.3.0-1
|
* Sun Jul 20 2014 Lars Kiesow <lkiesow@uos.de> - 0.3.0-1
|
||||||
- Update to 0.3
|
- Update to 0.3
|
||||||
|
|
||||||
|
|
20
readme.md
20
readme.md
|
@ -26,14 +26,14 @@ Installation
|
||||||
If you are running Fedora Linux, Redhat Enterprise Linux, CentOS or Scientific
|
If you are running Fedora Linux, Redhat Enterprise Linux, CentOS or Scientific
|
||||||
Linux you can use one of the following packages:
|
Linux you can use one of the following packages:
|
||||||
|
|
||||||
- [python-feedgen-0.3.0-1.fc21.noarch.rpm
|
- [python-feedgen-0.3.1-1.fc21.noarch.rpm
|
||||||
](http://data.larskiesow.de/feedgen/python-feedgen-0.3.0-1.fc21.noarch.rpm)
|
](http://data.larskiesow.de/feedgen/python-feedgen-0.3.1-1.fc21.noarch.rpm)
|
||||||
- [python-feedgen-0.3.0-1.fc20.noarch.rpm
|
- [python-feedgen-0.3.1-1.fc20.noarch.rpm
|
||||||
](http://data.larskiesow.de/feedgen/python-feedgen-0.3.0-1.fc20.noarch.rpm)
|
](http://data.larskiesow.de/feedgen/python-feedgen-0.3.1-1.fc20.noarch.rpm)
|
||||||
- [python-feedgen-0.3.0-1.el7.centos.noarch.rpm
|
- [python-feedgen-0.3.1-1.el7.centos.noarch.rpm
|
||||||
](http://data.larskiesow.de/feedgen/python-feedgen-0.3.0-1.el7.centos.noarch.rpm)
|
](http://data.larskiesow.de/feedgen/python-feedgen-0.3.1-1.el7.centos.noarch.rpm)
|
||||||
- [python-feedgen-0.3.0-1.el6.noarch.rpm
|
- [python-feedgen-0.3.1-1.el6.noarch.rpm
|
||||||
](http://data.larskiesow.de/feedgen/python-feedgen-0.3.0-1.el6.noarch.rpm)
|
](http://data.larskiesow.de/feedgen/python-feedgen-0.3.1-1.el6.noarch.rpm)
|
||||||
|
|
||||||
Simply download the file and run::
|
Simply download the file and run::
|
||||||
|
|
||||||
|
@ -41,8 +41,8 @@ Simply download the file and run::
|
||||||
|
|
||||||
If you want to build RPMs for other distributions you can use the following Source RPM:
|
If you want to build RPMs for other distributions you can use the following Source RPM:
|
||||||
|
|
||||||
- [python-feedgen-0.3.0-1.fc20.src.rpm
|
- [python-feedgen-0.3.1-1.fc20.src.rpm
|
||||||
](http://data.larskiesow.de/feedgen/python-feedgen-0.3.0-1.fc21.src.rpm)
|
](http://data.larskiesow.de/feedgen/python-feedgen-0.3.1-1.fc21.src.rpm)
|
||||||
|
|
||||||
**Using pip**
|
**Using pip**
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue