Sync from SUSE:SLFO:Main python-zope.proxy revision 5d10116f345e2b8df0dfa2ebe5495d3d

This commit is contained in:
2025-05-17 16:17:33 +02:00
parent 4560902d31
commit 626d5358a0
2 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Apr 1 16:05:54 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Make it compatible with older setuptools
-------------------------------------------------------------------
Fri Mar 28 01:36:48 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Normalize metadata directory name.
- Normalize include directory name.
-------------------------------------------------------------------
Mon Oct 28 21:51:48 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -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