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 May  2 09:37:01 UTC 2019

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

Log Message:
py-autobahn: updated to 19.3.3

19.3.3
fix: RegisterOptions should have details|bool parameter
new: WAMP callee disclosure
new: WAMP forward_for in more message types; expose forward_for in options/details types
new: expose underlying serializer modules on WAMP object serializers
fix: WAMP-cryptosign fix base64 encodings, add hex encoding

19.3.2
fix: import guards for flatbuffers (missed in CI as we run with "all deps installed" there)

19.3.1
new: add experimental support for WAMP-FlatBuffers serializer: EVENT and PUBLISH messages for now only
new: add FlatBuffers schema for WAMP messages
fix: improve serializer package preference behavior depending on CPy vs PyPy
fix: relax protocol violations: ignore unknown INTERRUPT and GOODBYE already sent; reduce log noise
fix: skipping Yield message if transport gets closed before success callback is called
fix: integer division in logging in py3
fix: Await tasks after they've been cancelled in autobahn.asycio.component.nicely_exit


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/py-autobahn/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-autobahn/PLIST
cvs rdiff -u -r1.20 -r1.21 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/Makefile
diff -u pkgsrc/www/py-autobahn/Makefile:1.21 pkgsrc/www/py-autobahn/Makefile:1.22
--- pkgsrc/www/py-autobahn/Makefile:1.21        Wed Mar 13 19:21:07 2019
+++ pkgsrc/www/py-autobahn/Makefile     Thu May  2 09:37:01 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2019/03/13 19:21:07 adam Exp $
+# $NetBSD: Makefile,v 1.22 2019/05/02 09:37:01 adam Exp $
 
-DISTNAME=      autobahn-19.2.1
+DISTNAME=      autobahn-19.3.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/autobahn/}

Index: pkgsrc/www/py-autobahn/PLIST
diff -u pkgsrc/www/py-autobahn/PLIST:1.7 pkgsrc/www/py-autobahn/PLIST:1.8
--- pkgsrc/www/py-autobahn/PLIST:1.7    Fri Oct 12 11:51:26 2018
+++ pkgsrc/www/py-autobahn/PLIST        Thu May  2 09:37:01 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2018/10/12 11:51:26 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2019/05/02 09:37:01 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -108,12 +108,220 @@ ${PYSITELIB}/autobahn/wamp/cryptosign.py
 ${PYSITELIB}/autobahn/wamp/exception.py
 ${PYSITELIB}/autobahn/wamp/exception.pyc
 ${PYSITELIB}/autobahn/wamp/exception.pyo
