- 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:
Dirk Mueller 2022-06-07 21:18:16 +00:00 committed by Git OBS Bridge
parent 77aa18a220
commit 2e6655d043
4 changed files with 11 additions and 4 deletions

View File

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

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

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

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>

View File

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