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

Chih-Hsuan Yen yan12125 at archlinux.org
Thu Jun 6 11:29:14 UTC 2019


    Date: Thursday, June 6, 2019 @ 11:29:14
  Author: yan12125
Revision: 477447

upgpkg: python-autobahn 19.6.2-1

The missing dependency issue [1] is fixed in this version. However, the fixed
setup.py specifies cryptography>=2.7, and python-cryptography 2.7-1 is still
in [testing].

Do not move this package to [community] until python-cryptography 2.7-1 is
moved to [extra]!

community/python-autobahn is stuck at 19.6.1. In that version setup.py does not
declare a dependency on cryptography, so there will not be
pkg_resources.VersionConflict. Also, according to results of the test suite,
cryptography 2.6 is most likely compatible.

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

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-06 11:27:35 UTC (rev 477446)
+++ PKGBUILD	2019-06-06 11:29:14 UTC (rev 477447)
@@ -3,7 +3,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=19.6.1
+pkgver=19.6.2
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
@@ -25,7 +25,7 @@
 )
 
 source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('8b58a7d3188e2c103dff5115fd6f449261df7282aa92e741acf676f90443e097')
+sha256sums=('48c2d737d33cfe1d37124db984577c5d4f44e116d05a9f8b6505721413ff9b22')
 
 build() {
   cd "$srcdir/autobahn-$pkgver"



More information about the arch-commits mailing list