15
0

- Update to 1.1.1:

* Fix segfault when __html__ method raises an exception when using the C speedups. The exception is now propagated correctly. (#109)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=28
This commit is contained in:
Tomáš Chvátal
2019-03-05 16:47:33 +00:00
committed by Git OBS Bridge
parent 1c982ea5d3
commit b07e8d02bd
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 5 16:46:50 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.1.1:
* Fix segfault when __html__ method raises an exception when using the C speedups. The exception is now propagated correctly. (#109)
-------------------------------------------------------------------
Thu Feb 21 16:13:28 UTC 2019 - John Vandenberg <jayvdb@gmail.com>