Update to latest version + minor fixes to spec. Please forward to factory, as this package is now needed for IPython OBS-URL: https://build.opensuse.org/request/show/294728 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=5
39 lines
1.4 KiB
Plaintext
39 lines
1.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Apr 7 11:16:51 UTC 2015 - zaitor@opensuse.org
|
|
|
|
- Update to version 0.5.1:
|
|
+ Fix a bug when list item is blank via ipython#7929.
|
|
+ Use python-wheels to build wheels for Mac.
|
|
- Drop 0001-Fix-when-list-item-is-blank.-Refer-https-github.com-.patch
|
|
fixed upstream.
|
|
- Fix source URL.
|
|
- Add fdupes BuildRequires and fdupes macro, remove duplicated
|
|
files.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 8 20:48:24 UTC 2015 - tbehrens@suse.com
|
|
|
|
- Add 0001-Fix-when-list-item-is-blank.-Refer-https-github.com-.patch
|
|
to fix #8 in odpdown, and
|
|
https://github.com/ipython/ipython/issues/7929. This is a backport
|
|
from upstream master.
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
- Changes from version 0.4.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
|
|
|
|
-initial import
|
|
|