- Update to 4.3.3:

* Fix leak of output buffer and unclosed files in ``_XSLTResultTree.write_output()``.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=120
This commit is contained in:
Tomáš Chvátal 2019-04-05 12:19:32 +00:00 committed by Git OBS Bridge
parent 524482a588
commit 640b73a837
6 changed files with 13 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3a9d8521c89bf6f2a929c3d12ad3ad7392c774c327ea809fd08a13be6b3bc05f
size 4380761

3
lxml-4.3.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4a03dd682f8e35a10234904e0b9508d705ff98cf962c5851ed052e9340df3d90
size 4378439

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d941b4c50e898c3fa0f2800b26ec527bd27577746e41a02a68e72ed23c2ba494
size 1151919

3
lxmldoc-4.3.3.pdf Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:960418f960ab5697ec1e5fe459acd1bd9b4fa7c3a779e5852fcd0983aaa654c2
size 1152082

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Apr 5 12:10:42 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 4.3.3:
* Fix leak of output buffer and unclosed files in ``_XSLTResultTree.write_output()``.
-------------------------------------------------------------------
Tue Mar 5 11:27:57 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-lxml
Version: 4.3.2
Version: 4.3.3
Release: 0
Summary: Pythonic XML processing library
License: BSD-3-Clause AND GPL-2.0-or-later