Bug 233743

Summary: Review Request: python-html2text - Converts a page of HTML into clean, easy-to-read plain ASCII text
Product: [Fedora] Fedora Reporter: Thorsten Leemhuis <fedora>
Component: Package ReviewAssignee: Patrice Dumas <pertusus>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Package Reviews List <fedora-package-review>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideFlags: pertusus: fedora-review+
wtogami: fedora-cvs+
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-03-26 08:18:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 233715    

Description Thorsten Leemhuis 2007-03-24 13:19:05 UTC
Spec URL:
http://www.leemhuis.info/files/fedorarpms/SPECS.fdr/python-html2text.spec

SRPM URL:
http://www.leemhuis.info/files/fedorarpms/SRPMS.fdr/python-html2text-2.26-1.src.rpm

Description:
html2text is a Python script that convers a page of HTML into clean,
easy-to-read plain ASCII text. Better yet, that ASCII also happens to
be valid Markdown (a text-to-HTML format).

(needed for rss2email, see Bug 233715)

Comment 1 Patrice Dumas 2007-03-24 17:06:55 UTC
dos2unix isn't in the default buildroot, I suggest using sed instead:

sed -i -e 's/\r//' html2text.py

* rpmlint output is ignorable
W: python-html2text no-documentation
* free software license, not included - but there is only one
  file.
* follow guidelines
* match upstream
6b567fea434b188e3ce838fffccf1565  html2text-2.26.py
* sane provides
* files section right

APPROVED, once you fix the dos2unix issue.

Comment 2 Thorsten Leemhuis 2007-03-24 18:33:52 UTC
Patrice, thx for the review. Updated package which uses sed now instead of dos2unix:

Spec URL:
http://www.leemhuis.info/files/fedorarpms/SPECS.fdr/python-html2text.spec

SRPM URL:
http://www.leemhuis.info/files/fedorarpms/SRPMS.fdr/python-html2text-2.26-1.src.rpm

New Package CVS Request
=======================
Package Name: python-html2text
Short Description: Converts a page of HTML into clean, easy-to-read plain ASCII text
Owners: fedora
Branches: FC-6 EL-4 EL-5
InitialCC:

Comment 3 Thorsten Leemhuis 2007-03-26 08:18:59 UTC
built, thx everyone