14
0

2 Commits

Author SHA256 Message Date
c08cde29ad Accepting request 1310437 from devel:languages:python
- Update to 0.4.3:
  * Tests updated to work correctly with new lxml and libxml2 releases.
  * Python 3.6 and 3.7 are no longer tested.

OBS-URL: https://build.opensuse.org/request/show/1310437
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lxml_html_clean?expand=0&rev=4
2025-10-10 15:10:12 +00:00
684f05b98c - Update to 0.4.3:
* Tests updated to work correctly with new lxml and libxml2 releases.
  * Python 3.6 and 3.7 are no longer tested.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml_html_clean?expand=0&rev=9
2025-10-10 05:38:58 +00:00
4 changed files with 13 additions and 8 deletions

View File

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

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Oct 10 05:38:18 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.4.3:
* Tests updated to work correctly with new lxml and libxml2 releases.
* Python 3.6 and 3.7 are no longer tested.
-------------------------------------------------------------------
Fri Apr 11 20:57:19 UTC 2025 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-lxml_html_clean
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,14 @@
%{?sle15_python_module_pythons}
%define skip_python2 1
Name: python-lxml_html_clean
Version: 0.4.2
Version: 0.4.3
Release: 0
Summary: HTML cleaner from lxml project
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/fedora-python/lxml_html_clean/
Source: https://files.pythonhosted.org/packages/source/l/lxml-html-clean/lxml_html_clean-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.6}
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 61.0}
BuildRequires: %{python_module wheel}