- update to 4.9.0:

* The mixin inheritance order in ``lxml.html`` was corrected.
  * Built with Cython 0.29.30 to adapt to changes in Python 3.11 and 3.12.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=156
This commit is contained in:
2022-06-07 21:18:16 +00:00
committed by Git OBS Bridge
parent 64798f60b7
commit 39d1058ba0
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jun 7 21:14:47 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 4.9.0:
* The mixin inheritance order in ``lxml.html`` was corrected.
* Built with Cython 0.29.30 to adapt to changes in Python 3.11 and 3.12.
-------------------------------------------------------------------
Fri Feb 18 00:36:08 UTC 2022 - Dirk Müller <dmueller@suse.com>