git: 416d6ea7e3fe - main - net/py-zope.proxy: update to 5.3

From: Ruslan Makhmatkhanov <rm_at_FreeBSD.org>
Date: Wed, 07 Aug 2024 07:47:48 UTC
The branch main has been updated by rm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=416d6ea7e3fe29b5bea0e320896eefc939d84124

commit 416d6ea7e3fe29b5bea0e320896eefc939d84124
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2024-08-07 07:46:45 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2024-08-07 07:46:45 +0000

    net/py-zope.proxy: update to 5.3
    
    update to latest release that includes i386 build fix. Remove local patch.
---
 net/py-zope.proxy/Makefile                                  |  3 +--
 net/py-zope.proxy/distinfo                                  |  6 +++---
 .../files/patch-src_zope_proxy___zope__proxy__proxy.c       | 13 -------------
 3 files changed, 4 insertions(+), 18 deletions(-)

diff --git a/net/py-zope.proxy/Makefile b/net/py-zope.proxy/Makefile
index f18aafb5b077..167f40afe3ba 100644
--- a/net/py-zope.proxy/Makefile
+++ b/net/py-zope.proxy/Makefile
@@ -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}
diff --git a/net/py-zope.proxy/distinfo b/net/py-zope.proxy/distinfo
index 7dc88c28c40b..988faa8232ec 100644
--- a/net/py-zope.proxy/distinfo
+++ b/net/py-zope.proxy/distinfo
@@ -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
diff --git a/net/py-zope.proxy/files/patch-src_zope_proxy___zope__proxy__proxy.c b/net/py-zope.proxy/files/patch-src_zope_proxy___zope__proxy__proxy.c
deleted file mode 100644
index 580cfdb00008..000000000000
--- a/net/py-zope.proxy/files/patch-src_zope_proxy___zope__proxy__proxy.c
+++ /dev/null
@@ -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));