File project.diff of Package python-zipp
--- python-zipp.changes.orig
+++ python-zipp.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Mon Oct 13 18:26:12 UTC 2025 - Scott Bradnick <scott.bradnick@suse.com>
+
+- Adding 'pyproject-license-fix.diff'
+
+-------------------------------------------------------------------
Fri Oct 10 10:58:09 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Updateto 3.23.0
--- python-zipp.spec.orig
+++ python-zipp.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-zipp
#
-# Copyright (c) 2024 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
@@ -33,6 +33,7 @@ License: MIT
Group: Development/Languages/Python
URL: https://github.com/jaraco/zipp
Source: https://files.pythonhosted.org/packages/source/z/zipp/zipp-%{version}.tar.gz
+Patch0: pyproject-license-fix.diff
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 56}
@@ -60,6 +61,7 @@ sed -i '/addopts/ s/--doctest-modules//'
# People still want this for 15.X despite Python 3.6 is not supported upstream anymore
sed -i 's/python_requires = >=3.7/python_requires = >=3.6/' setup.cfg
rm -r zipp.egg-info
+%patch -P 0
%build
%pyproject_wheel