Accepting request 717674 from home:TheBlackCat:branches:devel:languages:python

- Update to 4.3.4
  * Rebuilt with Cython 0.29.10 to support Python 3.8.
    Note: documentation is not updated

OBS-URL: https://build.opensuse.org/request/show/717674
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=125
This commit is contained in:
Todd R 2019-07-22 19:03:20 +00:00 committed by Git OBS Bridge
parent 0dad330c4a
commit f176707a9e
4 changed files with 13 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 22 16:49:22 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 4.3.4
* Rebuilt with Cython 0.29.10 to support Python 3.8.
Note: documentation is not updated
-------------------------------------------------------------------
Tue Jul 2 15:03:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -18,14 +18,15 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-lxml
Version: 4.3.3
Version: 4.3.4
%define docver 4.3.3
Release: 0
Summary: Pythonic XML processing library
License: BSD-3-Clause AND GPL-2.0-or-later
Group: Development/Languages/Python
URL: http://lxml.de/
Source: https://files.pythonhosted.org/packages/source/l/lxml/lxml-%{version}.tar.gz
Source1: https://lxml.de/lxmldoc-%{version}.pdf
Source1: https://lxml.de/lxmldoc-%{docver}.pdf
BuildRequires: %{python_module Cython >= 0.26.1}
BuildRequires: %{python_module cssselect >= 0.9.1}
BuildRequires: %{python_module setuptools >= 18.0.1}