Changelog for
python3-Markups-0.6.3-lp150.4.1.noarch.rpm :
* Thu Jun 18 2015 arunAATTgmx.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 2015 arunAATTgmx.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 2015 arunAATTgmx.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 08 2015 arunAATTgmx.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 2014 mailaenderAATTopensuse.org- initial packaging