forked from pool/python-lxml_html_clean
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c08cde29ad | |||
| 684f05b98c |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91291e7b5db95430abf461bc53440964d58e06cc468950f9e47db64976cebcb3
|
||||
size 21622
|
||||
3
lxml_html_clean-0.4.3.tar.gz
Normal file
3
lxml_html_clean-0.4.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c9df91925b00f836c807beab127aac82575110eacff54d0a75187914f1bd9d8c
|
||||
size 21498
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user