pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-autobahn



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Dec 11 15:13:51 UTC 2025

Modified Files:
        pkgsrc/www/py-autobahn: ALTERNATIVES Makefile PLIST distinfo

Log Message:
py-autobahn: updated to 25.12.1

25.12.1

**New**

* Add vendored Flatbuffers (v25.9.23)
* Add WAMP serdes functional and benchmark testing; WAMP-Flatbuffers; WAMP Serializer Composition (transport/payload)

**Fix**

* Fix 1757
* Fix 1767
* Fix 1771 complete


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-autobahn/ALTERNATIVES
cvs rdiff -u -r1.43 -r1.44 pkgsrc/www/py-autobahn/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/py-autobahn/PLIST
cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/py-autobahn/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-autobahn/ALTERNATIVES
diff -u pkgsrc/www/py-autobahn/ALTERNATIVES:1.2 pkgsrc/www/py-autobahn/ALTERNATIVES:1.3
--- pkgsrc/www/py-autobahn/ALTERNATIVES:1.2     Fri May  5 11:58:17 2023
+++ pkgsrc/www/py-autobahn/ALTERNATIVES Thu Dec 11 15:13:51 2025
@@ -1,3 +1 @@
 bin/wamp @PREFIX@/bin/wamp-@PYVERSSUFFIX@
-bin/xbrnetwork @PREFIX@/bin/xbrnetwork-@PYVERSSUFFIX@
-bin/xbrnetwork-ui @PREFIX@/bin/xbrnetwork-ui-@PYVERSSUFFIX@

Index: pkgsrc/www/py-autobahn/Makefile
diff -u pkgsrc/www/py-autobahn/Makefile:1.43 pkgsrc/www/py-autobahn/Makefile:1.44
--- pkgsrc/www/py-autobahn/Makefile:1.43        Mon Apr 14 13:14:03 2025
+++ pkgsrc/www/py-autobahn/Makefile     Thu Dec 11 15:13:51 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2025/04/14 13:14:03 adam Exp $
+# $NetBSD: Makefile,v 1.44 2025/12/11 15:13:51 adam Exp $
 
-DISTNAME=      autobahn-24.4.2
+DISTNAME=      autobahn-25.12.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/autobahn/}
 
@@ -11,9 +10,14 @@ HOMEPAGE=    https://github.com/crossbario/
 COMMENT=       WebSocket client and server library, WAMP real-time framework
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-txaio>=21.2.1:../../devel/py-txaio
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>0:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-cbor2>=5.2.0:../../devel/py-cbor2
+DEPENDS+=      ${PYPKGPREFIX}-cffi>=2.0.0:../../devel/py-cffi
 DEPENDS+=      ${PYPKGPREFIX}-hyperlink>=21.0.0:../../www/py-hyperlink
-DEPENDS+=      ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-msgpack>=1.0.2:../../devel/py-msgpack
+DEPENDS+=      ${PYPKGPREFIX}-txaio>=25.12.2:../../devel/py-txaio
+DEPENDS+=      ${PYPKGPREFIX}-ujson>=4.0.2:../../textproc/py-ujson
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=1.3.0:../../devel/py-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-nacl>=0:../../security/py-nacl
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.8.6:../../devel/py-test
@@ -21,12 +25,14 @@ TEST_DEPENDS+=      ${PYPKGPREFIX}-twisted>=0
 
 BUILDLINK_TRANSFORM+=  rm:-march=native
 
+PYTHON_VERSIONS_INCOMPATIBLE=  310
+
 post-install:
-       cd ${DESTDIR}${PREFIX}/bin && ${MV} wamp wamp-${PYVERSSUFFIX}
-       cd ${DESTDIR}${PREFIX}/bin && ${MV} xbrnetwork xbrnetwork-${PYVERSSUFFIX}
-       cd ${DESTDIR}${PREFIX}/bin && ${MV} xbrnetwork-ui xbrnetwork-ui-${PYVERSSUFFIX}
+       cd ${DESTDIR}${PREFIX}/bin && ${MV} wamp wamp-${PYVERSSUFFIX} || ${TRUE}
+       #cd ${DESTDIR}${PREFIX}/bin && ${MV} xbrnetwork xbrnetwork-${PYVERSSUFFIX}
+       #cd ${DESTDIR}${PREFIX}/bin && ${MV} xbrnetwork-ui xbrnetwork-ui-${PYVERSSUFFIX}
 
