Compare commits

1 Commits
1.1 ... main

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> 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 # spec file for package python-zope.proxy
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# Copyright (c) 2013 LISA GmbH, Bingen, Germany. # Copyright (c) 2013 LISA GmbH, Bingen, Germany.
# #
# All modifications and additions to the file contributed by third parties # 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 %exclude %{python_sitearch}/zope/proxy/proxy.h
%{python_sitearch}/zope/proxy %{python_sitearch}/zope/proxy
%{python_sitearch}/zope.proxy-%{version}-py*-nspkg.pth %{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} %files %{python_files devel}
%dir %{python_sysconfig_path include}/zope.proxy %dir %{python_sysconfig_path include}/zope_proxy
%{python_sysconfig_path include}/zope.proxy/* %{python_sysconfig_path include}/zope_proxy/*
%{python_sitearch}/zope/proxy/proxy.h %{python_sitearch}/zope/proxy/proxy.h
%endif %endif