forked from pool/python-html2text
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user