Skip to content

chore(deps): update dependency smartypants/smartypants to v1.8.6

Romain Dartigues requested to merge renovate/smartypants-smartypants-1.x into devel

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
smartypants/smartypants ==1.7.1 -> ==1.8.6 age adoption passing confidence

Release Notes

leohemsted/smartypants.py (smartypants/smartypants)

v1.8.6

Compare Source

  • Makefile

    • add LC_ALL=C test for locale setting on setup.py wrt #​5
    • change virtualenv invocation method in install_test target
  • fix UnicodeDecodeError on opening smartypants.py, which includes Unicode characters, when running setup.py with Python 3 and specific locales (#​5, patch by Benoît Monin)

v1.8.5

Compare Source

  • fix requirement of Wheel, now optional (#​4)

v1.8.4

Compare Source

  • add missing COPYING and CHANGES.rst to package (#​3)
  • add bdist_wheel to the building process for Python Wheel format
  • add test_doc8 target
  • fix install_test on missing of Wheel package
  • fix argparse version option breaks CLI on Python 3

v1.8.3

Compare Source

  • fix _tokenize can not handle HTML comment properly

    This fix includes pull request #​1 with modification for handling -- appears in a comment, which makes the comment not a comment

v1.8.2

Compare Source

  • deprecate fooBarXyz functions, such as educateQuotes and processEscapes
  • fix --- being converted in educateDashes

    The Perl doesn't do such, and it's possibly a mistaken in version v1.5_1.5 (eed4a8a)

    If you want the same behavior with default attributes, you need to use Attr.q | Attr.b | Attr.i | Attr.e

  • setup.py

    • add build_sphinx and upload_sphinx commands
  • Makefile

    • add doc for documentation generation
    • add upload_doc for uploading to PyPI
    • add clean for cleaning up built files
  • add documentation generation

v1.8.1

Compare Source

  • fix deprecated smartyPants returns nothing (#​2)
  • add test file for deprecated stuff

v1.8.0

Compare Source

  • deprecate str-type attr with:

    • redesign attr input with new Attr object

      • "-1" now is Attr.s ("s")
    • _str_attr_to_int() to handle str-type before the removal

  • deprecate function name smartyPants, now smartypants

  • remove tags_to_skip_regex and add tags_to_skip as a list of skipped HTML with a helper function to compile a regular expression

  • command-line

    • add --version
    • add --skip for skipped elements
  • add Makefile:

    • test_pep8, test_pyflakes, and test_test (unittest) targets

    • install_test target for checking package installation

      • test target for all tests above
  • add style, samp, and tt to be skipped HTML elements

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports