1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

net/py-zope.proxy: update to 5.3

update to latest release that includes i386 build fix. Remove local patch.
This commit is contained in:
Ruslan Makhmatkhanov 2024-08-07 10:46:45 +03:00
parent ffbdde63be
commit 416d6ea7e3
3 changed files with 4 additions and 18 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= zope.proxy
DISTVERSION= 5.2
PORTREVISION= 1
DISTVERSION= 5.3
CATEGORIES= net python zope
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1710383041
SHA256 (zope/zope.proxy-5.2.tar.gz) = f777d56c2ab2fcf40d026ada1e67f1e39cf6318e3deeb9a1cd5087fccb1f286e
SIZE (zope/zope.proxy-5.2.tar.gz) = 44049
TIMESTAMP = 1723016642
SHA256 (zope/zope.proxy-5.3.tar.gz) = ad24d28ebc6ade9fbebe0cc4bdc4ec50d1dee41a453e331afd2a1260be967608
SIZE (zope/zope.proxy-5.3.tar.gz) = 43176

View File

@ -1,13 +0,0 @@
https://github.com/zopefoundation/zope.proxy/commit/f296acc8d1f2a37e0fc1ae76d1f06b730391fda7
--- src/zope/proxy/_zope_proxy_proxy.c.orig 2024-08-06 15:48:48 UTC
+++ src/zope/proxy/_zope_proxy_proxy.c
@@ -311,7 +311,7 @@ wrap_repr(PyObject *wrapper)
return PyObject_Repr(Proxy_GET_OBJECT(wrapper));
}
-static long
+static Py_hash_t
wrap_hash(PyObject *self)
{
return PyObject_Hash(Proxy_GET_OBJECT(self));