- update to 2.33
This commit is contained in:
parent
f154339d26
commit
d8f3df5fc7
3 changed files with 7 additions and 4 deletions
|
|
@ -1 +1 @@
|
||||||
html2text-2.32.py
|
html2text-2.33.py
|
||||||
|
|
|
||||||
|
|
@ -2,14 +2,14 @@
|
||||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
|
||||||
Name: python-html2text
|
Name: python-html2text
|
||||||
Version: 2.32
|
Version: 2.33
|
||||||
Release: 1.1
|
Release: 1.1
|
||||||
Summary: Converts a page of HTML into clean, easy-to-read plain ASCII text
|
Summary: Converts a page of HTML into clean, easy-to-read plain ASCII text
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
URL: http://www.aaronsw.com/2002/html2text/
|
URL: http://www.aaronsw.com/2002/html2text/
|
||||||
Source0: http://www.aaronsw.com/2002/html2text/html2text-2.32.py
|
Source0: http://www.aaronsw.com/2002/html2text/html2text-%{version}.py
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 27 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.33-1
|
||||||
|
- update to 2.33
|
||||||
|
|
||||||
* Fri Aug 01 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.32-1
|
* Fri Aug 01 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.32-1
|
||||||
- update to 2.32
|
- update to 2.32
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
842c9173554c033816e0b0da306c2aae html2text-2.32.py
|
5892f98437ae9516261bb0221fb152bc html2text-2.33.py
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue