File python3-Markups.changes of Package python3-Markups
-------------------------------------------------------------------
Thu Jun 18 15:27:10 UTC 2015 - arun@gmx.de
- update to version 0.6.3:
* No-change re-upload with fixed tarball and changelog.
- changes from version 0.6.2
* Markdown markup: fixed detection of codehilite extension with
options.
* Added a warning about deprecation of the markups.web module.
-------------------------------------------------------------------
Sat Apr 25 18:24:19 UTC 2015 - arun@gmx.de
- specfile:
* updated url
* README -> README.rst
- update to version 0.6.1:
* PyMarkups now uses warnings system instead of printing messages
to stderr.
* Improvements to Markdown markup:
+ Fixed parsing math that contains nested environments
(thanks to Gautam Iyer for the patch).
+ Fixed crash on extensions names starting with dot.
* Miscellaneous fixes.
-------------------------------------------------------------------
Wed Jan 28 17:23:18 UTC 2015 - arun@gmx.de
- update to version 0.6.0:
* Custom markups are now normal Python modules.
* Web module no longer supports Python 2.x.
* Refactor the code related to Markdown extensions to make it
work with upcoming Python-Markdown releases.
* MathJax extension is now in a separate module.
-------------------------------------------------------------------
Thu Jan 8 00:42:40 UTC 2015 - arun@gmx.de
- specfile: update copyright year
- changes from Version 0.5.2:
* Fixed loading of Markdown extensions with options.
- changes from Version 0.5.1:
* Fixed Markdown markup crash on empty files.
* Include documentation in the tarballs.
* Testsuite improvements.
- changes from Version 0.5:
* Improvements to Markdown markup:
+ All math delimeters except "$...$" are now enabled by
default
+ "remove_extra" extension now disables formulas support
+ It is now possible to specify required extensions in the
first line of the file
* Add Sphinx documentation
-------------------------------------------------------------------
Wed Apr 16 09:08:08 UTC 2014 - mailaender@opensuse.org
- initial packaging