14
0

- update to 32.0:

* Allow start attribute in ordered lists (#216)
  * No limit rendering RST one column field names (#219)
  * Render disabled checkboxes from Markdown (#217)
  * support cmarkgfm>=0.6.0 (#209)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-readme_renderer?expand=0&rev=16
This commit is contained in:
2022-01-16 12:51:14 +00:00
committed by Git OBS Bridge
parent f4dc362560
commit e6b558a756
3 changed files with 1 additions and 207 deletions

View File

@@ -6,6 +6,7 @@ Sun Jan 16 12:48:21 UTC 2022 - Dirk Müller <dmueller@suse.com>
* No limit rendering RST one column field names (#219)
* Render disabled checkboxes from Markdown (#217)
* support cmarkgfm>=0.6.0 (#209)
- drop remove-mock.patch, remove-six.patch: upstream
-------------------------------------------------------------------
Mon Mar 22 10:45:29 UTC 2021 - Ben Greiner <code@bnavigator.de>