15
0

Accepting request 880503 from home:bnavigator:branches:devel:languages:python

- Update to 0.5.3
  * Add support for Linux aarch64
- Release 0.5.2
  * Enable tasklist extension
- Release 0.5.1
  * Add support for Python 3.9
  * Document deprecation of Python 2.7
- Release 0.5.0
  * Update to cmark 0.29.0.gfm.0
  * Drop support for Python 3.4; make support for 3.7 & 3.8 official
    (#21)
  * Document SAFE/UNSAFE mode and the other options (#24)
  + import cmarkgfm.cmark.Options into cmarkgfm
  * Make Python information more explicit in the README (#16)

OBS-URL: https://build.opensuse.org/request/show/880503
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmarkgfm?expand=0&rev=4
This commit is contained in:
2021-03-22 22:12:19 +00:00
committed by Git OBS Bridge
parent fd7f7b5745
commit 3ea2d78f2c
4 changed files with 28 additions and 10 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Mar 22 11:00:36 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 0.5.3
* Add support for Linux aarch64
- Release 0.5.2
* Enable tasklist extension
- Release 0.5.1
* Add support for Python 3.9
* Document deprecation of Python 2.7
- Release 0.5.0
* Update to cmark 0.29.0.gfm.0
* Drop support for Python 3.4; make support for 3.7 & 3.8 official
(#21)
* Document SAFE/UNSAFE mode and the other options (#24)
+ import cmarkgfm.cmark.Options into cmarkgfm
* Make Python information more explicit in the README (#16)
-------------------------------------------------------------------
Wed Jan 2 12:18:47 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>