Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Dec 2021 04:02:20 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e7c3f55f83b7 - main - net/py-python-socks: Update to 2.0.1
Message-ID:  <202112180402.1BI42K3H096433@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt:

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

commit e7c3f55f83b7adeef084ad3f806df8bd16d0fd77
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2021-12-18 04:02:13 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2021-12-18 04:02:13 +0000

    net/py-python-socks: Update to 2.0.1
---
 net/py-python-socks/Makefile | 6 ++++--
 net/py-python-socks/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/net/py-python-socks/Makefile b/net/py-python-socks/Makefile
index 6f9fcdb6e81f..9c0cf60abed7 100644
--- a/net/py-python-socks/Makefile
+++ b/net/py-python-socks/Makefile
@@ -1,7 +1,7 @@
 # Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
 
 PORTNAME=	python-socks
-PORTVERSION=	2.0.0
+PORTVERSION=	2.0.1
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,9 @@ COMMENT=	Core proxy (SOCKS4, SOCKS5, HTTP tunneling) functionality for Python
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asyncio>=3.0.1:devel/py-asyncio@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}anyio>=3.3.4:devel/py-anyio@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}async_timeout>=3.0.1:devel/py-async_timeout@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}asyncio>=3.3.4:devel/py-asyncio@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}curio>=1.4:devel/py-curio@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}trio>=0.16.0:net/py-trio@${PY_FLAVOR}
 
diff --git a/net/py-python-socks/distinfo b/net/py-python-socks/distinfo
index 74e945fd2666..18c40cd2755d 100644
--- a/net/py-python-socks/distinfo
+++ b/net/py-python-socks/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1637680072
-SHA256 (python-socks-2.0.0.tar.gz) = 7944dad882846ac73e5f79e180c841e3895ee058e16855b7e8fff24f4cd0b90b
-SIZE (python-socks-2.0.0.tar.gz) = 24735
+TIMESTAMP = 1639799399
+SHA256 (python-socks-2.0.1.tar.gz) = 533939935be35e16e6df3a3e11416f151bca7ca5d7c398c05e1a199091fba72c
+SIZE (python-socks-2.0.1.tar.gz) = 24890



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112180402.1BI42K3H096433>