15
0

- Update to 2025.4.15:

* Upgrade Build Tools to Lates
  * Support tri-backquote style code block and fix ordered list indent
  * Fix invalid character reference parsing
- Correct parsing error in changes file.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html2text?expand=0&rev=47
This commit is contained in:
2025-07-07 02:19:39 +00:00
committed by Git OBS Bridge
parent 1ea0c7a4d2
commit 4d41ea6fb4
4 changed files with 15 additions and 7 deletions

View File

@@ -20,15 +20,15 @@
%define upname html2text
%{?sle15_python_module_pythons}
Name: python-%{upname}
Version: 2024.2.26
Version: 2025.4.15
Release: 0
Summary: Python script for turning HTML into Markdown text
License: GPL-3.0-only
Group: Development/Languages/Python
URL: https://github.com/Alir3z4/html2text/
Source: https://files.pythonhosted.org/packages/source/h/%{upname}/%{upname}-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: alts
@@ -75,6 +75,6 @@ rm -r *.egg-info/
%doc README.md AUTHORS.rst ChangeLog.rst
%python_alternative %{_bindir}/%{upname}
%{python_sitelib}/html2text
%{python_sitelib}/html2text-%{version}*-info
%{python_sitelib}/html2text-%{version}.dist-info
%changelog