forked from pool/python-CommonMark
Accepting request 486210 from home:TheBlackCat:branches:devel:languages:python
Needed by recent versions of the jupyter suite. OBS-URL: https://build.opensuse.org/request/show/486210 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CommonMark?expand=0&rev=1
This commit is contained in:
60
python-CommonMark.changes
Normal file
60
python-CommonMark.changes
Normal file
@@ -0,0 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 3 14:56:45 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
- Update to 0.7.3
|
||||
* The CommonMark spec has been updated to 0.27.
|
||||
- Update to 0.7.2
|
||||
* Removed outdated files from distributed packages, reported by @hyperknot
|
||||
- Update to 0.7.1
|
||||
* Updated CommonMark spec to 0.26.
|
||||
* Fixed JSON output invoked by `cmark -aj somefile.md`, reported by @rplCloud
|
||||
* Fixed a bug with `dumpAST()` on ordered lists, from @rflynn
|
||||
- Update to 0.7.0
|
||||
* The `cmark.py` script is now just called `cmark`.
|
||||
* Fixed a bug where the `cmark.py` script contained a bogus path, reported
|
||||
by @yuhui-lin.
|
||||
* Fixed a bug where a TypeError could occur, reported by @civalin.
|
||||
- Update to 0.6.4
|
||||
* The CommonMark spec has been updated to 0.25.
|
||||
* The HtmlRenderer has been refactored based on upstream changes in commonmark.js.
|
||||
* Python 2 fixes from @eric-wieser
|
||||
* Contributions from @funkybob and @hyperknot
|
||||
- Update to 0.6.3
|
||||
* CommonMark-py now supports Python 2.6.
|
||||
* The CommonMark spec has been updated to 0.24.
|
||||
- Update to 0.6.2
|
||||
* Fixed a UnicodeEncodeError when parsing unicode entities on
|
||||
Python 2. As a result, CommonMark-py now relies on the "future"
|
||||
module in Python 2, as documented in setup.py. This can be found on
|
||||
pypi: https://pypi.python.org/pypi/future
|
||||
- Update to 0.6.1
|
||||
* Fixed an IndexError exception that occurred when input string
|
||||
was empty.
|
||||
- Update to 0.6.0
|
||||
* CommonMark-py now complies to the 0.23 CommonMark spec
|
||||
http://spec.commonmark.org/0.23/
|
||||
* The ExtensionBlock has been removed in this release, since
|
||||
the parser has been rewritten.
|
||||
* Added a compatibility fix for Python 2.6, but this version
|
||||
of Python still isn't really supported.
|
||||
* `HTMLRenderer` has been renamed to `HtmlRenderer`.
|
||||
* `DocParser` has been renamed to `Parser`.
|
||||
- Update to 0.5.5
|
||||
* Random bug fixes
|
||||
* Internal code structure changes
|
||||
* Compatibility fixes for Python 3
|
||||
- Initial singlespec version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 8 07:15:15 UTC 2016 - arun@gmx.de
|
||||
|
||||
- specfile:
|
||||
* changed to https for source url
|
||||
* updated source url to files.pythonhosted.org
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 9 18:26:59 UTC 2015 - bruno@ioda-net.ch
|
||||
|
||||
- Initial packaging on obs
|
||||
|
||||
Reference in New Issue
Block a user