diff --git a/html2text-2024.2.26.tar.gz b/html2text-2024.2.26.tar.gz
deleted file mode 100644
index fee6f98..0000000
--- a/html2text-2024.2.26.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:05f8e367d15aaabc96415376776cdd11afd5127a77fce6e36afc60c563ca2c32
-size 56527
diff --git a/html2text-2025.4.15.tar.gz b/html2text-2025.4.15.tar.gz
new file mode 100644
index 0000000..0f2895a
--- /dev/null
+++ b/html2text-2025.4.15.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:948a645f8f0bc3abe7fd587019a2197a12436cd73d0d4908af95bfc8da337588
+size 64316
diff --git a/python-html2text.changes b/python-html2text.changes
index 18b96c6..3ecf84b 100644
--- a/python-html2text.changes
+++ b/python-html2text.changes
@@ -1,3 +1,12 @@
+-------------------------------------------------------------------
+Mon Jul 7 02:18:35 UTC 2025 - Steve Kowalik
+
+- 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.
+
-------------------------------------------------------------------
Wed Jun 4 13:09:18 UTC 2025 - Nico Krapp
@@ -343,7 +352,6 @@ Wed Sep 21 09:28:46 UTC 2011 - saschpe@suse.de
- Fixed non-executable script rpmlint warning
-------------------------------------------------------------------
-
Tue Feb 15 23:33:53 UTC 2011 - alexandre@exatati.com.br
- Update to 3.01.
diff --git a/python-html2text.spec b/python-html2text.spec
index be8139c..587aca2 100644
--- a/python-html2text.spec
+++ b/python-html2text.spec
@@ -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