Up to [cvs.NetBSD.org] / pkgsrc / textproc / py-markdown2
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.22 / (download) - annotate - [select for diffs], Fri Aug 4 08:32:28 2023 UTC (4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
HEAD
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
py-markdown2: updated to 2.4.10 python-markdown2 2.4.10 - Allow more relative links in safe mode - Always restore hashed HTML blocks - Add `middle-word-em` extra
Revision 1.21 / (download) - annotate - [select for diffs], Wed Jul 19 11:03:22 2023 UTC (4 months, 2 weeks ago) by adam
Branch: MAIN
Changes since 1.20: +3 -3
lines
Diff to previous 1.20 (colored)
py-markdown2: updated to 2.4.9 python-markdown2 2.4.9 - Add `<thead>` tag to html-classes extra - Fix link patterns extra matching against internal hashes - Replace deprecated `optparse` with `argparse` - Fix `_uniform_outdent` failing with empty strings - Fix HTML elements not unhashing correctly - Remove deprecated `imp` module - Allow link patterns to be passed via extras dict - Fix relative links not working in safe mode
Revision 1.20 / (download) - annotate - [select for diffs], Fri Feb 17 16:46:42 2023 UTC (9 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Changes since 1.19: +4 -3
lines
Diff to previous 1.19 (colored)
py-markdown2: updated to 2.4.8 python-markdown2 2.4.8 * Fix images not being procesed correctly python-markdown2 2.4.7 * Fix hashing nested HTML blocks * Fix backslash being unable to escape raw HTML tags * Add support for telegram spoiler in extras * mermaid support * Fix escaping ampersands in hrefs * Fix indented codeblocks inside fences * Remove code-color extra python-markdown2 2.4.6 * Feature wavedrom support * Fix mixing ordered and un-ordered lists combining into single list type python-markdown2 2.4.5 * Add optional dependencies to setup.py python-markdown2 2.4.4 * Fix TypeError if html-classes extra is None * Remove Python2 support * Replace <strike> with <s> in strike extra * Fix link patterns extra applying within links * create proper entry point * Codespans inside link text issue344 * Underline and HTML comments * Links with brackets * Fix emacs local variable one-liners * Example of the current mixed-paragraph mode behavior in lists * Fix code block indentation in lists * Fix filter bypass leading to XSS * Fix html-classes extra not applying to code spans * Fix pygments block matching * Fix pyshell blocks in blockquotes * Fix multilevel lists * Remove _uniform_outdent_limit function * Add support for ordered lists that don't start at 1. * Fix AssertionError with lazy numbered lists * Add <ul> and <ol> tags to html-classes extra * XSS test and fix python-markdown2 2.4.3 * Fix meta indentation * Fix code surrounded by blank lines inside blockquote fenced code blocks * Fix inline code pipe symbol within tables * Fix code block parsing error * Fix hr block created when not supposed to * Fix backslashes removed by adjacent code blocks * Fix md5-* in resulting HTML when several code blocks follow one by one * Fix excessive <br> tags in lists using break-on-newline extra * Standardize key and value definitions for metadata extra * Fix fenced code blocks breaking lists * Fix catastrophic backtracking (Regex DoS) in pyshell blocks. * Fix incorrect indentation of fenced code blocks within lists * RST admonitions * Improve error message if link_patterns forgotten * fix compatibility with pygments 2.12 python-markdown2 2.4.2 * Fix for fenced code blocks issue * Be more strict on auto linking urls, RE DOS fix python-markdown2 2.4.1 * Tables extra: allow whitespace at the end of the underline row * Pyshell extra: enable syntax highlighting if fenced-code-blocks is loaded. * Regex DOS bandaid fix python-markdown2 2.4.0 * Fixed bug breaking strings elements in metadata lists * When rendering fenced code blocks, also add the language-LANG class * Regex DoS fixes
Revision 1.19 / (download) - annotate - [select for diffs], Tue Jan 4 20:54:59 2022 UTC (23 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.18: +2 -1
lines
Diff to previous 1.18 (colored)
*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.18 / (download) - annotate - [select for diffs], Thu Oct 22 08:08:09 2020 UTC (3 years, 1 month ago) by adam
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
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
py-markdown2: updated to 2.3.10 python-markdown2 2.3.10 - Don't merge sequential quotes into a single blockquote - use style=text-align for table alignment - introduce underline extra - Support for structured and nested values in metadata - add noopener to external links
Revision 1.17 / (download) - annotate - [select for diffs], Tue May 12 06:52:05 2020 UTC (3 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
py-markdown2: updated to 2.3.9 python-markdown2 2.3.9 - Added header support for wiki tables - Reset _toc when convert is run - XSS fix - XSS fix
Revision 1.16 / (download) - annotate - [select for diffs], Thu May 30 05:10:55 2019 UTC (4 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.15: +3 -3
lines
Diff to previous 1.15 (colored)
py-markdown2: updated to 2.3.8 python-markdown2 2.3.8 - Temporary fix to issue 150 - Stop XML escaping the body of a link - Don't auto link patterns surrounded by triple quotes - Add class configurability to the enclosing tag - Accept [X] as marked task
Revision 1.15 / (download) - annotate - [select for diffs], Thu Dec 6 20:30:31 2018 UTC (5 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Changes since 1.14: +7 -7
lines
Diff to previous 1.14 (colored)
py-markdown2: updated to 2.3.7 python-markdown2 2.3.7 * Drop support for legacy Python versions * Fix syntax highlighting test cases that depend on Pygments output * Add support for Python 3.7 * Add Wheel package support * Fix toc_depth initialization regression * XSS fix
Revision 1.14 / (download) - annotate - [select for diffs], Wed Oct 3 10:24:41 2018 UTC (5 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.13: +3 -3
lines
Diff to previous 1.13 (colored)
py-markdown2: updated to 2.3.6 python-markdown2 2.3.6 * Add TOC depth option * Fix to add TOC html to output via CLI * Do not remove anchors in safe_mode * fixing cuddled-lists with a single list item * Fix Wrong rendering of last list element * link-patterns fix * Replace a deprecated method * DeprecationWarning: invalid escape sequence * Fix "make test" in Python 3 * Fix CVE-2018-5773
Revision 1.13 / (download) - annotate - [select for diffs], Tue Nov 28 09:02:59 2017 UTC (6 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.12: +3 -3
lines
Diff to previous 1.12 (colored)
py-markdown2: updated to 2.3.5 python-markdown2 2.3.5: - Fenced code blocks lang with leading space - Search for items only within metadata header - highlightjs language class support - FIPS compliance - Fix for double amp replacement inside link title
Revision 1.12 / (download) - annotate - [select for diffs], Thu Jul 6 07:43:33 2017 UTC (6 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.11: +7 -6
lines
Diff to previous 1.11 (colored)
python-markdown2 2.3.4 - task list extra visual changes - Don't let "target-blank-lines" break footnotes - Translatable footnote titles - Add pipe escaping in table extension
Revision 1.11 / (download) - annotate - [select for diffs], Wed Jun 8 17:43:40 2016 UTC (7 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Switch to MASTER_SITES_PYPI.
Revision 1.10 / (download) - annotate - [select for diffs], Sun Sep 28 03:05:47 2014 UTC (9 years, 2 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
I don't remember why I imported and updated this package.
Revision 1.9 / (download) - annotate - [select for diffs], Tue Aug 26 11:51:58 2014 UTC (9 years, 3 months ago) by obache
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Update py-markdown2 to 2.2.2. ## python-markdown2 2.2.2 - [pull #156] Footnotes XML compatibility. - [pull #157] Horizontal rule minimum length. - [pull #162] Fix escaping fenced code block with safe mode - [pull #163] Fix code highlight with safe mode
Revision 1.8 / (download) - annotate - [select for diffs], Fri Aug 8 12:56:21 2014 UTC (9 years, 4 months ago) by obache
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Update py-markdown2 to 2.2.1. ## python-markdown2 2.2.1 - [issue #142 pull #141] Fix parentheses and spaces in urls. - [issue #88 issue #95 pull #145] Fix code blocks in code blocks with syntax highlighting. - [issue #113 issue #127 via pull #144] Fix fenced-code-blocks html and code output. - [pull #133] Unify the -/= and ## style headers and fix TOC order - [pull #146] tag-friendly extra to require that atx headers have a space after #
Revision 1.7 / (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-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.6: +1 -3
lines
Diff to previous 1.6 (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.6 / (download) - annotate - [select for diffs], Wed Jan 22 13:18:19 2014 UTC (9 years, 10 months ago) by obache
Branch: MAIN
Changes since 1.5: +5 -2
lines
Diff to previous 1.5 (colored)
Update py-markdown2 to 2.2.0. ## python-markdown2 2.2.0 - [issue #135] Fix fenced code blocks odd rendering. - [pull #138] specify shell in Makefile - [pull #130] break-on-newline extra - [pull #140] Allow html-classes for img - [pull #122] Allow parentheses in urls
Revision 1.5 / (download) - annotate - [select for diffs], Sat Jan 19 10:35:05 2013 UTC (10 years, 10 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1
Changes since 1.4: +2 -3
lines
Diff to previous 1.4 (colored)
Update py-markdown2 to 2.1.0 ## python-markdown2 2.1.0 - ["nofollow" extra, issue #74, pull #104] Add `rel="nofollow"` support (mostly by https://github.com/cdman): $ echo '[link](http://example)' | markdown2 -x nofollow <p><a rel="nofollow" href="http://example">link</a></p> Limitation: This *can* add a duplicate 'rel' attribute to raw HTML links in the input.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Oct 25 06:56:51 2012 UTC (11 years, 1 month ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.3: +1 -3
lines
Diff to previous 1.3 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.3 / (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.2: +2 -1
lines
Diff to previous 1.2 (colored)
Bump revision for packages with changed CONFLICTS (PYTHON_SELF_CONFLICT)
Revision 1.2 / (download) - annotate - [select for diffs], Wed Oct 3 23:40:37 2012 UTC (11 years, 2 months ago) by cheusov
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
CONFLICTS between python modules
Revision 1.1 / (download) - annotate - [select for diffs], Wed Aug 15 09:27:34 2012 UTC (11 years, 3 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3
Import py-markdown2-2.0.1 as textproc/py-markdown2. Markdown is a text-to-HTML filter; it translates an easy-to-read / easy-to-write structured text format into HTML. Markdown's text format is most similar to that of plain text email, and supports features such as headers, *emphasis*, code blocks, blockquotes, and links. -- http://daringfireball.net/projects/markdown/ This is a fast and complete Python implementation of the Markdown spec.