14
0

Accepting request 486626 from home:TheBlackCat:branches:devel:languages:python

- update to version 0.7.4
- Initial singlespec version

OBS-URL: https://build.opensuse.org/request/show/486626
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=10
This commit is contained in:
Todd R
2017-04-07 20:44:49 +00:00
committed by Git OBS Bridge
parent 5941bca7da
commit 0d66fa54bb
4 changed files with 47 additions and 19 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Fri Apr 7 20:00:54 UTC 2017 - toddrme2178@gmail.com
- update to version 0.7.4:
* Fix escape_link method by Marcos Ojeda
* Handle block HTML with no content by David Baumgold
* Use expandtabs for tab
* Fix escape option for text renderer
* Fix HTML attribute regex pattern
- update to version 0.7.3:
* Fix strikethrough regex
* Fix HTML attribute regex
* Fix close tag regex
- update to version 0.7.2:
* Fix hard_wrap options on renderer.
* Fix emphasis regex pattern
* Fix base64 image link #80.
* Fix link security per #87.
- update to version 0.7.1:
* Fix inline html when there is no content per #71.
- specfile:
* Initial singlespec version
* update copyright year
* updated source url to files.pythonhosted.org
-------------------------------------------------------------------
Thu Aug 13 12:08:46 UTC 2015 - toddrme2178@gmail.com