+${PYSITELIB}/autobahn/wamp/gen/__init__.py
+${PYSITELIB}/autobahn/wamp/gen/__init__.pyc
+${PYSITELIB}/autobahn/wamp/gen/__init__.pyo
+${PYSITELIB}/autobahn/wamp/gen/schema/auth.bfbs
+${PYSITELIB}/autobahn/wamp/gen/schema/pubsub.bfbs
+${PYSITELIB}/autobahn/wamp/gen/schema/roles.bfbs
+${PYSITELIB}/autobahn/wamp/gen/schema/rpc.bfbs
+${PYSITELIB}/autobahn/wamp/gen/schema/session.bfbs
+${PYSITELIB}/autobahn/wamp/gen/schema/types.bfbs
+${PYSITELIB}/autobahn/wamp/gen/schema/wamp.bfbs
+${PYSITELIB}/autobahn/wamp/gen/wamp/Map.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/Map.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/Map.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/Void.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/Void.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/Void.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/__init__.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/__init__.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/__init__.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Abort.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Abort.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Abort.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AnyMessage.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AnyMessage.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AnyMessage.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCraChallenge.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCraChallenge.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCraChallenge.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCraRequest.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCraRequest.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCraRequest.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCraWelcome.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCraWelcome.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCraWelcome.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCryptosignChallenge.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCryptosignChallenge.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCryptosignChallenge.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCryptosignRequest.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCryptosignRequest.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCryptosignRequest.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCryptosignWelcome.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCryptosignWelcome.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCryptosignWelcome.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthFactor.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthFactor.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthFactor.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthMethod.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthMethod.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthMethod.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthMode.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthMode.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthMode.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthScramChallenge.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthScramChallenge.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthScramChallenge.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthScramRequest.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthScramRequest.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthScramRequest.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthScramWelcome.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthScramWelcome.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthScramWelcome.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthTicketChallenge.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthTicketChallenge.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthTicketChallenge.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthTicketRequest.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthTicketRequest.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthTicketRequest.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthTicketWelcome.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthTicketWelcome.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthTicketWelcome.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Authenticate.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Authenticate.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Authenticate.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/BrokerFeatures.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/BrokerFeatures.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/BrokerFeatures.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Call.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Call.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Call.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/CalleeFeatures.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/CalleeFeatures.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/CalleeFeatures.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/CallerFeatures.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/CallerFeatures.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/CallerFeatures.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Cancel.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Cancel.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Cancel.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/CancelMode.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/CancelMode.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/CancelMode.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Challenge.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Challenge.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Challenge.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/ChannelBinding.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/ChannelBinding.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/ChannelBinding.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/ClientRoles.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/ClientRoles.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/ClientRoles.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/DealerFeatures.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/DealerFeatures.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/DealerFeatures.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Error.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Error.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Error.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Event.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Event.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Event.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/EventReceived.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/EventReceived.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/EventReceived.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Goodbye.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Goodbye.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Goodbye.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Hello.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Hello.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Hello.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/HelloNew.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/HelloNew.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/HelloNew.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Interrupt.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Interrupt.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Interrupt.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Invocation.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Invocation.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Invocation.pyo
+${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/Match.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Match.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Match.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Message.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Message.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Message.pyo
+${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/Principal.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Principal.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Principal.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Publish.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Publish.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Publish.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Published.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Published.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Published.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/PublisherFeatures.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/PublisherFeatures.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/PublisherFeatures.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Register.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Register.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Register.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Registered.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Registered.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Registered.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Result.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Result.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Result.pyo
+${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
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Subscribed.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Subscribed.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Subscribed.pyo
+${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/Unregister.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unregister.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unregister.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unregistered.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unregistered.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unregistered.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unsubscribe.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unsubscribe.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unsubscribe.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unsubscribed.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unsubscribed.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unsubscribed.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Welcome.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Welcome.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Welcome.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Yield.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Yield.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Yield.pyo
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/__init__.py
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/__init__.pyc
+${PYSITELIB}/autobahn/wamp/gen/wamp/proto/__init__.pyo
 ${PYSITELIB}/autobahn/wamp/interfaces.py
 ${PYSITELIB}/autobahn/wamp/interfaces.pyc
 ${PYSITELIB}/autobahn/wamp/interfaces.pyo
 ${PYSITELIB}/autobahn/wamp/message.py
 ${PYSITELIB}/autobahn/wamp/message.pyc
 ${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/protocol.py
 ${PYSITELIB}/autobahn/wamp/protocol.pyc
 ${PYSITELIB}/autobahn/wamp/protocol.pyo
@@ -138,6 +346,9 @@ ${PYSITELIB}/autobahn/wamp/test/test_com
 ${PYSITELIB}/autobahn/wamp/test/test_component_aio.py
 ${PYSITELIB}/autobahn/wamp/test/test_component_aio.pyc
 ${PYSITELIB}/autobahn/wamp/test/test_component_aio.pyo
+${PYSITELIB}/autobahn/wamp/test/test_cryptobox.py
+${PYSITELIB}/autobahn/wamp/test/test_cryptobox.pyc
+${PYSITELIB}/autobahn/wamp/test/test_cryptobox.pyo
 ${PYSITELIB}/autobahn/wamp/test/test_cryptosign.py
 ${PYSITELIB}/autobahn/wamp/test/test_cryptosign.pyc
 ${PYSITELIB}/autobahn/wamp/test/test_cryptosign.pyo

Index: pkgsrc/www/py-autobahn/distinfo
diff -u pkgsrc/www/py-autobahn/distinfo:1.20 pkgsrc/www/py-autobahn/distinfo:1.21
--- pkgsrc/www/py-autobahn/distinfo:1.20        Wed Mar 13 19:21:07 2019
+++ pkgsrc/www/py-autobahn/distinfo     Thu May  2 09:37:01 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.20 2019/03/13 19:21:07 adam Exp $
+$NetBSD: distinfo,v 1.21 2019/05/02 09:37:01 adam Exp $
 
-SHA1 (autobahn-19.2.1.tar.gz) = 878c2f50cb321bed469f09cd19eb530f1beb9c0d
-RMD160 (autobahn-19.2.1.tar.gz) = e962f445110c0bc1eff2f54504adc9b6ad28ef4b
-SHA512 (autobahn-19.2.1.tar.gz) = 7f56e42f6acc60970afba2c8c7fff0b4a4e66c2c098e9f31e48229ca8a3ea8488bdc3e80f95b59cd69a46c4431b2775a140b0c8e52a780b1da95dd7abe75187d
-Size (autobahn-19.2.1.tar.gz) = 229067 bytes
+SHA1 (autobahn-19.3.3.tar.gz) = efc8be0876f00138b3fab1264347887fe1f8f14f
+RMD160 (autobahn-19.3.3.tar.gz) = 35c31da252a969f9006e9ba8d6b4d925fb7baf11
+SHA512 (autobahn-19.3.3.tar.gz) = 6676e8759a251753bbabec7c6f920f1909995470fe4e3cc82487b8b5c9601807691986de1c951d7fd4a0eddb0cd477b222d1479a6eca3b85d8c3e872a57c3e13
+Size (autobahn-19.3.3.tar.gz) = 267907 bytes
 SHA1 (patch-setup.py) = f6dc41dbf480789b176b42bf12cbafd5a2076fde



Home | Main Index | Thread Index | Old Index