14
0

6 Commits

Author SHA256 Message Date
74514a01d9 Accepting request 1266268 from devel:languages:python
Make it compatible with new setuptools

OBS-URL: https://build.opensuse.org/request/show/1266268
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.proxy?expand=0&rev=19
2025-04-16 18:39:12 +00:00
7ba2334a83 - Make it compatible with older setuptools
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=40
2025-04-01 16:11:23 +00:00
64df15aa50 - Normalize include directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=39
2025-03-28 01:37:17 +00:00
8ba0d740fd - Normalize metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=38
2025-03-27 00:44:05 +00:00
43da4dceb2 Accepting request 1218875 from devel:languages:python
- update to 6.1:
  * Respect PURE_PYTHON environment variable set to 0.
  * Declare full support for Python 3.13.
  * Drop support for Python 3.7.
  * Build Windows wheels on GHA.
  * Correct return type for wrap_hash (fixes build on i386).

OBS-URL: https://build.opensuse.org/request/show/1218875
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.proxy?expand=0&rev=18
2024-10-29 13:35:26 +00:00
83a0da136f - update to 6.1:
* Respect PURE_PYTHON environment variable set to 0.
  * Declare full support for Python 3.13.
  * Drop support for Python 3.7.
  * Build Windows wheels on GHA.
  * Correct return type for wrap_hash (fixes build on i386).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=36
2024-10-28 21:52:02 +00:00
2 changed files with 2 additions and 7 deletions

View File

@@ -1,8 +1,3 @@
-------------------------------------------------------------------
Thu May 15 08:52:39 UTC 2025 - Dirk Müller <dmueller@suse.com>
- fix build for older setuptools also for devel subpackage
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 1 16:05:54 UTC 2025 - Markéta Machová <mmachova@suse.com> Tue Apr 1 16:05:54 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -95,8 +95,8 @@ rm -rf zope.proxy.egg-info
%{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