forked from pool/python-Markups
Accepting request 305788 from home:benoit_monin:branches:devel:languages:python
- update to version 0.6.1 - update project URL - add python-importlib as a dependency for SLE11 - rename README to README.rst: changed upstream OBS-URL: https://build.opensuse.org/request/show/305788 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markups?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
7925cce894
commit
6100571389
@@ -1,3 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 16:12:55 UTC 2015 - benoit.monin@gmx.fr
|
||||
|
||||
- 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
|
||||
+ Fixed crash on extensions names starting with dot
|
||||
* Miscellaneous fixes
|
||||
- additional changes from version 0.6:
|
||||
* 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
|
||||
- additional changes from version 0.5.2:
|
||||
* Fixed loading of Markdown extensions with options
|
||||
- additional changes from version 0.5.1:
|
||||
* Fixed Markdown markup crash on empty files
|
||||
* Include documentation in the tarballs
|
||||
* Testsuite improvements
|
||||
- additional 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
|
||||
- additional changes from version 0.4:
|
||||
* Add Textile markup
|
||||
* reStructuredText markup now supports file names and settings
|
||||
overrides
|
||||
* Web module now raises WebUpdateError when updating fails
|
||||
- additional changes from version 0.3:
|
||||
* MathJax support in Markdown has been improved and no longer
|
||||
relies on tex2jax extension
|
||||
* It is now possible to pass extensions list to MarkdownMarkup
|
||||
constructor
|
||||
* Pygments style is now configurable
|
||||
* Testsuite improvements
|
||||
- update project URL
|
||||
- add python-importlib as a dependency for SLE11
|
||||
- rename README to README.rst: changed upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 09:42:28 UTC 2013 - saschpe@suse.de
|
||||
|
||||
|
||||
Reference in New Issue
Block a user