git: 9be62e69cb30 - main - net-p2p/py-transmission-rpc: update to 3.3.2

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Mon, 06 Jun 2022 16:03:46 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9be62e69cb3035e0e8e69f659c72212ad74c0135

commit 9be62e69cb3035e0e8e69f659c72212ad74c0135
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-06-05 08:26:30 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-06-06 16:03:25 +0000

    net-p2p/py-transmission-rpc: update to 3.3.2
    
    Changes:        https://github.com/Trim21/transmission-rpc/releases/tag/v3.3.1
    Changes:        https://github.com/Trim21/transmission-rpc/releases/tag/v3.3.2
    Reported by:    GitHub (watch releases)
---
 net-p2p/py-transmission-rpc/Makefile             |  6 +++---
 net-p2p/py-transmission-rpc/distinfo             |  6 +++---
 net-p2p/py-transmission-rpc/files/patch-setup.py | 14 --------------
 3 files changed, 6 insertions(+), 20 deletions(-)

diff --git a/net-p2p/py-transmission-rpc/Makefile b/net-p2p/py-transmission-rpc/Makefile
index 68bc6fb49381..373a9458e456 100644
--- a/net-p2p/py-transmission-rpc/Makefile
+++ b/net-p2p/py-transmission-rpc/Makefile
@@ -1,16 +1,16 @@
 PORTNAME=	transmission-rpc
-PORTVERSION=	3.3.0
+PORTVERSION=	3.3.2
 CATEGORIES=	net-p2p python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	jbeich@FreeBSD.org
-COMMENT=	Python module for Transmission bittorent client RPC protocol
+COMMENT=	Python module for Transmission bittorent client JSON-RPC protocol
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.2<4.2.0.1:devel/py-typing-extensions@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.2<5.0.0.0:devel/py-typing-extensions@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.23.0<3.0.0:www/py-requests@${PY_FLAVOR}
 
 USES=		python:3.7+
diff --git a/net-p2p/py-transmission-rpc/distinfo b/net-p2p/py-transmission-rpc/distinfo
index d4677a344c8d..3061f62389e5 100644
--- a/net-p2p/py-transmission-rpc/distinfo
+++ b/net-p2p/py-transmission-rpc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1632896800
-SHA256 (transmission-rpc-3.3.0.tar.gz) = ef3a931fc1f1db74edf8660e475b9295e0904ee922030ef0e45b0c73f4be65ae
-SIZE (transmission-rpc-3.3.0.tar.gz) = 25402
+TIMESTAMP = 1654417590
+SHA256 (transmission-rpc-3.3.2.tar.gz) = 288500a3d9663786110476245824d94e0731ff6ea20eec582892e95ca304ba0e
+SIZE (transmission-rpc-3.3.2.tar.gz) = 26155
diff --git a/net-p2p/py-transmission-rpc/files/patch-setup.py b/net-p2p/py-transmission-rpc/files/patch-setup.py
deleted file mode 100644
index 6b45e4ece429..000000000000
--- a/net-p2p/py-transmission-rpc/files/patch-setup.py
+++ /dev/null
@@ -1,14 +0,0 @@
-https://github.com/Trim21/transmission-rpc/commit/af38c4faf685
-https://github.com/Trim21/transmission-rpc/commit/9dafcea404b9
-
---- setup.py.orig	2021-09-29 06:26:44 UTC
-+++ setup.py
-@@ -8,7 +8,7 @@ package_data = \
- {'': ['*']}
- 
- install_requires = \
--['requests>=2.23.0,<3.0.0', 'typing_extensions>=3.7.4.2,<4.0.0.0']
-+['requests>=2.23.0,<3.0.0', 'typing_extensions>=3.7.4.2,<4.2.0.1']
- 
- extras_require = \
- {'docs': ['sphinx==4.2.0', 'sphinx-rtd-theme==1.0.0']}