From edebaab9609626cf0114db6c0c0a17c1d5997bec6c41eb55589ccbcaa4cefe31 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 24 Mar 2025 07:13:18 +0000 Subject: [PATCH 1/2] - Correct dist-info directory due to new setuptools. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.interface?expand=0&rev=79 --- python-zope.interface.changes | 5 +++++ python-zope.interface.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-zope.interface.changes b/python-zope.interface.changes index 7fe06bf..e2eb889 100644 --- a/python-zope.interface.changes +++ b/python-zope.interface.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 24 07:13:03 UTC 2025 - Steve Kowalik + +- Correct dist-info directory due to new setuptools. + ------------------------------------------------------------------- Mon Jan 20 10:32:13 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-zope.interface.spec b/python-zope.interface.spec index 5573a5f..506db83 100644 --- a/python-zope.interface.spec +++ b/python-zope.interface.spec @@ -84,7 +84,7 @@ cd src %files %{python_files} %license LICENSE.txt COPYRIGHT.txt %doc CHANGES.rst README.rst -%{python_sitearch}/zope.interface-%{version}.dist-info +%{python_sitearch}/zope_interface-%{version}.dist-info %{python_sitearch}/zope.interface-%{version}*-nspkg.pth %dir %{python_sitearch}/zope %{python_sitearch}/zope/interface From 951df6be671e00ff507c4595de8fb2207e4772a06d65acbe9d4a267b55c6857d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 1 Apr 2025 15:53:45 +0000 Subject: [PATCH 2/2] - Make it compatible with older setuptools OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.interface?expand=0&rev=80 --- python-zope.interface.changes | 5 +++++ python-zope.interface.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-zope.interface.changes b/python-zope.interface.changes index e2eb889..f448745 100644 --- a/python-zope.interface.changes +++ b/python-zope.interface.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 1 15:53:29 UTC 2025 - Markéta Machová + +- Make it compatible with older setuptools + ------------------------------------------------------------------- Mon Mar 24 07:13:03 UTC 2025 - Steve Kowalik diff --git a/python-zope.interface.spec b/python-zope.interface.spec index 506db83..eb65197 100644 --- a/python-zope.interface.spec +++ b/python-zope.interface.spec @@ -84,7 +84,7 @@ cd src %files %{python_files} %license LICENSE.txt COPYRIGHT.txt %doc CHANGES.rst README.rst -%{python_sitearch}/zope_interface-%{version}.dist-info +%{python_sitearch}/zope[_.]interface-%{version}.dist-info %{python_sitearch}/zope.interface-%{version}*-nspkg.pth %dir %{python_sitearch}/zope %{python_sitearch}/zope/interface