git: cfe6af4255ee - main - www/py-autobahn: Update version 25.10.2=>25.12.1

Muhammad Moinur Rahman <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.ports
Message-ID <[email protected]>
The branch main has been updated by bofh:

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

commit cfe6af4255eeeaa4c0c69ed54e20668b22e5ff41
Author:     Muhammad Moinur Rahman <[email protected]>
AuthorDate: 2026-08-15 18:15:20 +0000
Commit:     Muhammad Moinur Rahman <[email protected]>
CommitDate: 2026-08-15 18:15:42 +0000

    www/py-autobahn: Update version 25.10.2=>25.12.1
    
    Changelog: https://github.com/crossbario/autobahn-python/releases/tag/v25.12.1
---
 www/py-autobahn/Makefile | 32 ++++++++++++++++----------------
 www/py-autobahn/distinfo |  6 +++---
 2 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/www/py-autobahn/Makefile b/www/py-autobahn/Makefile
index 7ef0cbf423d0..345a0879fa85 100644
--- a/www/py-autobahn/Makefile
+++ b/www/py-autobahn/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	autobahn
 DISTVERSIONPREFIX=	v
-DISTVERSION=	25.10.2
-PORTREVISION=	1
+DISTVERSION=	25.12.1
 CATEGORIES=	www python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -14,9 +13,17 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PY_SETUPTOOLS} \
 		${PYTHON_PKGNAMEPREFIX}cffi>=1.14.5:devel/py-cffi@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hyperlink>=21.0.0:www/py-hyperlink@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}txaio>=25.9.2:devel/py-txaio@${PY_FLAVOR}
+RUN_DEPENDS=	\
+		${PYTHON_PKGNAMEPREFIX}cbor2>=5.2.0:devel/py-cbor2@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}cffi>=2.0.0:devel/py-cffi@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}hyperlink>=21.0.0:www/py-hyperlink@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}msgpack>=1.0.2:devel/py-msgpack@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}py-ubjson>=0.16.1:devel/py-py-ubjson@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}txaio>=25.12.2:devel/py-txaio@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}u-msgpack-python>=2.1:devel/py-u-msgpack-python@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}ujson>=4.0.2:devel/py-ujson@${PY_FLAVOR} \
 
 USES=		cpe python
 CPE_VENDOR=	crossbar
@@ -27,8 +34,8 @@ USE_PYTHON=	autoplist cryptography pep517 pytest
 
 MAKE_ENV=	AUTOBAHN_ARCH_TARGET=safe
 
-OPTIONS_DEFINE=		COMPRESS ENCRYPTION SCRAM SERIALIZATION
-OPTIONS_DEFAULT=	ENCRYPTION SCRAM SERIALIZATION TWISTED
+OPTIONS_DEFINE=		COMPRESS ENCRYPTION SCRAM
+OPTIONS_DEFAULT=	ENCRYPTION SCRAM TWISTED
 OPTIONS_MULTI=		BACKENDS
 OPTIONS_MULTI_BACKENDS=	TWISTED
 OPTIONS_FILE=		${PORT_DBDIR}/${OPTIONS_NAME}/${FLAVOR}-options
@@ -37,10 +44,10 @@ BACKENDS_DESC=		Network Backends
 COMPRESS_DESC=		Compression support
 ENCRYPTION_DESC=	TLS Transport / Cryptosign Encryption & Authentication
 SCRAM_DESC=		WAMP-SCRAM Authentication support
-SERIALIZATION_DESC=	Serializers (MessagePack, CBOR, UBJSON, Flatbuffers)
 TWISTED_DESC=		Twisted network backend support
 