-.include "../../lang/python/wheel.mk"
 PYTHON_VERSIONED_DEPENDENCIES+=        cryptography
 .include "../../lang/python/versioned_dependencies.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-autobahn/PLIST
diff -u pkgsrc/www/py-autobahn/PLIST:1.21 pkgsrc/www/py-autobahn/PLIST:1.22
--- pkgsrc/www/py-autobahn/PLIST:1.21   Mon Apr 14 13:14:03 2025
+++ pkgsrc/www/py-autobahn/PLIST        Thu Dec 11 15:13:51 2025
@@ -1,14 +1,12 @@
-@comment $NetBSD: PLIST,v 1.21 2025/04/14 13:14:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.22 2025/12/11 15:13:51 adam Exp $
 bin/wamp-${PYVERSSUFFIX}
-bin/xbrnetwork-${PYVERSSUFFIX}
-bin/xbrnetwork-ui-${PYVERSSUFFIX}
-${PYSITELIB}/_nvx_utf8validator.abi3.so
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/_nvx_utf8validator.so
+${PYSITELIB}/_nvx_xormasker.so
 ${PYSITELIB}/autobahn/__init__.py
 ${PYSITELIB}/autobahn/__init__.pyc
 ${PYSITELIB}/autobahn/__init__.pyo
@@ -48,25 +46,34 @@ ${PYSITELIB}/autobahn/asyncio/wamp.pyo
 ${PYSITELIB}/autobahn/asyncio/websocket.py
 ${PYSITELIB}/autobahn/asyncio/websocket.pyc
 ${PYSITELIB}/autobahn/asyncio/websocket.pyo
-${PYSITELIB}/autobahn/asyncio/xbr/__init__.py
-${PYSITELIB}/autobahn/asyncio/xbr/__init__.pyc
-${PYSITELIB}/autobahn/asyncio/xbr/__init__.pyo
 ${PYSITELIB}/autobahn/exception.py
 ${PYSITELIB}/autobahn/exception.pyc
 ${PYSITELIB}/autobahn/exception.pyo
 ${PYSITELIB}/autobahn/nvx/__init__.py
 ${PYSITELIB}/autobahn/nvx/__init__.pyc
 ${PYSITELIB}/autobahn/nvx/__init__.pyo
+${PYSITELIB}/autobahn/nvx/_compile_args.py
+${PYSITELIB}/autobahn/nvx/_compile_args.pyc
+${PYSITELIB}/autobahn/nvx/_compile_args.pyo
+${PYSITELIB}/autobahn/nvx/_nvx_utf8validator.c
+${PYSITELIB}/autobahn/nvx/_nvx_utf8validator.o
+${PYSITELIB}/autobahn/nvx/_nvx_xormasker.c
+${PYSITELIB}/autobahn/nvx/_nvx_xormasker.o
 ${PYSITELIB}/autobahn/nvx/_utf8validator.c
 ${PYSITELIB}/autobahn/nvx/_utf8validator.py
 ${PYSITELIB}/autobahn/nvx/_utf8validator.pyc
 ${PYSITELIB}/autobahn/nvx/_utf8validator.pyo
+${PYSITELIB}/autobahn/nvx/_xormasker.c
+${PYSITELIB}/autobahn/nvx/_xormasker.py
+${PYSITELIB}/autobahn/nvx/_xormasker.pyc
+${PYSITELIB}/autobahn/nvx/_xormasker.pyo
 ${PYSITELIB}/autobahn/nvx/test/__init__.py
 ${PYSITELIB}/autobahn/nvx/test/__init__.pyc
 ${PYSITELIB}/autobahn/nvx/test/__init__.pyo
 ${PYSITELIB}/autobahn/nvx/test/test_nvx_utf8validator.py
 ${PYSITELIB}/autobahn/nvx/test/test_nvx_utf8validator.pyc
 ${PYSITELIB}/autobahn/nvx/test/test_nvx_utf8validator.pyo
+${PYSITELIB}/autobahn/py.typed
 ${PYSITELIB}/autobahn/rawsocket/__init__.py
 ${PYSITELIB}/autobahn/rawsocket/__init__.pyc
 ${PYSITELIB}/autobahn/rawsocket/__init__.pyo
