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

Chih-Hsuan Yen yan12125 at archlinux.org
Wed Jun 5 12:32:16 UTC 2019


    Date: Wednesday, June 5, 2019 @ 12:32:15
  Author: yan12125
Revision: 476979

upgpkg: python-autobahn 19.6.1-1

* cryptography is needed but missing from setup.py [1]
* The new autobahn.xbr module added new dependencies, one of which is web3.py.
  That module brings tons of other dependencies missing from [community]. Also,
  there are no tests for autobahn.xbr in this version, and thus I consider this
  module is not finished yet. As a result, I skip adding dependencies for
  autobahn.xbr and leave it unusable for now.

[1] https://github.com/crossbario/autobahn-python/issues/1205

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-05 12:19:57 UTC (rev 476978)
+++ PKGBUILD	2019-06-05 12:32:15 UTC (rev 476979)
@@ -3,13 +3,14 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=19.5.1
+pkgver=19.6.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 python-setuptools)
+depends=(python-cffi python-twisted python-six python-txaio python-wsaccel
+         python-setuptools python-cryptography)
 makedepends=(python-argon2_cffi python-cbor python-flatbuffers
              python-msgpack python-passlib python-pynacl python-ubjson)
 checkdepends=(python-mock python-pytest python-pytest-asyncio)
@@ -24,7 +25,7 @@
 )
 
 source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('2eee98f68ba4eb8d8ea3f15e411db9e69433d9367799c85bdca0ff2de4c101d3')
+sha256sums=('8b58a7d3188e2c103dff5115fd6f449261df7282aa92e741acf676f90443e097')
 
 build() {
   cd "$srcdir/autobahn-$pkgver"



More information about the arch-commits mailing list