[arch-commits] Commit in python-autobahn/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at archlinux.org
Sun Feb 9 06:43:49 UTC 2020


    Date: Sunday, February 9, 2020 @ 06:43:47
  Author: yan12125
Revision: 565064

upgpkg: python-autobahn 20.2.1-1; add more optional dependencies and remove no longer needed python-six [1]

[1] https://github.com/crossbario/autobahn-python/commit/79bd2ba41b83950614a2928eeda4704c1d149a20#diff-2eeaed663bd0d25b7e608891384b7298

Modified:
  python-autobahn/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-09 06:20:11 UTC (rev 565063)
+++ PKGBUILD	2020-02-09 06:43:47 UTC (rev 565064)
@@ -3,13 +3,13 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=20.1.3
+pkgver=20.2.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
 url='https://crossbar.io/autobahn/'
 license=(MIT)
-depends=(python-cffi python-twisted python-six python-txaio python-wsaccel
+depends=(python-cffi python-twisted python-txaio python-wsaccel
          python-setuptools python-cryptography)
 makedepends=(python-argon2_cffi python-cbor python-flatbuffers
              python-msgpack python-passlib python-pynacl python-pytrie
@@ -19,15 +19,19 @@
   'python-cbor: CBOR serializer support'
   'python-flatbuffers: FlatBuffers serializer support'
   'python-msgpack: MsgPack serializer support'
+  'python-u-msgpack: pure-python alternative to python-msgpack for MsgPack serializer support'
   'python-ubjson: UBJSON serializer support'
+  'python-ujson: accelerated JSON serializer support'
   'python-argon2_cffi: WAMP-SCRAM authentication support'
   'python-passlib: WAMP-SCRAM authentication support'
   'python-pynacl: WAMP-cryptosign and WAMP-cryptobox support'
   'python-pytrie: WAMP-cryptobox support'
+  'python-pyopenssl: SSL/TLS support'
+  'python-snappy: snappy compression suppport for WebSocket messages'
 )
 
 source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('a428b43f13116e212cb98ba646697021ed52f65d50373fee0886dfa484769b2b')
+sha256sums=('1ec603ea374a3b9d85540c499709c41f35f7c6e288b571d12da14aba6c381211')
 
 build() {
   cd "$srcdir/autobahn-$pkgver"



More information about the arch-commits mailing list