From 38c8624d3d190527f83fec07d8e1f50fa6907991 Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Wed, 21 May 2025 00:36:26 +0200 Subject: [PATCH 1/2] add workaround for setuptools version --- python-html2text.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python-html2text.spec b/python-html2text.spec index a71a6f8..6f9f057 100644 --- a/python-html2text.spec +++ b/python-html2text.spec @@ -21,6 +21,9 @@ BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python3-pytest +# to remove incompatible setuptools license field +BuildRequires: tomcli + %description %{common_desc} @@ -37,6 +40,7 @@ Obsoletes: python2-%{upname} <= %{version}-%{release} %prep %autosetup -n %{upname}-%{version} +tomcli set pyproject.toml del project.license %generate_buildrequires %pyproject_buildrequires From 2e295b849fa4f3c13df1cf18f5cff5913de4b784 Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Wed, 21 May 2025 01:08:43 +0200 Subject: [PATCH 2/2] catch up changelog --- python-html2text.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-html2text.spec b/python-html2text.spec index 6f9f057..1e5f4e5 100644 --- a/python-html2text.spec +++ b/python-html2text.spec @@ -87,6 +87,9 @@ popd %changelog +* Wed May 21 2025 David Kaufmann - 2025.4.15-1 +- Update to 2025.4.15 + * Sat Jan 18 2025 Fedora Release Engineering - 2024.2.26-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild