CVS log for pkgsrc/textproc/py-mistune/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / textproc / py-mistune
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:29:06 2024 UTC (10 hours, 18 minutes ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -2
lines
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Oct 28 19:57:18 2023 UTC (12 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1
lines
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Oct 2 09:12:05 2023 UTC (13 months, 1 week ago) by adam
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2
lines
py-mistune: updated to 3.0.2
Version 3.0.2
* Fix list parser to avoid RecursionError
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Aug 28 09:20:22 2023 UTC (14 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +6 -3
lines
py-mistune: updated to 3.0.1
Version 3.0.1
-------------
* Add ``py.typed`` for mypy
* Add ``tests``, ``docs`` for sdist
* Support ``renderer="ast"`` for rendering AST
Version 3.0.0
-------------
* Do not strip leading unicode spaces like emsp
* Ensure new line at end of the text
Version 3.0.0rc5
----------------
* Fix fenced directives
* Fix inline link parser
* Fix block math plugin for multiple lines
* Fix empty list item for markdown renderer
Version 3.0.0rc4
----------------
* Fix plugin footnotes when there is no newline at the end
* Move safe HTML entities to HTMLRenderer
* Redesign directives parsing
* Add Image and Figure directive
Version 3.0.0rc3
----------------
* Render inline math with ``\(`` and ``\)``
* Added ``RSTRenderer``, and ``MarkdownRenderer``
* Fix ``toc_hook`` method
* **Breaking change**, rename ``RstDirective`` to ``RSTDirective``
Version 3.0.0rc2
----------------
* Add **spoiler** plugin
* Add ``collapse`` option for ``TableOfContents`` directive
* **Breaking change** on directive design, added fenced directive
Version 3.0.0rc1
----------------
* Add **superscript** plugin
Version 3.0.0a3
---------------
* Fix ruby plugin
* Change toc parameter ``depth`` to ``level``
Version 3.0.0a2
---------------
* Escape block code in HTMLRenderer
* Fix parsing links
Version 3.0.0a1
---------------
This is the first release of v3. Features included:
* redesigned mistune
* plugins
* directives
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri May 5 09:02:14 2023 UTC (18 months, 1 week ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -4
lines
py-mistune: no need for pytest
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri May 5 08:48:35 2023 UTC (18 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +9 -5
lines
py-mistune: update to 2.0.5.
pkgsrc note: the CVE listed below was only for 2.x, so pkgsrc is
not affected.
2.0.5
Improve on parsing list. Make it possible to customize list regex. ref #331
2.0.4
Fix url plugin in <a> tag
Fix * formatting
2.0.3
Fix table plugin
Security fix for CVE-2022-34749
2.0.2
cape_url via #295
2.0.1
Fix XSS for image link syntax.
2.0.0
First release of Mistune v2.
2.0.0rc1
In this release, we have a Security Fix for harmful links.
2.0.0alpha1
This is the first release of v2. An alpha version for users to have a preview of the new mistune.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:54:59 2022 UTC (2 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1
lines
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Oct 14 12:09:56 2018 UTC (6 years ago) by adam
Branches: 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,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -5
lines
py-mistune: updated to 0.8.4
Version 0.8.4
Support an escaped pipe char in a table cell.
Fix ordered and unordered list.
Fix spaces between = in HTML tags
Add max_recursive_depth for list and blockquote.
Fix fences code block.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Dec 18 09:10:09 2017 UTC (6 years, 10 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
py-mistune: updated to 0.8.3
Version 0.8.3
* Fix nested html issue.
Version 0.8.2
* Fix _keyify with lower case.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Nov 10 07:48:46 2017 UTC (7 years ago) by adam
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -4
lines
py-mistune: updated to 0.8.1
0.8.1:
Changes unknown.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Oct 27 13:06:27 2017 UTC (7 years ago) by adam
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -3
lines
py-mistune: updated to 0.8
Version 0.8
* Remove non breaking spaces preprocessing
* Remove rev and rel attribute for footnotes
* Fix bypassing XSS vulnerability by junorouse
This version is strongly recommended, since it fixed
a security issue.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jul 20 17:03:46 2017 UTC (7 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -2
lines
Rev1: build C-extension
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Mar 20 13:21:08 2017 UTC (7 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -2
lines
Updated py-mistune to 0.7.4.
Add test dependency.
Version 0.7.4
~~~~~~~~~~~~~
Released on Mar. 14, 2017
* Fix escape_link method by Marcos Ojeda
* Handle block HTML with no content by David Baumgold
* Use expandtabs for tab
* Fix escape option for text renderer
* Fix HTML attribute regex pattern
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Feb 13 21:06:21 2017 UTC (7 years, 8 months ago) by adam
Branches: MAIN
Added textproc/py-mistune version 0.7.3
The fastest markdown parser in pure Python with renderer features, inspired by
marked.
Features:
* Pure Python. Tested in Python 2.6+, Python 3.3+ and PyPy.
* Very Fast. It is the fastest in all pure Python markdown parsers.
* More Features. Table, footnotes, autolink, fenced code etc.
CVSweb <webmaster@jp.NetBSD.org>