diff --git a/python-zope.proxy.changes b/python-zope.proxy.changes index 32e469c..78854f6 100644 --- a/python-zope.proxy.changes +++ b/python-zope.proxy.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +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 + +- 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 9125bc5..76ac484 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,11 +92,11 @@ 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 -%{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