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

Chih-Hsuan Yen yan12125 at archlinux.org
Thu Mar 5 02:22:27 UTC 2020


    Date: Thursday, March 5, 2020 @ 02:22:27
  Author: yan12125
Revision: 590683

upgpkg: python-autobahn 20.3.1-1; python-mock is no longer necessary after 20.1.1 [1]

[1] https://github.com/crossbario/autobahn-python/pull/1287

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-05 01:11:33 UTC (rev 590682)
+++ PKGBUILD	2020-03-05 02:22:27 UTC (rev 590683)
@@ -3,7 +3,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=20.2.2
+pkgver=20.3.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 makedepends=(python-argon2_cffi python-cbor python-flatbuffers
              python-msgpack python-passlib python-pynacl python-pytrie
              python-ubjson)
-checkdepends=(python-mock python-pytest python-pytest-asyncio)
+checkdepends=(python-pytest python-pytest-asyncio)
 optdepends=(
   'python-cbor: CBOR serializer support'
   'python-flatbuffers: FlatBuffers serializer support'
@@ -31,7 +31,7 @@
 )
 
 source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('8fb9f3e7f6de5b7ee5479a56582873b927cc25d72319d0a86f43d992048d8171')
+sha256sums=('88e150e4b3d284b83daafd8e0b289a5625ee00c633a2c580055bf1be2d391002')
 
 build() {
   cd "$srcdir/autobahn-$pkgver"



More information about the arch-commits mailing list