summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-smartypants/0001-Change-hash-bang-to-python3.patch
Commit message (Collapse)AuthorAgeFilesLines
* python3-smartypants: upgrade 2.0.0 -> 2.0.2Trevor Gamblin2025-06-261-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | Changelog (https://github.com/justinmayer/smartypants.py/blob/main/CHANGES.rst#releases-20-and-greater): Release 2.0.2 (2025-06-17) - Fix double closing quotes after an HTML block - Fix regular expressions and tests for Python 3.12+ - Move documentation to ReadTheDocs Release 2.0.1 (2017-12-20) - use re.match instead of re.search to improve performance on large strings The patch '0001-Change-hash-bang-to-python3.patch' needed a refresh to apply on the latest version. License-Update: Update and granularize copyright years (From OE-Core rev: ebb83ce10fecd1a4378a238191f1e012f0c849b7) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-smartypants: patch hash bang to python3Tim Orling2022-02-251-0/+47
Change hash bang in smartypants and smartypants.py to be /usr/bin/env python3 [YOCTO #14638] (From OE-Core rev: ef8ccaa1dcd396dafb328cd64777d4bd6973e9e1) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>