summaryrefslogtreecommitdiff
path: root/textproc/py-markdown2/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-1/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2020-10-22py-markdown2: updated to 2.3.10adam1-2/+2
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
2020-05-12py-markdown2: updated to 2.3.9adam1-2/+2
python-markdown2 2.3.9 - Added header support for wiki tables - Reset _toc when convert is run - XSS fix - XSS fix
2019-05-30py-markdown2: updated to 2.3.8adam1-3/+3
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
2018-12-06py-markdown2: updated to 2.3.7adam1-7/+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
2018-10-03py-markdown2: updated to 2.3.6adam1-3/+3
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
2017-11-28py-markdown2: updated to 2.3.5adam1-3/+3
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
2017-07-06python-markdown2 2.3.4adam1-6/+7
- task list extra visual changes - Don't let "target-blank-lines" break footnotes - Translatable footnote titles - Add pipe escaping in table extension
2016-06-08Switch to MASTER_SITES_PYPI.wiz1-2/+2
2014-09-28I don't remember why I imported and updated this package.obache1-2/+2
2014-08-26Update py-markdown2 to 2.2.2.obache1-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
2014-08-08Update py-markdown2 to 2.2.1.obache1-2/+2
## 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 #
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-3/+1
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.
2014-01-22Update py-markdown2 to 2.2.0.obache1-2/+5
## 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
2013-01-19Update py-markdown2 to 2.1.0obache1-3/+2
## 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.
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-04Bump revision for packages with changed CONFLICTS (PYTHON_SELF_CONFLICT)cheusov1-1/+2
2012-10-03CONFLICTS between python modulescheusov1-1/+2
2012-08-15Import py-markdown2-2.0.1 as textproc/py-markdown2.obache1-0/+25
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.