[arch-commits] Commit in python-autobahn/trunk (PKGBUILD)
Chih-Hsuan Yen
yan12125 at gemini.archlinux.org
Thu Feb 24 15:29:59 UTC 2022
Date: Thursday, February 24, 2022 @ 15:29:59
Author: yan12125
Revision: 1136426
upgpkg: python-autobahn 22.2.2-1
cbor2 is used in favor of cbor since https://github.com/crossbario/autobahn-python/pull/1518
Modified:
python-autobahn/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-24 15:20:12 UTC (rev 1136425)
+++ PKGBUILD 2022-02-24 15:29:59 UTC (rev 1136426)
@@ -4,7 +4,7 @@
pkgname=python-autobahn
# https://github.com/crossbario/autobahn-python/blob/master/docs/changelog.rst
-pkgver=22.1.1
+pkgver=22.2.2
pkgrel=1
pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
arch=(x86_64)
@@ -12,12 +12,12 @@
license=(MIT)
depends=(python-cffi python-twisted python-txaio python-wsaccel
python-cryptography)
-makedepends=(python-argon2_cffi python-cbor python-flatbuffers
+makedepends=(python-argon2_cffi python-cbor2 python-flatbuffers
python-msgpack python-passlib python-pynacl python-pytrie
python-setuptools python-ubjson)
checkdepends=(python-pytest python-pytest-asyncio)
optdepends=(
- 'python-cbor: CBOR serializer support'
+ 'python-cbor2: 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'
@@ -33,7 +33,7 @@
source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz
judge-sse-header.patch)
-sha256sums=('17e1b58b6ae1a63ca7d926b1d71bb9e4fd6b9ac9a1a2277d8ee40e0b61f54746'
+sha256sums=('60e1f4c602aacd052ffe3d46ae40b6b75f8286b3c46922c213b523162e58c17e'
'a6505b22363d7b1bbd6c9b4d503118e16129abf91e65885b7ee7f47f74ed9d00')
prepare() {
More information about the arch-commits
mailing list