Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump html2text from 2018.1.9 to 2020.1.16 #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2021

Bumps html2text from 2018.1.9 to 2020.1.16.

Release notes

Sourced from html2text's releases.

Release 2019.8.11

  • 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.

PyPI: https://pypi.org/project/html2text/2019.8.11/

Changelog

Sourced from html2text's changelog.

2020.1.16


  • Add type annotations.
  • Add support for Python 3.8.
  • Performance improvements when wrap_links is False (the default).
  • Configure setuptools using setup.cfg.

2019.9.26


  • Fix long blockquotes wrapping.
  • Remove the trailing whitespaces that were added after wrapping list items & blockquotes.
  • Remove support for Python ≤ 3.4. Now requires Python 3.5+.
  • 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.

2019.8.11


  • 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.

Commits
  • c068176 Prepare for the next release
  • 15b308d Test the --unicode-snob CLI argument
  • bd982bd Speed up skipwrap function
  • 2d2c702 Use setuptools declarative syntax through setup.cfg
  • 3af1738 Test on Python 3.8 final
  • bbaf737 Test on upcoming Python 3.8
  • c5017c4 Update PyPy3 on Travis
  • 9513634 Xenial is now the default on Travis
  • 10171cf Use mypy to do static type checking of html2text
  • a80aad8 Use relative imports internally
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [html2text](https://github.com/Alir3z4/html2text) from 2018.1.9 to 2020.1.16.
- [Release notes](https://github.com/Alir3z4/html2text/releases)
- [Changelog](https://github.com/Alir3z4/html2text/blob/master/ChangeLog.rst)
- [Commits](Alir3z4/html2text@2018.1.9...2020.1.16)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants