14
0

Accepting request 284717 from home:netsroth:branches:devel:languages:python

- Update to mistune 0.5:
  * For custom lexers, *features* is replaced with *rules*
  * Refactor on function names and codes
  * Add a way to output the render tree via `#20`
  * Fix emphasis and strikethrough regular expressions
- Update to mistune 4.0.1
  * Add option for parse markdown in block level html
  * Fix on lheading, any number of underline = or - will work
  * Patch for setup if Cython is available but no C compiler

OBS-URL: https://build.opensuse.org/request/show/284717
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=2
This commit is contained in:
Denisart Benjamin
2015-02-09 15:31:21 +00:00
committed by Git OBS Bridge
parent 3150a529f2
commit 6ba8d9eb6e
4 changed files with 21 additions and 7 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Feb 7 20:36:53 UTC 2015 - tbehrens@suse.com
- Update to mistune 0.5:
* For custom lexers, *features* is replaced with *rules*
* Refactor on function names and codes
* Add a way to output the render tree via `#20`
* Fix emphasis and strikethrough regular expressions
- Update to mistune 4.0.1
* Add option for parse markdown in block level html
* Fix on lheading, any number of underline = or - will work
* Patch for setup if Cython is available but no C compiler
-------------------------------------------------------------------
Wed Oct 8 22:22:02 UTC 2014 - nevion@gmail.com