Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
e7f7decde6 | |||
c0eb9d7f87 | |||
b1059c60ce | |||
57569ea238 | |||
20d94a014a | |||
3ed2418990 | |||
abf3880c8b | |||
4eb5bb1cf8 |
@@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- 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>
|
||||||
|
|
||||||
|
- 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).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 13 10:15:43 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Wed Mar 13 10:15:43 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -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
|
||||||
@@ -28,13 +28,13 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-zope.proxy%{psuffix}
|
Name: python-zope.proxy%{psuffix}
|
||||||
Version: 5.2
|
Version: 6.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Generic Transparent Proxies
|
Summary: Generic Transparent Proxies
|
||||||
License: ZPL-2.1
|
License: ZPL-2.1
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/zopefoundation/zope.proxy
|
URL: https://github.com/zopefoundation/zope.proxy
|
||||||
Source: https://files.pythonhosted.org/packages/source/z/zope.proxy/zope.proxy-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/z/zope.proxy/zope_proxy-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel >= 3.8}
|
BuildRequires: %{python_module devel >= 3.8}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
@@ -66,7 +66,7 @@ Obsoletes: python-zope-proxy < %{version}
|
|||||||
This package contains the files needed for binding the %{name} C module.
|
This package contains the files needed for binding the %{name} C module.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n zope.proxy-%{version}
|
%autosetup -p1 -n zope_proxy-%{version}
|
||||||
rm -rf zope.proxy.egg-info
|
rm -rf zope.proxy.egg-info
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@@ -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
|
||||||
|
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f777d56c2ab2fcf40d026ada1e67f1e39cf6318e3deeb9a1cd5087fccb1f286e
|
|
||||||
size 44049
|
|
BIN
zope_proxy-6.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
zope_proxy-6.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user