Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Aug 2023 07:15:29 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8843daf178e8 - main - www/py-autobahn: Update version 21.11.1=>22.1.1
Message-ID:  <202308290715.37T7FT8v041612@gitrepo.freebsd.org>

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

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

commit 8843daf178e84f05f6120fe0af0dfd12820de011
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-29 07:06:59 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-29 07:15:13 +0000

    www/py-autobahn: Update version 21.11.1=>22.1.1
    
    - Add OPTION COMPRESS
    
    Changelog:
    https://github.com/crossbario/autobahn-python/releases/tag/v22.1.1
---
 www/py-autobahn/Makefile | 6 ++++--
 www/py-autobahn/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/www/py-autobahn/Makefile b/www/py-autobahn/Makefile
index 291c93fdc69c..6aabbb8e6ae8 100644
--- a/www/py-autobahn/Makefile
+++ b/www/py-autobahn/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	autobahn
-PORTVERSION=	21.11.1
+PORTVERSION=	22.1.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,7 +21,7 @@ GH_ACCOUNT=	crossbario
 GH_PROJECT=	autobahn-python
 USE_PYTHON=	autoplist distutils pytest
 
-OPTIONS_DEFINE=		ACCELERATE ENCRYPTION SCRAM SERIALIZATION
+OPTIONS_DEFINE=		ACCELERATE COMPRESS ENCRYPTION SCRAM SERIALIZATION
 OPTIONS_DEFAULT=	ACCELERATE ASYNCIO ENCRYPTION SCRAM SERIALIZATION \
 			TWISTED
 OPTIONS_MULTI=		BACKENDS
@@ -30,6 +30,7 @@ OPTIONS_FILE=		${PORT_DBDIR}/${OPTIONS_NAME}/${FLAVOR}-options
 
 ACCELERATE_DESC=	C-based WebSocket Acceleration
 ASYNCIO_DESC=		Asyncronous IO Support
+COMPRESS_DESC=		Compression support
 BACKENDS_DESC=		Network Backends
 ENCRYPTION_DESC=	TLS Transport / Cryptosign Encryption & Authentication
 SCRAM_DESC=		WAMP-SCRAM Authentication support
@@ -37,6 +38,7 @@ SERIALIZATION_DESC=	Serializers (MessagePack, CBOR, UBJSON, Flatbuffers)
 TWISTED_DESC=		Twisted network backend support
 
 ACCELERATE_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}wsaccel>=0.6.3:www/py-wsaccel@${PY_FLAVOR}
+COMPRESS_RUN_DEPENDS=			${PYTHON_PKGNAMEPREFIX}python-snappy>=0.6.0:archivers/py-python-snappy@${PY_FLAVOR}
 ENCRYPTION_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}openssl>=20.0.1:security/py-openssl@${PY_FLAVOR} \
 				${PYTHON_PKGNAMEPREFIX}pynacl>=1.4.0:security/py-pynacl@${PY_FLAVOR} \
 				${PYTHON_PKGNAMEPREFIX}pyqrcode>=1.2.1:graphics/py-pyqrcode@${PY_FLAVOR} \
diff --git a/www/py-autobahn/distinfo b/www/py-autobahn/distinfo
index b2a7d0c6ae5a..1bfbd4aea003 100644
--- a/www/py-autobahn/distinfo
+++ b/www/py-autobahn/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1689778145
-SHA256 (crossbario-autobahn-python-v21.11.1_GH0.tar.gz) = 58ee14a3a11a0b1e8048ddcaf3b9be70c119f4ab4b6a8285c8164f74d2356205
-SIZE (crossbario-autobahn-python-v21.11.1_GH0.tar.gz) = 3249544
+TIMESTAMP = 1693290942
+SHA256 (crossbario-autobahn-python-v22.1.1_GH0.tar.gz) = 087d748f35fa820177027b05a776c82cf7ed5f66c23ec1073b3859f8d49339ab
+SIZE (crossbario-autobahn-python-v22.1.1_GH0.tar.gz) = 3249669



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