@@ -151,9 +158,6 @@ ${PYSITELIB}/autobahn/twisted/wamp.pyo
 ${PYSITELIB}/autobahn/twisted/websocket.py
 ${PYSITELIB}/autobahn/twisted/websocket.pyc
 ${PYSITELIB}/autobahn/twisted/websocket.pyo
-${PYSITELIB}/autobahn/twisted/xbr/__init__.py
-${PYSITELIB}/autobahn/twisted/xbr/__init__.pyc
-${PYSITELIB}/autobahn/twisted/xbr/__init__.pyo
 ${PYSITELIB}/autobahn/util.py
 ${PYSITELIB}/autobahn/util.pyc
 ${PYSITELIB}/autobahn/util.pyo
@@ -175,6 +179,13 @@ ${PYSITELIB}/autobahn/wamp/cryptosign.py
 ${PYSITELIB}/autobahn/wamp/exception.py
 ${PYSITELIB}/autobahn/wamp/exception.pyc
 ${PYSITELIB}/autobahn/wamp/exception.pyo
+${PYSITELIB}/autobahn/wamp/flatbuffers/auth.fbs
+${PYSITELIB}/autobahn/wamp/flatbuffers/pubsub.fbs
+${PYSITELIB}/autobahn/wamp/flatbuffers/roles.fbs
+${PYSITELIB}/autobahn/wamp/flatbuffers/rpc.fbs
+${PYSITELIB}/autobahn/wamp/flatbuffers/session.fbs
+${PYSITELIB}/autobahn/wamp/flatbuffers/types.fbs
+${PYSITELIB}/autobahn/wamp/flatbuffers/wamp.fbs
 ${PYSITELIB}/autobahn/wamp/gen/__init__.py
 ${PYSITELIB}/autobahn/wamp/gen/__init__.pyc
 ${PYSITELIB}/autobahn/wamp/gen/__init__.pyo
