14
0

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
This commit is contained in:
2024-10-29 13:35:26 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
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>

View File

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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f777d56c2ab2fcf40d026ada1e67f1e39cf6318e3deeb9a1cd5087fccb1f286e
size 44049

BIN
zope_proxy-6.1.tar.gz LFS Normal file

Binary file not shown.