Up to [cvs.NetBSD.org] / pkgsrc / textproc / py-html2text
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.58 / (download) - annotate - [select for diffs], Wed Jan 5 15:41:24 2022 UTC (22 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
HEAD
Changes since 1.57: +4 -2
lines
Diff to previous 1.57 (colored)
python: egg.mk: add USE_PKG_RESOURCES flag This flag should be set for packages that import pkg_resources and thus need setuptools after the build step. Set this flag for packages that need it and bump PKGREVISION.
Revision 1.57 / (download) - annotate - [select for diffs], Tue Jan 4 20:54:55 2022 UTC (22 months, 4 weeks ago) by wiz
Branch: MAIN
Changes since 1.56: +2 -1
lines
Diff to previous 1.56 (colored)
*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.56 / (download) - annotate - [select for diffs], Fri Jan 17 18:14:49 2020 UTC (3 years, 10 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.55: +2 -2
lines
Diff to previous 1.55 (colored)
Update to 2020.1.16. From the changelog: * Add type annotations. * Add support for Python 3.8. * Performance improvements when ``wrap_links`` is ``False`` (the default). * Configure setuptools using setup.cfg.
Revision 1.55 / (download) - annotate - [select for diffs], Wed Oct 9 21:26:12 2019 UTC (4 years, 1 month ago) by rhialto
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.54: +2 -1
lines
Diff to previous 1.54 (colored)
Mark package incompatible with Python 2.7 (anything < 3.4). It is not noted clearly in the release notes; see commit https://github.com/Alir3z4/html2text/commit/b361467894fb277563b4547ec9d4df49f5e0c6e3
Revision 1.54 / (download) - annotate - [select for diffs], Sun Sep 29 12:18:42 2019 UTC (4 years, 2 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.53: +2 -2
lines
Diff to previous 1.53 (colored)
Update to 2019.9.26. From the changelog: * Fix long blockquotes wrapping. * Remove the trailing whitespaces that were added after wrapping list items & blockquotes. * Fix memory leak when processing a document containing a ``<abbr>`` tag. * Fix ``AttributeError`` when reading text from stdin. * Fix ``UnicodeEncodeError`` when writing output to stdout. Updating during the freeze for the bugfixes.
Revision 1.53 / (download) - annotate - [select for diffs], Sat Aug 17 15:12:14 2019 UTC (4 years, 3 months ago) by schmonz
Branch: MAIN
Changes since 1.52: +2 -2
lines
Diff to previous 1.52 (colored)
Update to 2019.8.11. From the changelog: * Add support for wrapping list items. * Fix #201: handle ‎/‏ marks mid-text within stressed tags or right after stressed tags. * Feature #213: ``images_as_html`` config option to always generate an ``img`` html tag. preserves "height", "width" and "alt" if possible. * Remove support for end-of-life Pythons. Now requires Python 2.7 or 3.4+. * Remove support for retrieving HTML over the network. * Add ``__main__.py`` module to allow running the CLI using ``python -m html2text ...``. * Fix #238: correct spacing when a HTML entity follows a non-stressed tags which follow a stressed tag. * Remove unused or deprecated: * ``html2text.compat.escape()`` * ``html2text.config.RE_UNESCAPE`` * ``html2text.HTML2Text.replaceEntities()`` * ``html2text.HTML2Text.unescape()`` * ``html2text.unescape()`` * Fix #208: handle LEFT-TO-RIGHT MARK after a stressed tag.
Revision 1.52 / (download) - annotate - [select for diffs], Sat Apr 14 09:02:57 2018 UTC (5 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.51: +3 -6
lines
Diff to previous 1.51 (colored)
py-html2text: updated to 2018.9.1 2018.9.1 Fix: Non-ASCII in title attribute causes encode error. Feature: Add support for the <kbd> tag. Feature: Add support for the <q> tag.
Revision 1.51 / (download) - annotate - [select for diffs], Wed Oct 25 04:09:46 2017 UTC (6 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.50: +11 -11
lines
Diff to previous 1.50 (colored)
py-html2text: updated to 2017.10.4 2017.10.4 * Fix 157: Fix images link with div wrap * Fix 55: Fix error when empty title tags * Fix 160: The html2text tests are failing on Windows and on Cygwin due to differences in eol handling between windows/*nix * Feature 164: Housekeeping: Add flake8 to the travis build, cleanup existing flake8 violations, add py3.6 and pypy3 to the travis build * Fix 109: Fix for unexpanded < > & * Fix 143: Fix line wrapping for the lines starting with bold * Adds support for numeric bold text indication in `font-weight`, as used by Google (and presumably others.) * Fix 173 and 142: Stripping whitespace in crucial markdown and adding whitespace as necessary * Don't drop any cell data on tables uneven row lengths (e.g. colspan in use)
Revision 1.50 / (download) - annotate - [select for diffs], Tue Jan 3 13:23:04 2017 UTC (6 years, 11 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Changes since 1.49: +2 -2
lines
Diff to previous 1.49 (colored)
Use "${MV} || ${TRUE}" and "${RM} -f" consistently in post-install targets.
Revision 1.49 / (download) - annotate - [select for diffs], Sun Dec 4 22:02:00 2016 UTC (7 years ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4
Changes since 1.48: +6 -4
lines
Diff to previous 1.48 (colored)
Removed converters/py-html2text, as it's a duplicate of the one in textproc Merged the updates from the new package to the old one. Updated the Tryton dependency which uses it.
Revision 1.48 / (download) - annotate - [select for diffs], Wed Oct 5 09:18:35 2016 UTC (7 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.47: +2 -2
lines
Diff to previous 1.47 (colored)
Updated py-html2text to 2016.9.19. 2016.9.19 ========= ---- * Default image alt text option created and set to a default of empty string "" to maintain backward compatibility * Fix #136: --default-image-alt now takes a string as argument * Fix #113: Stop changing quiet levels on \/script tags. * Merge #126: Fix deprecation warning on py3 due to html.escape * Fix #145: Running test suite on Travis CI for Python 2.6.
Revision 1.47 / (download) - annotate - [select for diffs], Sun Aug 28 15:48:35 2016 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.46: +1 -3
lines
Diff to previous 1.46 (colored)
Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided by the infrastructure. Mark a couple more packages as not ready for python-3.x.
Revision 1.46 / (download) - annotate - [select for diffs], Sun Jul 3 11:58:57 2016 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.45: +2 -2
lines
Diff to previous 1.45 (colored)
Updated py-html2text to 2016.5.29. 2016.5.29 ========= ---- * Fix #125: --pad_tables now pads table cells to make them look nice. * Fix #114: Break does not interrupt blockquotes * Deprecation warnings for URL retrieval.
Revision 1.45 / (download) - annotate - [select for diffs], Wed Jun 8 17:43:40 2016 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Changes since 1.44: +2 -2
lines
Diff to previous 1.44 (colored)
Switch to MASTER_SITES_PYPI.
Revision 1.44 / (download) - annotate - [select for diffs], Sun Apr 17 10:01:18 2016 UTC (7 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.43: +2 -3
lines
Diff to previous 1.43 (colored)
Update py-html2text to 2016.4.2. 2016.4.2 ========= ---- * Fix #106: encoding by stdin * Fix #89: Python 3.5 support. * Fix #113: inplace baseurl substitution for <a> and <img> tags. * Feature #118: Update the badges to badge.kloud51.com * Fix #119: new-line after a list is inserted
Revision 1.43 / (download) - annotate - [select for diffs], Thu Feb 18 09:57:12 2016 UTC (7 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1
Changes since 1.42: +8 -4
lines
Diff to previous 1.42 (colored)
Rename html2text to html2text-${PYVERSSUFFIX} to allow parallel installation of multiple python versions of this package. Add ALTERNATIVES file. Bump PKGREVISION.
Revision 1.42 / (download) - annotate - [select for diffs], Sun Feb 7 14:32:08 2016 UTC (7 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.41: +2 -2
lines
Diff to previous 1.41 (colored)
Update py-html2text to 2016.1.8. 2016.1.8 ========= ---- * Feature #99: Removed duplicated initialisation. * Fix #100: Get element style key error. * Fix #101: Fix error end tag pop exception * <s>, <strike>, <del> now rendered as ~~text~~.
Revision 1.41 / (download) - annotate - [select for diffs], Fri Nov 13 15:48:02 2015 UTC (8 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.40: +2 -2
lines
Diff to previous 1.40 (colored)
Update to 2015.11.4: 2015.11.4 ========= ---- * Fix #38: Long links wrapping controlled by `--no-wrap-links`. * Note: `--no-wrap-links` implies `--reference-links` * Feature #83: Add callback-on-tag. * Fix #87: Decode errors can be handled via command line. * Feature #95: Docs, decode errors spelling mistake. * Fix #84: Make bodywidth kwarg overridable using config.
Revision 1.40 / (download) - annotate - [select for diffs], Tue Jul 14 22:02:53 2015 UTC (8 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3
Changes since 1.39: +2 -2
lines
Diff to previous 1.39 (colored)
Update to 2015.6.21: 2015.6.21 ========= ---- * Fix #31: HTML entities stay inside link. * Fix #71: Coverage detects command line tests. * Fix #39: Documentation update. * Fix #61: Functionality added for optional use of automatic links. * Feature #80: ``title`` attribute is preserved in both inline and reference links. * Feature #82: More command line options. See docs. 2015.6.12 ========= ---- * Feature #76: Making ``pre`` blocks clearer for further automatic formatting. * Fix #71: Coverage detects tests carried out in ``subprocesses`` 2015.6.6 ======== ---- * Fix #24: ``3.200.3`` vs ``2014.7.3`` output quirks. * Fix #61. Malformed links in markdown output. * Feature #62: Automatic version number. * Fix #63: Nested code, anchor bug. * Fix #64: Proper handling of anchors with content that starts with tags. * Feature #67: Documentation all over the module. * Feature #70: Adding tests for the module. * Fix #73: Typo in config documentation.
Revision 1.39 / (download) - annotate - [select for diffs], Sat Apr 18 14:08:54 2015 UTC (8 years, 7 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Changes since 1.38: +2 -2
lines
Diff to previous 1.38 (colored)
Update to 2015.4.14. From the changelog: * Feature #56: Treat '-' file parameter as stdin. * Feature #57: Retain escaping of html except within code or pre tags. * Feature #59: Write image tags with height and width attrs as raw html to retain dimensions
Revision 1.38 / (download) - annotate - [select for diffs], Mon Mar 9 08:08:48 2015 UTC (8 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Changes since 1.37: +2 -2
lines
Diff to previous 1.37 (colored)
Update to 2015.2.18: 2015.2.18 ========== ---- * Fix #38: Anchor tags with empty text or with `<img>` tags inside are no longer stripped.
Revision 1.37 / (download) - annotate - [select for diffs], Sun Jan 11 21:20:21 2015 UTC (8 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.36: +2 -2
lines
Diff to previous 1.36 (colored)
Update to 2014.12.29: 2014.12.29 ========== ---- * Feature #51: Add single line break option. This feature is useful for ensuring that lots of extra line breaks do not end up in the resulting Markdown file in situations like Evernote .enex exports. Note that this only works properly if ``body-width`` is set to ``0``.
Revision 1.36 / (download) - annotate - [select for diffs], Tue Dec 30 14:41:41 2014 UTC (8 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (colored)
Update to 2014.12.24: 2014.12.24 ========== ---- * Feature #49: Added a images_to_alt option to discard images and keep only their alt. * Feature #50: Protect links, surrounding them with angle brackets to avoid breaking... * Feature: Add ``setup.cfg`` file.
Revision 1.35 / (download) - annotate - [select for diffs], Sun Dec 7 17:27:25 2014 UTC (8 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Changes since 1.34: +2 -2
lines
Diff to previous 1.34 (colored)
Update to 2014.12.5: 2014.12.5 ========= ---- * Feature: Update `README.md` with usage examples. * Fix #35: Remove `py_modules` from `setup.py`. * Fix #36: Excludes tests from being installed as a separate module. * Fix #37: Don't hardcode the path to the installed binary. * Fix: Readme typo in running cli. * Feature #40: Extract cli part to ``cli`` module. * Feature #42: Bring python version compatibility to ``compat.py`` module. * Feature #41: Extract utility/helper methods to ``utils`` module. * Fix #45: Does not accept standard input when running under Python 3. * Feature: Clean up ``ChangeLog.rst`` for version and date numbers.
Revision 1.34 / (download) - annotate - [select for diffs], Sun Oct 5 14:42:24 2014 UTC (9 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.33: +2 -2
lines
Diff to previous 1.33 (colored)
Update to 2014.9.25: 2014.9.25 - 2014-09-25 * Feature #29, #27: Add simple table support with bypass option. * Fix #20: Replace project website with: http://alir3z4.github.io/html2text/ .
Revision 1.33 / (download) - annotate - [select for diffs], Fri Sep 12 13:52:20 2014 UTC (9 years, 2 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base,
pkgsrc-2014Q3
Changes since 1.32: +3 -1
lines
Diff to previous 1.32 (colored)
Replace Python interpreter in __init__.py to squelch pkgsrc warning. Seems unlikely to matter much in practice; ride recent version bump.
Revision 1.32 / (download) - annotate - [select for diffs], Fri Sep 12 06:04:36 2014 UTC (9 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored)
Update to 2014.9.8: 2014.9.8 - 2014-09-08 ===================== ---- * Fix #28: missing ``html2text`` package in installation.
Revision 1.31 / (download) - annotate - [select for diffs], Sun Sep 7 20:25:03 2014 UTC (9 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.30: +2 -2
lines
Diff to previous 1.30 (colored)
Update to 2014.9.7: 2014.9.7 - 2014-09-07 * Fix ``unicode``/``type`` error in memory leak unit-test. * Feature #16: Remove ``install_deps.py``. * Feature #17: Add status badges via pypin. * Feature #18: Add ``Python`` ``3.4`` to travis config file. * Feature #19: Bring ``html2text`` to a separate module and take out the ``conf``/``constant`` variables. * Feature #21: Remove meta vars from ``html2text.py`` file header. * Fix: Fix TypeError when parsing tags like <img src='foo' alt>. Fixed in #25.
Revision 1.30 / (download) - annotate - [select for diffs], Fri Jul 4 13:01:12 2014 UTC (9 years, 5 months ago) by schmonz
Branch: MAIN
Changes since 1.29: +2 -2
lines
Diff to previous 1.29 (colored)
Update to 2014.7.3. From the changelog: * Fix #8: Remove ``How to do a release`` section from README.md. * Fix #11: Include test directory markdown, html files. * Fix memory leak in using ``handle`` while keeping the old instance of ``html2text``.
Revision 1.29 / (download) - annotate - [select for diffs], Sun Apr 20 01:44:53 2014 UTC (9 years, 7 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.28: +5 -13
lines
Diff to previous 1.28 (colored)
Update to 2014.4.5 (new upstream and versioning). From the git log: * Make html2text.py compatible with python 3.*. * PEP8ize the script. * Switch tests to unittest (w/generated test cases). * Remove .editorconfig. * Remove deprecated function has_key. * Handle invalid literals for start attribute. * Add bodywidth parameter instead of module-wide BODY_WIDTH.
Revision 1.28 / (download) - annotate - [select for diffs], Fri Apr 18 13:00:01 2014 UTC (9 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
Use a better homepage.
Revision 1.27 / (download) - annotate - [select for diffs], Sat Jan 25 10:30:24 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.26: +1 -3
lines
Diff to previous 1.26 (colored)
Mark packages as not ready for python-3.x where applicable; either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
Revision 1.26 / (download) - annotate - [select for diffs], Thu Jun 6 01:52:01 2013 UTC (10 years, 6 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Changes since 1.25: +4 -12
lines
Diff to previous 1.25 (colored)
Update to 3.200.3. No changelog provided. Summarized highlights from the git log: * allow module to be imported * set UTF-8 as default encoding * better handling of Google Docs HTML * better handling of more edge-case inputs * nitpicky bugfixes to whitespace, emphasis, etc. * new config options
Revision 1.25 / (download) - annotate - [select for diffs], Thu Oct 25 06:56:50 2012 UTC (11 years, 1 month ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.24: +1 -3
lines
Diff to previous 1.24 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.24 / (download) - annotate - [select for diffs], Thu Oct 4 00:21:59 2012 UTC (11 years, 2 months ago) by cheusov
Branch: MAIN
Changes since 1.23: +2 -1
lines
Diff to previous 1.23 (colored)
Bump revision for packages with changed CONFLICTS (PYTHON_SELF_CONFLICT)
Revision 1.23 / (download) - annotate - [select for diffs], Wed Oct 3 23:40:36 2012 UTC (11 years, 2 months ago) by cheusov
Branch: MAIN
Changes since 1.22: +2 -1
lines
Diff to previous 1.22 (colored)
CONFLICTS between python modules
Revision 1.22 / (download) - annotate - [select for diffs], Sat Dec 3 00:02:17 2011 UTC (12 years ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.21: +3 -1
lines
Diff to previous 1.21 (colored)
Tag the 28 locations that result in a Python 3.1 package as supporting so. Remove it from the default list for the rest.
Revision 1.21 / (download) - annotate - [select for diffs], Sun Jun 12 11:59:20 2011 UTC (12 years, 5 months ago) by schnoebe
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.20: +4 -2
lines
Diff to previous 1.20 (colored)
Update with a working MASTER_SITES, and to FETCH_USING curl, since ftp does not handle https: URLs.
Revision 1.20 / (download) - annotate - [select for diffs], Thu Jun 9 06:21:38 2011 UTC (12 years, 5 months ago) by schmonz
Branch: MAIN
Changes since 1.19: +8 -12
lines
Diff to previous 1.19 (colored)
Update to 3.02. From the changelog: 3.02: * Use optparse for parsing and checking arguments * Encode all output as UTF-8 * Accept optional encoding for local file or URL * Use chardet for guessing local file character sets * Fix double-newlines inside code blocks 3.01: * Fix bug with unknown entities 3.0: * Add forward compatibility with Python3 2.40: * Update from sgmllib to HTMLParser so that valid XHTML doesn't fail
Revision 1.19 / (download) - annotate - [select for diffs], Tue May 10 16:45:35 2011 UTC (12 years, 6 months ago) by schnoebe
Branch: MAIN
Changes since 1.18: +4 -2
lines
Diff to previous 1.18 (colored)
root out another use of "/usr/bin/env python".
Revision 1.18 / (download) - annotate - [select for diffs], Sun Sep 19 14:05:35 2010 UTC (13 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Update to 2.39: let people grab https urls (tx Romain)
Revision 1.17 / (download) - annotate - [select for diffs], Sat Aug 7 06:44:43 2010 UTC (13 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
Update to 2.38: package properly (tx Michael Jenny, Vincent Fretin)
Revision 1.16 / (download) - annotate - [select for diffs], Wed Jan 20 14:34:58 2010 UTC (13 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.15: +3 -2
lines
Diff to previous 1.15 (colored)
Update to 2.37, set LICENSE. 2009-09-14: 2.37. don't use stdout by default (tx Greg Brown) warning: may not be backwards-compatible in some odd use cases 2009-08-10: 2.36. relative url resolution (tx Kevin North)
Revision 1.15 / (download) - annotate - [select for diffs], Tue Apr 7 04:43:23 2009 UTC (14 years, 8 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Update to 2.35. From the changelog: * undo last change (elim extra \ns) (tx Sumit Rangwala)
Revision 1.14 / (download) - annotate - [select for diffs], Mon Feb 9 21:09:23 2009 UTC (14 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.13: +1 -2
lines
Diff to previous 1.13 (colored)
Remove Python 2.1 support.
Revision 1.13 / (download) - annotate - [select for diffs], Sun Oct 19 18:39:56 2008 UTC (15 years, 1 month ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Update to 2.34. From the changelog: 2008-10-09: 2.34. elim extra \ns (tx Keith Bussell) 2008-09-19: 2.33. add support for abbr (tx Nathan Youngman) 2008-07-31: 2.32. fix parsing bug with fastcompany (tx Elias Soong)
Revision 1.12 / (download) - annotate - [select for diffs], Thu Jul 31 02:47:45 2008 UTC (15 years, 4 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Update to 2.31: * fix unicode support (tx John Chapman)
Revision 1.11 / (download) - annotate - [select for diffs], Thu Jun 12 02:14:52 2008 UTC (15 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper
Changes since 1.10: +4 -2
lines
Diff to previous 1.10 (colored)
Add DESTDIR support.
Revision 1.10 / (download) - annotate - [select for diffs], Sun Jun 1 04:52:15 2008 UTC (15 years, 6 months ago) by schmonz
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Update to 2.3. From the changelog: - add SKIP_INTERNAL_LINKS (tx Christian Siefkes) - prelim JS support, various fixes, improved performances (tx Johannes Fitz)
Revision 1.9 / (download) - annotate - [select for diffs], Mon Apr 28 22:51:30 2008 UTC (15 years, 7 months ago) by schmonz
Branch: MAIN
Changes since 1.8: +3 -3
lines
Diff to previous 1.8 (colored)
Update to 2.291: - add shbang, fix wrapping (tx Christian Siefkes)
Revision 1.8 / (download) - annotate - [select for diffs], Fri Apr 25 20:39:13 2008 UTC (15 years, 7 months ago) by joerg
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Update PYTHON_VERSIONS_COMPATIBLE - assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Feb 19 10:31:53 2008 UTC (15 years, 9 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Update to 2.29. From the changelog: * fix degenerate sites (cough 9rules) that don't close head tags * fix crash when feedparser wasn't available (tx Johann Burkard)
Revision 1.6 / (download) - annotate - [select for diffs], Fri Jun 8 11:39:02 2007 UTC (16 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Changes since 1.5: +4 -7
lines
Diff to previous 1.5 (colored)
Update to 2.28. Simplify package. Changes: 2007-04-12: 2.28. fix tables (tx Pete Savage) 2007-04-09: 2.27. fix line breaks (tx Danny O'Brien) 2007-02-23: 2.26. input unicode better (tx John Cavanaugh for the push)
Revision 1.5 / (download) - annotate - [select for diffs], Fri Jan 19 00:55:06 2007 UTC (16 years, 10 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.4: +5 -2
lines
Diff to previous 1.4 (colored)
Apply small cleanup patch from Debian. Bump PKGREVISION.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Jan 18 22:31:17 2007 UTC (16 years, 10 months ago) by schmonz
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Update to 2.25. From the changelog: * output unicode better (tx s s)
Revision 1.3 / (download) - annotate - [select for diffs], Wed Mar 1 23:25:32 2006 UTC (17 years, 9 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.2: +2 -3
lines
Diff to previous 1.2 (colored)
Update to 2.24, providing preliminary support for dt/dd.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Feb 5 23:11:06 2006 UTC (17 years, 10 months ago) by joerg
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Dec 3 00:47:04 2005 UTC (18 years ago) by schmonz
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of html2text, 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).
Revision 1.1 / (download) - annotate - [select for diffs], Sat Dec 3 00:47:04 2005 UTC (18 years ago) by schmonz
Branch: MAIN
Initial revision