14
0

- upgrade to version 2.3.13

* Remove extraneous arguments from textile method. These were originally added long ago to work with django, but markup languages are long gone from django.
 * Bugfix: Don't mangle percent-encoded URLs so much. ("#45":https://github.com/textile/python-textile/issues/45)
 * Bugfix: More fixes for poorly-formatted lists. ("#46":https://github.com/textile/python-textile/issues/46)
 * Bugfix: Improve handling of whitespace in pre-formatted blocks. This now matches php-textile's handling of pre blocks much more closely. ("#47":https://github.com/textile/python-textile/issues/47)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textile?expand=0&rev=8
This commit is contained in:
Sebastian Wagner
2017-07-20 09:58:00 +00:00
committed by Git OBS Bridge
parent 1fc3af180f
commit 647d3a9407
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jul 20 09:54:44 UTC 2017 - sebix+novell.com@sebix.at
- upgrade to version 2.3.13
* Remove extraneous arguments from textile method. These were originally added long ago to work with django, but markup languages are long gone from django.
* Bugfix: Don't mangle percent-encoded URLs so much. ("#45":https://github.com/textile/python-textile/issues/45)
* Bugfix: More fixes for poorly-formatted lists. ("#46":https://github.com/textile/python-textile/issues/46)
* Bugfix: Improve handling of whitespace in pre-formatted blocks. This now matches php-textile's handling of pre blocks much more closely. ("#47":https://github.com/textile/python-textile/issues/47)
-------------------------------------------------------------------
Tue Jun 6 18:30:32 UTC 2017 - sebix+novell.com@sebix.at