-COMPRESS_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}python-snappy>=0.6.0:archivers/py-python-snappy@${PY_FLAVOR}
+COMPRESS_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}brotli>=1.0.0:archivers/py-brotli@${PY_FLAVOR} \
+				${PYTHON_PKGNAMEPREFIX}brotlicffi>=0:archivers/py-brotlicffi@${PY_FLAVOR}
 ENCRYPTION_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}pyopenssl>=20.0.1:security/py-pyopenssl@${PY_FLAVOR} \
 				${PYTHON_PKGNAMEPREFIX}service-identity>=18.1.0:security/py-service-identity@${PY_FLAVOR} \
 				${PYTHON_PKGNAMEPREFIX}PyNaCl>=1.4.0:security/py-pynacl@${PY_FLAVOR} \
@@ -49,14 +56,7 @@ ENCRYPTION_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}pyopenssl>=20.0.1:security/py-py
 				${PYTHON_PKGNAMEPREFIX}base58>=2.1.1:security/py-base58@${PY_FLAVOR} \
 				${PYTHON_PKGNAMEPREFIX}ecdsa>=0.19.1:security/py-ecdsa@${PY_FLAVOR}
 SCRAM_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}argon2-cffi>=20.1.0:security/py-argon2-cffi@${PY_FLAVOR} \
-				${PYTHON_PKGNAMEPREFIX}cffi>=1.14.5:devel/py-cffi@${PY_FLAVOR} \
 				${PYTHON_PKGNAMEPREFIX}passlib>=1.7.4:security/py-passlib@${PY_FLAVOR}
-SERIALIZATION_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cbor2>=5.2.0:devel/py-cbor2@${PY_FLAVOR} \
-				${PYTHON_PKGNAMEPREFIX}flatbuffers>=22.12.6:devel/py-flatbuffers@${PY_FLAVOR} \
-				${PYTHON_PKGNAMEPREFIX}msgpack>=1.0.2:devel/py-msgpack@${PY_FLAVOR} \
-				${PYTHON_PKGNAMEPREFIX}py-ubjson>=0.16.1:devel/py-py-ubjson@${PY_FLAVOR} \
-				${PYTHON_PKGNAMEPREFIX}ujson>=4.0.2:devel/py-ujson@${PY_FLAVOR} \
-				${PYTHON_PKGNAMEPREFIX}u-msgpack-python>=2.1:devel/py-u-msgpack-python@${PY_FLAVOR}
 TWISTED_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}attrs>=20.3.0:devel/py-attrs@${PY_FLAVOR} \
 				${PYTHON_PKGNAMEPREFIX}twisted>=22.10.0:devel/py-twisted@${PY_FLAVOR} \
 				${PYTHON_PKGNAMEPREFIX}zope.interface>=5.2.0:devel/py-zope.interface@${PY_FLAVOR}
@@ -64,7 +64,7 @@ TWISTED_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}attrs>=20.3.0:devel/py-attrs@${PY_F
 .include <bsd.port.options.mk>
 
 post-patch:
-	@${REINPLACE_CMD} '/license-files/d; s|^license = "MIT"|license = { text = "MIT" }|; s|80.9.0|63|g' \
+	@${REINPLACE_CMD} '/license-files/d; s|^license = "MIT"|license = { text = "MIT" }|; s|70|63|g' \
 		${WRKSRC}/pyproject.toml
 
 post-stage:
diff --git a/www/py-autobahn/distinfo b/www/py-autobahn/distinfo
index c964e054a3ab..73c0aa54f705 100644
--- a/www/py-autobahn/distinfo
+++ b/www/py-autobahn/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1784949137
-SHA256 (crossbario-autobahn-python-v25.10.2_GH0.tar.gz) = 228349e82fb99698ed36763af5946073d11a3891ac11bfcf48fbe4f670b204a1
-SIZE (crossbario-autobahn-python-v25.10.2_GH0.tar.gz) = 3305879
+TIMESTAMP = 1786817080
+SHA256 (crossbario-autobahn-python-v25.12.1_GH0.tar.gz) = f69df6cd66bd847eac3734246ebe155ba7804f45e9f77ba2d8b8dbf45880d1bb
+SIZE (crossbario-autobahn-python-v25.12.1_GH0.tar.gz) = 5597106
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.