From 7453b6e99847f7c6b93ac0e437e8c36e690d150b4fac07f878fb141033883eb3 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 27 Mar 2025 00:42:23 +0000 Subject: [PATCH 1/2] - Normalize metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.hookable?expand=0&rev=40 --- python-zope.hookable.changes | 5 +++++ python-zope.hookable.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-zope.hookable.changes b/python-zope.hookable.changes index 055881d..94920e7 100644 --- a/python-zope.hookable.changes +++ b/python-zope.hookable.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 27 00:40:10 UTC 2025 - Steve Kowalik + +- Normalize metadata directory name. + ------------------------------------------------------------------- Wed Jan 22 00:59:15 UTC 2025 - Steve Kowalik diff --git a/python-zope.hookable.spec b/python-zope.hookable.spec index adfc216..e9627ed 100644 --- a/python-zope.hookable.spec +++ b/python-zope.hookable.spec @@ -100,7 +100,7 @@ pushd src %doc CHANGES.rst COPYRIGHT.txt README.rst %dir %{python_sitearch}/zope %{python_sitearch}/zope/hookable -%{python_sitearch}/zope.hookable-%{version}.dist-info +%{python_sitearch}/zope_hookable-%{version}.dist-info %{python_sitearch}/zope.hookable-%{version}*-nspkg.pth %endif From cbcc1d8b41966596b70fafeb4ccf24555bc36e48262895de46d7f253d62b1316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 1 Apr 2025 16:10:54 +0000 Subject: [PATCH 2/2] - Make it compatible with older setuptools OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.hookable?expand=0&rev=41 --- python-zope.hookable.changes | 5 +++++ python-zope.hookable.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-zope.hookable.changes b/python-zope.hookable.changes index 94920e7..dc2f973 100644 --- a/python-zope.hookable.changes +++ b/python-zope.hookable.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 1 16:05:37 UTC 2025 - Markéta Machová + +- Make it compatible with older setuptools + ------------------------------------------------------------------- Thu Mar 27 00:40:10 UTC 2025 - Steve Kowalik diff --git a/python-zope.hookable.spec b/python-zope.hookable.spec index e9627ed..cd6e6a6 100644 --- a/python-zope.hookable.spec +++ b/python-zope.hookable.spec @@ -100,7 +100,7 @@ pushd src %doc CHANGES.rst COPYRIGHT.txt README.rst %dir %{python_sitearch}/zope %{python_sitearch}/zope/hookable -%{python_sitearch}/zope_hookable-%{version}.dist-info +%{python_sitearch}/zope[_.]hookable-%{version}.dist-info %{python_sitearch}/zope.hookable-%{version}*-nspkg.pth %endif