14
0
forked from pool/python-lxml

Accepting request 988040 from home:apersaud:branches:devel:languages:python

- update to version 4.9.1:
  * Bugs fixed
    + A crash was resolved when using iterwalk() (or canonicalize())
      after parsing certain incorrect input. Note that iterwalk() can
      crash on valid input parsed with the same parser after failing
      to parse the incorrect input.

Note: The doc pdf seems to be outdated, but I couldn't find any newer ones on their webpage. Perhaps the doc package should be deleted?

OBS-URL: https://build.opensuse.org/request/show/988040
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=158
This commit is contained in:
2022-07-11 06:03:30 +00:00
committed by Git OBS Bridge
parent 2e6655d043
commit 50beb4c568
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Jul 9 14:10:48 UTC 2022 - Arun Persaud <arun@gmx.de>
- update to version 4.9.1:
* Bugs fixed
+ A crash was resolved when using iterwalk() (or canonicalize())
after parsing certain incorrect input. Note that iterwalk() can
crash on valid input parsed with the same parser after failing
to parse the incorrect input.
-------------------------------------------------------------------
Tue Jun 7 21:14:47 UTC 2022 - Dirk Müller <dmueller@suse.com>