From 3ed24189901de11a6c72eb1f3fc6ff3e4e924f43f1bc9cac5c252bdb57175f10 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 27 Mar 2025 00:44:05 +0000 Subject: [PATCH 1/3] - Normalize metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=38 --- python-zope.proxy.changes | 5 +++++ python-zope.proxy.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-zope.proxy.changes b/python-zope.proxy.changes index 32e469c..d3aedb1 100644 --- a/python-zope.proxy.changes +++ b/python-zope.proxy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 27 00:40:11 UTC 2025 - Steve Kowalik + +- Normalize metadata directory name. + ------------------------------------------------------------------- Mon Oct 28 21:51:48 UTC 2024 - Dirk Müller diff --git a/python-zope.proxy.spec b/python-zope.proxy.spec index 9125bc5..ac8bb76 100644 --- a/python-zope.proxy.spec +++ b/python-zope.proxy.spec @@ -1,7 +1,7 @@ # # spec file for package python-zope.proxy # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2013 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -92,7 +92,7 @@ rm -rf zope.proxy.egg-info %exclude %{python_sitearch}/zope/proxy/proxy.h %{python_sitearch}/zope/proxy %{python_sitearch}/zope.proxy-%{version}-py*-nspkg.pth -%{python_sitearch}/zope.proxy-%{version}.dist-info +%{python_sitearch}/zope_proxy-%{version}.dist-info %files %{python_files devel} %dir %{python_sysconfig_path include}/zope.proxy From 20d94a014ab3ddd16b011934e969b29045c7c56b1bf94b459fff4e31165b78a1 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 28 Mar 2025 01:37:17 +0000 Subject: [PATCH 2/3] - Normalize include directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=39 --- python-zope.proxy.changes | 3 ++- python-zope.proxy.spec | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/python-zope.proxy.changes b/python-zope.proxy.changes index d3aedb1..e25bc22 100644 --- a/python-zope.proxy.changes +++ b/python-zope.proxy.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- -Thu Mar 27 00:40:11 UTC 2025 - Steve Kowalik +Fri Mar 28 01:36:48 UTC 2025 - Steve Kowalik - Normalize metadata directory name. +- Normalize include directory name. ------------------------------------------------------------------- Mon Oct 28 21:51:48 UTC 2024 - Dirk Müller diff --git a/python-zope.proxy.spec b/python-zope.proxy.spec index ac8bb76..cd434a0 100644 --- a/python-zope.proxy.spec +++ b/python-zope.proxy.spec @@ -95,8 +95,8 @@ rm -rf zope.proxy.egg-info %{python_sitearch}/zope_proxy-%{version}.dist-info %files %{python_files devel} -%dir %{python_sysconfig_path include}/zope.proxy -%{python_sysconfig_path include}/zope.proxy/* +%dir %{python_sysconfig_path include}/zope_proxy +%{python_sysconfig_path include}/zope_proxy/* %{python_sitearch}/zope/proxy/proxy.h %endif From 57569ea23803bcf65da6354fad0fd74e2478b528d389433604ce6dc4a2cfdf8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 1 Apr 2025 16:11:23 +0000 Subject: [PATCH 3/3] - Make it compatible with older setuptools OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=40 --- python-zope.proxy.changes | 5 +++++ python-zope.proxy.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-zope.proxy.changes b/python-zope.proxy.changes index e25bc22..78854f6 100644 --- a/python-zope.proxy.changes +++ b/python-zope.proxy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 1 16:05:54 UTC 2025 - Markéta Machová + +- Make it compatible with older setuptools + ------------------------------------------------------------------- Fri Mar 28 01:36:48 UTC 2025 - Steve Kowalik diff --git a/python-zope.proxy.spec b/python-zope.proxy.spec index cd434a0..76ac484 100644 --- a/python-zope.proxy.spec +++ b/python-zope.proxy.spec @@ -92,7 +92,7 @@ rm -rf zope.proxy.egg-info %exclude %{python_sitearch}/zope/proxy/proxy.h %{python_sitearch}/zope/proxy %{python_sitearch}/zope.proxy-%{version}-py*-nspkg.pth -%{python_sitearch}/zope_proxy-%{version}.dist-info +%{python_sitearch}/zope[_.]proxy-%{version}.dist-info %files %{python_files devel} %dir %{python_sysconfig_path include}/zope_proxy