@@ -305,6 +316,9 @@ ${PYSITELIB}/autobahn/wamp/gen/wamp/prot
 ${PYSITELIB}/autobahn/wamp/gen/wamp/proto/InvocationPolicy.py
 ${PYSITELIB}/autobahn/wamp/gen/wamp/proto/InvocationPolicy.pyc
 ${PYSITELIB}/autobahn/wamp/gen/wamp/proto/InvocationPolicy.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/KDF.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/KDF.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/KDF.pyo
 ${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Kdf.py
 ${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Kdf.pyc
 ${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Kdf.pyo
@@ -317,9 +331,15 @@ ${PYSITELIB}/autobahn/wamp/gen/wamp/prot
 ${PYSITELIB}/autobahn/wamp/gen/wamp/proto/MessageType.py
 ${PYSITELIB}/autobahn/wamp/gen/wamp/proto/MessageType.pyc
 ${PYSITELIB}/autobahn/wamp/gen/wamp/proto/MessageType.pyo
-${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Payload.py
-${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Payload.pyc
-${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Payload.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/PPTCipher.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/PPTCipher.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/PPTCipher.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/PPTScheme.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/PPTScheme.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/PPTScheme.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/PPTSerializer.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/PPTSerializer.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/PPTSerializer.pyo
 ${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Principal.py
 ${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Principal.pyc
 ${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Principal.pyo
@@ -344,9 +364,6 @@ ${PYSITELIB}/autobahn/wamp/gen/wamp/prot
 ${PYSITELIB}/autobahn/wamp/gen/wamp/proto/RouterRoles.py
 ${PYSITELIB}/autobahn/wamp/gen/wamp/proto/RouterRoles.pyc
 ${PYSITELIB}/autobahn/wamp/gen/wamp/proto/RouterRoles.pyo
-${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Serializer.py
-${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Serializer.pyc
-${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Serializer.pyo
 ${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Subscribe.py
 ${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Subscribe.pyc
 ${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Subscribe.pyo
@@ -356,9 +373,18 @@ ${PYSITELIB}/autobahn/wamp/gen/wamp/prot
 ${PYSITELIB}/autobahn/wamp/gen/wamp/proto/SubscriberFeatures.py
 ${PYSITELIB}/autobahn/wamp/gen/wamp/proto/SubscriberFeatures.pyc
 ${PYSITELIB}/autobahn/wamp/gen/wamp/proto/SubscriberFeatures.pyo
-${PYSITELIB}/autobahn/wamp/gen/wamp/proto/SubscriberReceived.py
-${PYSITELIB}/autobahn/wamp/gen/wamp/proto/SubscriberReceived.pyc
-${PYSITELIB}/autobahn/wamp/gen/wamp/proto/SubscriberReceived.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/TLSChannelBinding.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/TLSChannelBinding.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/TLSChannelBinding.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/TransportChannelFraming.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/TransportChannelFraming.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/TransportChannelFraming.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/TransportChannelSerializer.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/TransportChannelSerializer.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/TransportChannelSerializer.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/TransportChannelType.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/TransportChannelType.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/TransportChannelType.pyo
 ${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unregister.py
 ${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unregister.pyc
 ${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unregister.pyo
@@ -389,6 +415,9 @@ ${PYSITELIB}/autobahn/wamp/message.pyo
 ${PYSITELIB}/autobahn/wamp/message_fbs.py
 ${PYSITELIB}/autobahn/wamp/message_fbs.pyc
 ${PYSITELIB}/autobahn/wamp/message_fbs.pyo
+${PYSITELIB}/autobahn/wamp/mnemonic.py
+${PYSITELIB}/autobahn/wamp/mnemonic.pyc
+${PYSITELIB}/autobahn/wamp/mnemonic.pyo
 ${PYSITELIB}/autobahn/wamp/protocol.py
 ${PYSITELIB}/autobahn/wamp/protocol.pyc
 ${PYSITELIB}/autobahn/wamp/protocol.pyo
@@ -473,6 +502,9 @@ ${PYSITELIB}/autobahn/websocket/compress
 ${PYSITELIB}/autobahn/websocket/compress_base.py
 ${PYSITELIB}/autobahn/websocket/compress_base.pyc
 ${PYSITELIB}/autobahn/websocket/compress_base.pyo
+${PYSITELIB}/autobahn/websocket/compress_brotli.py
+${PYSITELIB}/autobahn/websocket/compress_brotli.pyc
+${PYSITELIB}/autobahn/websocket/compress_brotli.pyo
 ${PYSITELIB}/autobahn/websocket/compress_bzip2.py
 ${PYSITELIB}/autobahn/websocket/compress_bzip2.pyc
 ${PYSITELIB}/autobahn/websocket/compress_bzip2.pyo
@@ -512,165 +544,6 @@ ${PYSITELIB}/autobahn/websocket/util.pyo
 ${PYSITELIB}/autobahn/websocket/xormasker.py
 ${PYSITELIB}/autobahn/websocket/xormasker.pyc
 ${PYSITELIB}/autobahn/websocket/xormasker.pyo
-${PYSITELIB}/autobahn/xbr/__init__.py
-${PYSITELIB}/autobahn/xbr/__init__.pyc
-${PYSITELIB}/autobahn/xbr/__init__.pyo
-${PYSITELIB}/autobahn/xbr/_abi.py
-${PYSITELIB}/autobahn/xbr/_abi.pyc
-${PYSITELIB}/autobahn/xbr/_abi.pyo
-${PYSITELIB}/autobahn/xbr/_blockchain.py
-${PYSITELIB}/autobahn/xbr/_blockchain.pyc
-${PYSITELIB}/autobahn/xbr/_blockchain.pyo
-${PYSITELIB}/autobahn/xbr/_buyer.py
-${PYSITELIB}/autobahn/xbr/_buyer.pyc
-${PYSITELIB}/autobahn/xbr/_buyer.pyo
-${PYSITELIB}/autobahn/xbr/_cli.py
-${PYSITELIB}/autobahn/xbr/_cli.pyc
-${PYSITELIB}/autobahn/xbr/_cli.pyo
-${PYSITELIB}/autobahn/xbr/_config.py
-${PYSITELIB}/autobahn/xbr/_config.pyc
-${PYSITELIB}/autobahn/xbr/_config.pyo
-${PYSITELIB}/autobahn/xbr/_dialog.py
-${PYSITELIB}/autobahn/xbr/_dialog.pyc
-${PYSITELIB}/autobahn/xbr/_dialog.pyo
-${PYSITELIB}/autobahn/xbr/_eip712_api_publish.py
-${PYSITELIB}/autobahn/xbr/_eip712_api_publish.pyc
-${PYSITELIB}/autobahn/xbr/_eip712_api_publish.pyo
-${PYSITELIB}/autobahn/xbr/_eip712_authority_certificate.py
-${PYSITELIB}/autobahn/xbr/_eip712_authority_certificate.pyc
-${PYSITELIB}/autobahn/xbr/_eip712_authority_certificate.pyo
-${PYSITELIB}/autobahn/xbr/_eip712_base.py
-${PYSITELIB}/autobahn/xbr/_eip712_base.pyc
-${PYSITELIB}/autobahn/xbr/_eip712_base.pyo
-${PYSITELIB}/autobahn/xbr/_eip712_catalog_create.py
-${PYSITELIB}/autobahn/xbr/_eip712_catalog_create.pyc
-${PYSITELIB}/autobahn/xbr/_eip712_catalog_create.pyo
-${PYSITELIB}/autobahn/xbr/_eip712_certificate.py
-${PYSITELIB}/autobahn/xbr/_eip712_certificate.pyc
-${PYSITELIB}/autobahn/xbr/_eip712_certificate.pyo
-${PYSITELIB}/autobahn/xbr/_eip712_certificate_chain.py
-${PYSITELIB}/autobahn/xbr/_eip712_certificate_chain.pyc
-${PYSITELIB}/autobahn/xbr/_eip712_certificate_chain.pyo
-${PYSITELIB}/autobahn/xbr/_eip712_channel_close.py
-${PYSITELIB}/autobahn/xbr/_eip712_channel_close.pyc
-${PYSITELIB}/autobahn/xbr/_eip712_channel_close.pyo
-${PYSITELIB}/autobahn/xbr/_eip712_channel_open.py
-${PYSITELIB}/autobahn/xbr/_eip712_channel_open.pyc
-${PYSITELIB}/autobahn/xbr/_eip712_channel_open.pyo
-${PYSITELIB}/autobahn/xbr/_eip712_consent.py
-${PYSITELIB}/autobahn/xbr/_eip712_consent.pyc
-${PYSITELIB}/autobahn/xbr/_eip712_consent.pyo
-${PYSITELIB}/autobahn/xbr/_eip712_delegate_certificate.py
-${PYSITELIB}/autobahn/xbr/_eip712_delegate_certificate.pyc
-${PYSITELIB}/autobahn/xbr/_eip712_delegate_certificate.pyo
-${PYSITELIB}/autobahn/xbr/_eip712_domain_create.py
-${PYSITELIB}/autobahn/xbr/_eip712_domain_create.pyc
-${PYSITELIB}/autobahn/xbr/_eip712_domain_create.pyo
-${PYSITELIB}/autobahn/xbr/_eip712_market_create.py
-${PYSITELIB}/autobahn/xbr/_eip712_market_create.pyc
-${PYSITELIB}/autobahn/xbr/_eip712_market_create.pyo
-${PYSITELIB}/autobahn/xbr/_eip712_market_join.py
-${PYSITELIB}/autobahn/xbr/_eip712_market_join.pyc
-${PYSITELIB}/autobahn/xbr/_eip712_market_join.pyo
-${PYSITELIB}/autobahn/xbr/_eip712_market_leave.py
-${PYSITELIB}/autobahn/xbr/_eip712_market_leave.pyc
-${PYSITELIB}/autobahn/xbr/_eip712_market_leave.pyo
-${PYSITELIB}/autobahn/xbr/_eip712_market_member_login.py
-${PYSITELIB}/autobahn/xbr/_eip712_market_member_login.pyc
-${PYSITELIB}/autobahn/xbr/_eip712_market_member_login.pyo
-${PYSITELIB}/autobahn/xbr/_eip712_member_login.py
-${PYSITELIB}/autobahn/xbr/_eip712_member_login.pyc
-${PYSITELIB}/autobahn/xbr/_eip712_member_login.pyo
-${PYSITELIB}/autobahn/xbr/_eip712_member_register.py
-${PYSITELIB}/autobahn/xbr/_eip712_member_register.pyc
-${PYSITELIB}/autobahn/xbr/_eip712_member_register.pyo
-${PYSITELIB}/autobahn/xbr/_eip712_member_unregister.py
-${PYSITELIB}/autobahn/xbr/_eip712_member_unregister.pyc
-${PYSITELIB}/autobahn/xbr/_eip712_member_unregister.pyo
-${PYSITELIB}/autobahn/xbr/_eip712_node_pair.py
-${PYSITELIB}/autobahn/xbr/_eip712_node_pair.pyc
-${PYSITELIB}/autobahn/xbr/_eip712_node_pair.pyo
-${PYSITELIB}/autobahn/xbr/_frealm.py
-${PYSITELIB}/autobahn/xbr/_frealm.pyc
-${PYSITELIB}/autobahn/xbr/_frealm.pyo
-${PYSITELIB}/autobahn/xbr/_gui.py
-${PYSITELIB}/autobahn/xbr/_gui.pyc
-${PYSITELIB}/autobahn/xbr/_gui.pyo
-${PYSITELIB}/autobahn/xbr/_interfaces.py
-${PYSITELIB}/autobahn/xbr/_interfaces.pyc
-${PYSITELIB}/autobahn/xbr/_interfaces.pyo
-${PYSITELIB}/autobahn/xbr/_mnemonic.py
-${PYSITELIB}/autobahn/xbr/_mnemonic.pyc
-${PYSITELIB}/autobahn/xbr/_mnemonic.pyo
-${PYSITELIB}/autobahn/xbr/_schema.py
-${PYSITELIB}/autobahn/xbr/_schema.pyc
-${PYSITELIB}/autobahn/xbr/_schema.pyo
-${PYSITELIB}/autobahn/xbr/_secmod.py
-${PYSITELIB}/autobahn/xbr/_secmod.pyc
-${PYSITELIB}/autobahn/xbr/_secmod.pyo
-${PYSITELIB}/autobahn/xbr/_seller.py
-${PYSITELIB}/autobahn/xbr/_seller.pyc
-${PYSITELIB}/autobahn/xbr/_seller.pyo
-${PYSITELIB}/autobahn/xbr/_userkey.py
-${PYSITELIB}/autobahn/xbr/_userkey.pyc
-${PYSITELIB}/autobahn/xbr/_userkey.pyo
-${PYSITELIB}/autobahn/xbr/_util.py
-${PYSITELIB}/autobahn/xbr/_util.pyc
-${PYSITELIB}/autobahn/xbr/_util.pyo
-${PYSITELIB}/autobahn/xbr/_wallet.py
-${PYSITELIB}/autobahn/xbr/_wallet.pyc
-${PYSITELIB}/autobahn/xbr/_wallet.pyo
-${PYSITELIB}/autobahn/xbr/templates/py-autobahn/enum.py.jinja2
-${PYSITELIB}/autobahn/xbr/templates/py-autobahn/module.py.jinja2
-${PYSITELIB}/autobahn/xbr/templates/py-autobahn/obj.py.jinja2
-${PYSITELIB}/autobahn/xbr/templates/py-autobahn/service.py.jinja2
-${PYSITELIB}/autobahn/xbr/templates/py-autobahn/test_enum.py.jinja2
-${PYSITELIB}/autobahn/xbr/templates/py-autobahn/test_module.py.jinja2
-${PYSITELIB}/autobahn/xbr/templates/py-autobahn/test_obj.py.jinja2
-${PYSITELIB}/autobahn/xbr/templates/py-autobahn/test_service.py.jinja2
-${PYSITELIB}/autobahn/xbr/templates/sol-eip712/obj-eip712.sol.jinja2
-${PYSITELIB}/autobahn/xbr/test/__init__.py
-${PYSITELIB}/autobahn/xbr/test/__init__.pyc
-${PYSITELIB}/autobahn/xbr/test/__init__.pyo
-${PYSITELIB}/autobahn/xbr/test/catalog/schema/demo.bfbs
-${PYSITELIB}/autobahn/xbr/test/catalog/schema/testsvc1.bfbs
-${PYSITELIB}/autobahn/xbr/test/catalog/schema/wamp-auth.bfbs
-${PYSITELIB}/autobahn/xbr/test/catalog/schema/wamp-control.bfbs
-${PYSITELIB}/autobahn/xbr/test/catalog/schema/wamp-meta.bfbs
-${PYSITELIB}/autobahn/xbr/test/catalog/schema/wamp.bfbs
-${PYSITELIB}/autobahn/xbr/test/profile/config.ini
-${PYSITELIB}/autobahn/xbr/test/profile/default.priv
-${PYSITELIB}/autobahn/xbr/test/profile/default.pub
-${PYSITELIB}/autobahn/xbr/test/test_xbr_argon2.py
-${PYSITELIB}/autobahn/xbr/test/test_xbr_argon2.pyc
-${PYSITELIB}/autobahn/xbr/test/test_xbr_argon2.pyo
-${PYSITELIB}/autobahn/xbr/test/test_xbr_config.py
-${PYSITELIB}/autobahn/xbr/test/test_xbr_config.pyc
-${PYSITELIB}/autobahn/xbr/test/test_xbr_config.pyo
-${PYSITELIB}/autobahn/xbr/test/test_xbr_eip712.py
-${PYSITELIB}/autobahn/xbr/test/test_xbr_eip712.pyc
-${PYSITELIB}/autobahn/xbr/test/test_xbr_eip712.pyo
-${PYSITELIB}/autobahn/xbr/test/test_xbr_frealm.py
-${PYSITELIB}/autobahn/xbr/test/test_xbr_frealm.pyc
-${PYSITELIB}/autobahn/xbr/test/test_xbr_frealm.pyo
-${PYSITELIB}/autobahn/xbr/test/test_xbr_mnemonic.py
-${PYSITELIB}/autobahn/xbr/test/test_xbr_mnemonic.pyc
-${PYSITELIB}/autobahn/xbr/test/test_xbr_mnemonic.pyo
-${PYSITELIB}/autobahn/xbr/test/test_xbr_schema_demo.py
-${PYSITELIB}/autobahn/xbr/test/test_xbr_schema_demo.pyc
-${PYSITELIB}/autobahn/xbr/test/test_xbr_schema_demo.pyo
-${PYSITELIB}/autobahn/xbr/test/test_xbr_schema_wamp.py
-${PYSITELIB}/autobahn/xbr/test/test_xbr_schema_wamp.pyc
-${PYSITELIB}/autobahn/xbr/test/test_xbr_schema_wamp.pyo
-${PYSITELIB}/autobahn/xbr/test/test_xbr_schema_wamp_control.py
-${PYSITELIB}/autobahn/xbr/test/test_xbr_schema_wamp_control.pyc
-${PYSITELIB}/autobahn/xbr/test/test_xbr_schema_wamp_control.pyo
-${PYSITELIB}/autobahn/xbr/test/test_xbr_secmod.py
-${PYSITELIB}/autobahn/xbr/test/test_xbr_secmod.pyc
-${PYSITELIB}/autobahn/xbr/test/test_xbr_secmod.pyo
-${PYSITELIB}/autobahn/xbr/test/test_xbr_web3.py
-${PYSITELIB}/autobahn/xbr/test/test_xbr_web3.pyc
-${PYSITELIB}/autobahn/xbr/test/test_xbr_web3.pyo
 ${PYSITELIB}/twisted/plugins/autobahn_endpoints.py
 ${PYSITELIB}/twisted/plugins/autobahn_endpoints.pyc
 ${PYSITELIB}/twisted/plugins/autobahn_endpoints.pyo

Index: pkgsrc/www/py-autobahn/distinfo
diff -u pkgsrc/www/py-autobahn/distinfo:1.33 pkgsrc/www/py-autobahn/distinfo:1.34
--- pkgsrc/www/py-autobahn/distinfo:1.33        Fri Oct 25 10:55:14 2024
+++ pkgsrc/www/py-autobahn/distinfo     Thu Dec 11 15:13:51 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2024/10/25 10:55:14 adam Exp $
+$NetBSD: distinfo,v 1.34 2025/12/11 15:13:51 adam Exp $
 
-BLAKE2s (autobahn-24.4.2.tar.gz) = 32a5751c7b9aae0ca0501c893448140ec124d5760a7303d47d04aa1595a3c363
-SHA512 (autobahn-24.4.2.tar.gz) = 2caffa9a49e3661e665a4e2641b96ff48581264654cb35ebc2e8a67620ce81bd330895bb12a098488676ab74c8275e601f45357840ca074c3c6a3d7247e563e9
-Size (autobahn-24.4.2.tar.gz) = 482700 bytes
+BLAKE2s (autobahn-25.12.1.tar.gz) = de1c728d37af706b71f559b6da2cd665af6f166eb6a7ec0c37df69fd4f68e042
+SHA512 (autobahn-25.12.1.tar.gz) = bc3f58c2bbacaa35f302170ae0fdadcd6f47f12c32509b35ed72ed7afdf82dd786928ad2e7fa823b52c151f99b895e96c9bc2e6f5f7741dca85e9fe4a72f4c8a
+Size (autobahn-25.12.1.tar.gz) = 13851285 bytes



Home | Main Index | Thread Index | Old Index