Skip to content

Update dependency smartypants/smartypants to v2

Romain Dartigues requested to merge renovate/smartypants-smartypants-2.x into master

This MR contains the following updates:

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

Release Notes

leohemsted/smartypants.py (smartypants/smartypants)

v2.0.1

Compare Source

  • use re.match instead of re.search to improve performance on large strings

v2.0.0

Compare Source

  • drop Pyblosxom support

  • drop str-type attr

    • use Attr.default instead of default_smartypants_attr
  • drop fooBarXyz functions, such as smartyPants, educateQuotes, and processEscapes

  • add Attr.u and Attr.h for Unicode characters and HTML named entities outputs, respectively. The stupefy_entities has become convert_entities to support all three types of conversions. (#​6)
  • Makefile

    • do not build bdist_wininst --plat-name win32 per :pep:527#bdist-dmg-bdist-msi-and-bdist-wininst

    • do not make sdist --format=zip, it would get a duplicate warning on PyPI

    • test packages build in test_setup target
    • rename target install_test to test_setup

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