From 4eb5bb1cf81a3d517ab22c9ec9de93a7b3d699dd9dfd0d7480c5e91aa1878776 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 28 Oct 2024 21:52:02 +0000 Subject: [PATCH] - 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 --- python-zope.proxy.changes | 10 ++++++++++ python-zope.proxy.spec | 6 +++--- zope.proxy-5.2.tar.gz | 3 --- zope_proxy-6.1.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 zope.proxy-5.2.tar.gz create mode 100644 zope_proxy-6.1.tar.gz diff --git a/python-zope.proxy.changes b/python-zope.proxy.changes index c773e5a..32e469c 100644 --- a/python-zope.proxy.changes +++ b/python-zope.proxy.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Oct 28 21:51:48 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-zope.proxy.spec b/python-zope.proxy.spec index db8038a..9125bc5 100644 --- a/python-zope.proxy.spec +++ b/python-zope.proxy.spec @@ -28,13 +28,13 @@ %{?sle15_python_module_pythons} Name: python-zope.proxy%{psuffix} -Version: 5.2 +Version: 6.1 Release: 0 Summary: Generic Transparent Proxies License: ZPL-2.1 Group: Development/Languages/Python 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 pip} 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. %prep -%setup -q -n zope.proxy-%{version} +%autosetup -p1 -n zope_proxy-%{version} rm -rf zope.proxy.egg-info %build diff --git a/zope.proxy-5.2.tar.gz b/zope.proxy-5.2.tar.gz deleted file mode 100644 index e59738c..0000000 --- a/zope.proxy-5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f777d56c2ab2fcf40d026ada1e67f1e39cf6318e3deeb9a1cd5087fccb1f286e -size 44049 diff --git a/zope_proxy-6.1.tar.gz b/zope_proxy-6.1.tar.gz new file mode 100644 index 0000000..f4743ec --- /dev/null +++ b/zope_proxy-6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b70bf787fcbd3ecb86ba886d71e5cd857da0d6dbe2fcf2b6c24774f24747e2e +size 43823