2017-11-28 10:02:59 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
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
|
2017-07-07 08:46:14 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Added ALTERNATIVES
|
2017-07-06 09:43:33 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
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
|
2016-06-08 19:43:49 by Thomas Klausner | Files touched by this commit (356) |
Log message:
Switch to MASTER_SITES_PYPI.
|
2015-11-04 03:00:17 by Alistair G. Crooks | Files touched by this commit (797) |
Log message:
Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
Package cabocha: missing distfile cabocha-0.68.tar.bz2
Package convertlit: missing distfile clit18src.zip
Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2014-09-28 05:05:47 by OBATA Akio | Files touched by this commit (1) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
I don't remember why I imported and updated this package.
|
2014-08-26 13:51:58 by OBATA Akio | Files touched by this commit (2) |
Log message:
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
|
2014-08-08 14:56:21 by OBATA Akio | Files touched by this commit (2) |
Log message:
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 #
|
2014-01-25 11:30:32 by Thomas Klausner | Files touched by this commit (533) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
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.
|
2014-01-22 14:18:19 by OBATA Akio | Files touched by this commit (2) |
Log message:
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
|