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

2020-12-19 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, December 20, 2020 @ 07:43:22
  Author: yan12125
Revision: 780151

upgpkg: python-autobahn 20.12.3-1; make tests less verbose

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-20 05:48:25 UTC (rev 780150)
+++ PKGBUILD2020-12-20 07:43:22 UTC (rev 780151)
@@ -3,7 +3,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=20.12.2
+pkgver=20.12.3
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
@@ -31,7 +31,7 @@
 )
 
 
source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('72b68a1ce1e10e3cbcc3b280aae86d5b2e7a1f409febab1ab91a8a3274113f6e')
+sha256sums=('410a93e0e29882c8b5d5ab05d220b07609b886ef5f23c0b8d39153254ffd6895')
 
 prepare() {
   cd "$srcdir/autobahn-$pkgver"
@@ -53,7 +53,7 @@
   # "autobahn on asyncio is tested using pytest, while for twisted we are 
using twisted trial"
   # 
https://github.com/crossbario/autobahn-python/issues/1235#issuecomment-522440810
   USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver trial3 autobahn
-  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest -v autobahn
+  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest autobahn
 }
 
 package() {


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

2020-12-15 Thread Morten Linderud via arch-commits
Date: Tuesday, December 15, 2020 @ 21:44:13
  Author: foxboron
Revision: 776239

upgpkg: python-autobahn 20.12.2-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-15 21:43:22 UTC (rev 776238)
+++ PKGBUILD2020-12-15 21:44:13 UTC (rev 776239)
@@ -3,7 +3,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=20.12.1
+pkgver=20.12.2
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
@@ -31,7 +31,7 @@
 )
 
 
source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('74ca21d3552825615a65d47ec38d0aa5961a1345f7639f5b0e2abfff40cbfd07')
+sha256sums=('72b68a1ce1e10e3cbcc3b280aae86d5b2e7a1f409febab1ab91a8a3274113f6e')
 
 prepare() {
   cd "$srcdir/autobahn-$pkgver"


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

2020-12-13 Thread Morten Linderud via arch-commits
Date: Sunday, December 13, 2020 @ 22:22:22
  Author: foxboron
Revision: 774593

upgpkg: python-autobahn 20.12.1-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-13 22:21:28 UTC (rev 774592)
+++ PKGBUILD2020-12-13 22:22:22 UTC (rev 774593)
@@ -3,8 +3,8 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=20.7.1
-pkgrel=3
+pkgver=20.12.1
+pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
 url='https://crossbar.io/autobahn/'
@@ -31,7 +31,7 @@
 )
 
 
source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('86bbce30cdd407137c57670993a8f9bfdfe3f8e994b889181d85e844d5aa8dfb')
+sha256sums=('74ca21d3552825615a65d47ec38d0aa5961a1345f7639f5b0e2abfff40cbfd07')
 
 prepare() {
   cd "$srcdir/autobahn-$pkgver"


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

2020-11-12 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 14:38:10
  Author: felixonmars
Revision: 751968

upgpkg: python-autobahn 20.7.1-3: Python 3.9 rebuild

Modified:
  python-autobahn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 14:38:09 UTC (rev 751967)
+++ PKGBUILD2020-11-12 14:38:10 UTC (rev 751968)
@@ -4,7 +4,7 @@
 
 pkgname=python-autobahn
 pkgver=20.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
 url='https://crossbar.io/autobahn/'


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

2020-07-18 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, July 18, 2020 @ 07:18:19
  Author: yan12125
Revision: 664395

upgpkg: python-autobahn 20.7.1-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-18 05:32:49 UTC (rev 664394)
+++ PKGBUILD2020-07-18 07:18:19 UTC (rev 664395)
@@ -3,8 +3,8 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=20.6.2
-pkgrel=2
+pkgver=20.7.1
+pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
 url='https://crossbar.io/autobahn/'
@@ -31,7 +31,7 @@
 )
 
 
source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('6ac6b6653b8d20d632b034adccf6a566154d4efbeaa23abf7c3995fd601e9a01')
+sha256sums=('86bbce30cdd407137c57670993a8f9bfdfe3f8e994b889181d85e844d5aa8dfb')
 
 prepare() {
   cd "$srcdir/autobahn-$pkgver"


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

2020-07-12 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, July 13, 2020 @ 02:09:51
  Author: yan12125
Revision: 663394

upgpkg: python-autobahn 20.6.2-2; attempt to achieve reproducibility

This change rules out the SSE 4.1 implementation in NVX (SSE 2 impl is still
built). Hopefully it does not impact performance too much.

Modified:
  python-autobahn/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 01:38:06 UTC (rev 663393)
+++ PKGBUILD2020-07-13 02:09:51 UTC (rev 663394)
@@ -4,7 +4,7 @@
 
 pkgname=python-autobahn
 pkgver=20.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
 url='https://crossbar.io/autobahn/'
@@ -33,6 +33,15 @@
 
source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
 sha256sums=('6ac6b6653b8d20d632b034adccf6a566154d4efbeaa23abf7c3995fd601e9a01')
 
+prepare() {
+  cd "$srcdir/autobahn-$pkgver"
+  # For reproducibility
+  # If Arch decides to increase CPU requirements [1], -march=x86-64 can be
+  # replaced with -march=nehalem so that the SSE 4.1 implementation is built
+  # [1] 
https://lists.archlinux.org/pipermail/arch-dev-public/2020-March/029914.html
+  sed -i 's#-march=native#-march=x86-64#' autobahn/nvx/_utf8validator.py
+}
+
 build() {
   cd "$srcdir/autobahn-$pkgver"
   AUTOBAHN_USE_NVX=1 python setup.py build


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

2020-07-02 Thread Morten Linderud via arch-commits
Date: Thursday, July 2, 2020 @ 19:51:41
  Author: foxboron
Revision: 657517

upgpkg: python-autobahn 20.6.2-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-02 19:49:38 UTC (rev 657516)
+++ PKGBUILD2020-07-02 19:51:41 UTC (rev 657517)
@@ -3,7 +3,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=20.6.1
+pkgver=20.6.2
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
@@ -31,7 +31,7 @@
 )
 
 
source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('848aa77f808edcdc9144706d98f06fccb1c6ac8619f7418617880c27b285a7d0')
+sha256sums=('6ac6b6653b8d20d632b034adccf6a566154d4efbeaa23abf7c3995fd601e9a01')
 
 build() {
   cd "$srcdir/autobahn-$pkgver"


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

2020-06-12 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, June 13, 2020 @ 04:37:50
  Author: yan12125
Revision: 642693

upgpkg: python-autobahn 20.6.1-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-13 02:55:18 UTC (rev 642692)
+++ PKGBUILD2020-06-13 04:37:50 UTC (rev 642693)
@@ -3,7 +3,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=20.4.3
+pkgver=20.6.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
@@ -31,7 +31,7 @@
 )
 
 
source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('c6fe745d52ba9f9eecf791cd31f558df42aebfc4f9ee558a8f1d18c707e1ae1f')
+sha256sums=('848aa77f808edcdc9144706d98f06fccb1c6ac8619f7418617880c27b285a7d0')
 
 build() {
   cd "$srcdir/autobahn-$pkgver"


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, April 24, 2020 @ 07:24:25
  Author: yan12125
Revision: 618972

upgpkg: python-autobahn 20.4.3-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-24 07:17:57 UTC (rev 618971)
+++ PKGBUILD2020-04-24 07:24:25 UTC (rev 618972)
@@ -3,7 +3,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=20.4.2
+pkgver=20.4.3
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
@@ -31,7 +31,7 @@
 )
 
 
source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('1c943f94bb759c07445a6984a3bc4c76f73e2a90a1fc2c3521c211579b73d3db')
+sha256sums=('c6fe745d52ba9f9eecf791cd31f558df42aebfc4f9ee558a8f1d18c707e1ae1f')
 
 build() {
   cd "$srcdir/autobahn-$pkgver"


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

2020-04-15 Thread Chih-Hsuan Yen via arch-commits
Date: Wednesday, April 15, 2020 @ 10:26:42
  Author: yan12125
Revision: 614585

upgpkg: python-autobahn 20.4.2-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 10:26:27 UTC (rev 614584)
+++ PKGBUILD2020-04-15 10:26:42 UTC (rev 614585)
@@ -3,7 +3,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=20.4.1
+pkgver=20.4.2
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
@@ -31,7 +31,7 @@
 )
 
 
source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('6d3989e4d8b0e961c9d3bb1fe133099767bbd5080cea21b2bdc2a0a1b4581b2e')
+sha256sums=('1c943f94bb759c07445a6984a3bc4c76f73e2a90a1fc2c3521c211579b73d3db')
 
 build() {
   cd "$srcdir/autobahn-$pkgver"


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

2020-04-01 Thread Morten Linderud via arch-commits
Date: Wednesday, April 1, 2020 @ 21:22:47
  Author: foxboron
Revision: 609261

upgpkg: python-autobahn 20.4.1-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-01 21:22:26 UTC (rev 609260)
+++ PKGBUILD2020-04-01 21:22:47 UTC (rev 609261)
@@ -3,7 +3,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=20.3.1
+pkgver=20.4.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
@@ -31,7 +31,7 @@
 )
 
 
source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('88e150e4b3d284b83daafd8e0b289a5625ee00c633a2c580055bf1be2d391002')
+sha256sums=('6d3989e4d8b0e961c9d3bb1fe133099767bbd5080cea21b2bdc2a0a1b4581b2e')
 
 build() {
   cd "$srcdir/autobahn-$pkgver"


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

2020-03-04 Thread Chih-Hsuan Yen via arch-commits
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
===
--- PKGBUILD2020-03-05 01:11:33 UTC (rev 590682)
+++ PKGBUILD2020-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"


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

2020-02-26 Thread Morten Linderud via arch-commits
Date: Wednesday, February 26, 2020 @ 19:46:37
  Author: foxboron
Revision: 583109

upgpkg: python-autobahn 20.2.2-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-26 19:45:48 UTC (rev 583108)
+++ PKGBUILD2020-02-26 19:46:37 UTC (rev 583109)
@@ -3,7 +3,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=20.2.1
+pkgver=20.2.2
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
@@ -31,7 +31,7 @@
 )
 
 
source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('1ec603ea374a3b9d85540c499709c41f35f7c6e288b571d12da14aba6c381211')
+sha256sums=('8fb9f3e7f6de5b7ee5479a56582873b927cc25d72319d0a86f43d992048d8171')
 
 build() {
   cd "$srcdir/autobahn-$pkgver"


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

2020-02-08 Thread Chih-Hsuan Yen via arch-commits
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
===
--- PKGBUILD2020-02-09 06:20:11 UTC (rev 565063)
+++ PKGBUILD2020-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"


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

2020-01-30 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, January 30, 2020 @ 08:58:49
  Author: yan12125
Revision: 560062

upgpkg: python-autobahn 20.1.3-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-30 08:58:46 UTC (rev 560061)
+++ PKGBUILD2020-01-30 08:58:49 UTC (rev 560062)
@@ -3,7 +3,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=20.1.2
+pkgver=20.1.3
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
@@ -27,7 +27,7 @@
 )
 
 
source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('5a1564e26a6cd598945676d504ede43a43d29389ab93db6d6abfba362df1851a')
+sha256sums=('a428b43f13116e212cb98ba646697021ed52f65d50373fee0886dfa484769b2b')
 
 build() {
   cd "$srcdir/autobahn-$pkgver"


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

2020-01-15 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, January 16, 2020 @ 01:02:13
  Author: yan12125
Revision: 552720

upgpkg: python-autobahn 20.1.2-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-16 00:05:58 UTC (rev 552719)
+++ PKGBUILD2020-01-16 01:02:13 UTC (rev 552720)
@@ -3,7 +3,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=20.1.1
+pkgver=20.1.2
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
@@ -27,7 +27,7 @@
 )
 
 
source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('910ec1137d17a9af5c9cb7b76ff4e9c77c1fa15028555ea29a4fb0d856290beb')
+sha256sums=('5a1564e26a6cd598945676d504ede43a43d29389ab93db6d6abfba362df1851a')
 
 build() {
   cd "$srcdir/autobahn-$pkgver"


[arch-commits] Commit in python-autobahn/trunk (PKGBUILD pytest-compatibility.diff)

2020-01-14 Thread Chih-Hsuan Yen via arch-commits
Date: Tuesday, January 14, 2020 @ 12:03:17
  Author: yan12125
Revision: 552488

upgpkg: python-autobahn 20.1.1-1

Upstream disables RNG tests now [1], so previous hacks can be dropped.

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

Modified:
  python-autobahn/trunk/PKGBUILD
Deleted:
  python-autobahn/trunk/pytest-compatibility.diff

---+
 PKGBUILD  |   23 +++
 pytest-compatibility.diff |   13 -
 2 files changed, 7 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-14 11:58:38 UTC (rev 552487)
+++ PKGBUILD2020-01-14 12:03:17 UTC (rev 552488)
@@ -3,7 +3,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=19.11.2
+pkgver=20.1.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
@@ -26,16 +26,9 @@
   'python-pytrie: WAMP-cryptobox support'
 )
 
-source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz
-pytest-compatibility.diff)
-sha256sums=('64fa063b3a1ab16588037d4713f13f66167f7ad2a2e95fd675decbc3bc85c089'
-'07af16d4f41f5cccb269ccce0c887d347f9158e25002a638071b178130add8c4')
+source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
+sha256sums=('910ec1137d17a9af5c9cb7b76ff4e9c77c1fa15028555ea29a4fb0d856290beb')
 
-prepare() {
-  cd "$srcdir/autobahn-$pkgver"
-  patch -Np1 -i ../pytest-compatibility.diff
-}
-
 build() {
   cd "$srcdir/autobahn-$pkgver"
   AUTOBAHN_USE_NVX=1 python setup.py build
@@ -44,12 +37,10 @@
 check() {
   cd "$srcdir/autobahn-$pkgver"
   pyver=$(python -c "import sys; print('{}.{}'.format(*sys.version_info[:2]))")
-  # test_depleting checks whether the entropy on the running machine can be 
depleted or not.
-  # Unrelated to autobahn and makes the test suite flaky
-  # Now test_non_depleting is also flaky :(
-  # https://github.com/crossbario/autobahn-python/issues/1278
-  USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest -v autobahn 
--ignore=autobahn/test/test_rng.py
-  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest -v autobahn 
--ignore=autobahn/test/test_rng.py
+  # "autobahn on asyncio is tested using pytest, while for twisted we are 
using twisted trial"
+  # 
https://github.com/crossbario/autobahn-python/issues/1235#issuecomment-522440810
+  USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver trial3 autobahn
+  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest -v autobahn
 }
 
 package() {

Deleted: pytest-compatibility.diff
===
--- pytest-compatibility.diff   2020-01-14 11:58:38 UTC (rev 552487)
+++ pytest-compatibility.diff   2020-01-14 12:03:17 UTC (rev 552488)
@@ -1,13 +0,0 @@
-diff --git a/autobahn/wamp/test/test_user_handler_errors.py 
b/autobahn/wamp/test/test_user_handler_errors.py
-index 35570bad..8f1b0181 100644
 a/autobahn/wamp/test/test_user_handler_errors.py
-+++ b/autobahn/wamp/test/test_user_handler_errors.py
-@@ -108,7 +108,7 @@ if os.environ.get('USE_TWISTED', False):
- # twice)...but that would mean switching all test-running over
- # to py-test
- 
--skip = True
-+skip = 'True'
- 
- def test_on_join(self):
- session = MockApplicationSession()


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

2020-01-11 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, January 11, 2020 @ 12:26:30
  Author: yan12125
Revision: 551890

upgpkg: python-autobahn 19.11.2-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-11 11:57:14 UTC (rev 551889)
+++ PKGBUILD2020-01-11 12:26:30 UTC (rev 551890)
@@ -3,8 +3,8 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=19.11.1
-pkgrel=2
+pkgver=19.11.2
+pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
 url='https://crossbar.io/autobahn/'
@@ -28,7 +28,7 @@
 
 
source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz
 pytest-compatibility.diff)
-sha256sums=('201b9879b49c6e259d4126dbafe9e3c73807de0c242d50065fbebc62c6ccb181'
+sha256sums=('64fa063b3a1ab16588037d4713f13f66167f7ad2a2e95fd675decbc3bc85c089'
 '07af16d4f41f5cccb269ccce0c887d347f9158e25002a638071b178130add8c4')
 
 prepare() {


[arch-commits] Commit in python-autobahn/trunk (PKGBUILD pytest-compatibility.diff)

2020-01-04 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, January 4, 2020 @ 11:09:36
  Author: yan12125
Revision: 547868

python-autobahn: another approach for skipping RNG tests

Added:
  python-autobahn/trunk/pytest-compatibility.diff
Modified:
  python-autobahn/trunk/PKGBUILD

---+
 PKGBUILD  |   21 -
 pytest-compatibility.diff |   13 +
 2 files changed, 25 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-04 11:02:42 UTC (rev 547867)
+++ PKGBUILD2020-01-04 11:09:36 UTC (rev 547868)
@@ -26,17 +26,16 @@
   'python-pytrie: WAMP-cryptobox support'
 )
 
-source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('201b9879b49c6e259d4126dbafe9e3c73807de0c242d50065fbebc62c6ccb181')
+source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz
+pytest-compatibility.diff)
+sha256sums=('201b9879b49c6e259d4126dbafe9e3c73807de0c242d50065fbebc62c6ccb181'
+'07af16d4f41f5cccb269ccce0c887d347f9158e25002a638071b178130add8c4')
 
 prepare() {
   cd "$srcdir/autobahn-$pkgver"
-  # test_depleting checks whether the entropy on the running machine can be 
depleted or not.
-  # Unrelated to autobahn and makes the test suite flaky
-  # Now test_non_depleting is also flaky :(
-  # https://github.com/crossbario/autobahn-python/issues/1278
-  rm -v autobahn/test/test_rng.py
+  patch -Np1 -i ../pytest-compatibility.diff
 }
+
 build() {
   cd "$srcdir/autobahn-$pkgver"
   AUTOBAHN_USE_NVX=1 python setup.py build
@@ -45,8 +44,12 @@
 check() {
   cd "$srcdir/autobahn-$pkgver"
   pyver=$(python -c "import sys; print('{}.{}'.format(*sys.version_info[:2]))")
-  USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver trial3 autobahn
-  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest -v autobahn
+  # test_depleting checks whether the entropy on the running machine can be 
depleted or not.
+  # Unrelated to autobahn and makes the test suite flaky
+  # Now test_non_depleting is also flaky :(
+  # https://github.com/crossbario/autobahn-python/issues/1278
+  USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest -v autobahn 
--ignore=autobahn/test/test_rng.py
+  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest -v autobahn 
--ignore=autobahn/test/test_rng.py
 }
 
 package() {

Added: pytest-compatibility.diff
===
--- pytest-compatibility.diff   (rev 0)
+++ pytest-compatibility.diff   2020-01-04 11:09:36 UTC (rev 547868)
@@ -0,0 +1,13 @@
+diff --git a/autobahn/wamp/test/test_user_handler_errors.py 
b/autobahn/wamp/test/test_user_handler_errors.py
+index 35570bad..8f1b0181 100644
+--- a/autobahn/wamp/test/test_user_handler_errors.py
 b/autobahn/wamp/test/test_user_handler_errors.py
+@@ -108,7 +108,7 @@ if os.environ.get('USE_TWISTED', False):
+ # twice)...but that would mean switching all test-running over
+ # to py-test
+ 
+-skip = True
++skip = 'True'
+ 
+ def test_on_join(self):
+ session = MockApplicationSession()


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

2020-01-03 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, January 4, 2020 @ 04:38:08
  Author: yan12125
Revision: 547778

python-autobahn: fix tests

Ref: https://github.com/crossbario/autobahn-python/issues/1278
Ref: https://github.com/crossbario/autobahn-python/issues/1275

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-04 04:02:54 UTC (rev 54)
+++ PKGBUILD2020-01-04 04:38:08 UTC (rev 547778)
@@ -33,7 +33,9 @@
   cd "$srcdir/autobahn-$pkgver"
   # test_depleting checks whether the entropy on the running machine can be 
depleted or not.
   # Unrelated to autobahn and makes the test suite flaky
-  sed -i -r 's/^(\s*)(def test_depleting)/\1...@unittest.skip("flaky")\n\1\2/' 
autobahn/test/test_rng.py
+  # Now test_non_depleting is also flaky :(
+  # https://github.com/crossbario/autobahn-python/issues/1278
+  rm -v autobahn/test/test_rng.py
 }
 build() {
   cd "$srcdir/autobahn-$pkgver"


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

2019-11-29 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, November 29, 2019 @ 15:13:00
  Author: yan12125
Revision: 534357

upgpkg: python-autobahn 19.11.1-2; rebuild with new setuptools for package 
reproducibility

The relevant fix [1] is included in setuptools 41.3.0.

[1] https://github.com/pypa/setuptools/pull/1690

Modified:
  python-autobahn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-29 15:11:55 UTC (rev 534356)
+++ PKGBUILD2019-11-29 15:13:00 UTC (rev 534357)
@@ -4,7 +4,7 @@
 
 pkgname=python-autobahn
 pkgver=19.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
 url='https://crossbar.io/autobahn/'


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

2019-11-18 Thread Chih-Hsuan Yen via arch-commits
Date: Tuesday, November 19, 2019 @ 03:02:56
  Author: yan12125
Revision: 530391

python-autobahn: revert the workaround for pytest 5.2.3 bug

This reverts 8655deca44de7d30d5dc4ceba5e780506dd39183.

See https://github.com/pytest-dev/pytest/issues/6194

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-19 02:54:13 UTC (rev 530390)
+++ PKGBUILD2019-11-19 03:02:56 UTC (rev 530391)
@@ -44,9 +44,7 @@
   cd "$srcdir/autobahn-$pkgver"
   pyver=$(python -c "import sys; print('{}.{}'.format(*sys.version_info[:2]))")
   USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver trial3 autobahn
-  # --ignore is a workaround for collection failures with pytest 5.2.3
-  # Reported at https://github.com/crossbario/autobahn-python/issues/1269
-  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest -v 
--ignore=autobahn/twisted/__init__.py autobahn
+  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest -v autobahn
 }
 
 package() {


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

2019-11-15 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, November 15, 2019 @ 16:22:17
  Author: yan12125
Revision: 529259

python-autobahn: add a workaround for test failures

Ref: https://github.com/crossbario/autobahn-python/issues/1269

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 16:08:03 UTC (rev 529258)
+++ PKGBUILD2019-11-15 16:22:17 UTC (rev 529259)
@@ -44,7 +44,9 @@
   cd "$srcdir/autobahn-$pkgver"
   pyver=$(python -c "import sys; print('{}.{}'.format(*sys.version_info[:2]))")
   USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver trial3 autobahn
-  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest -v autobahn
+  # --ignore is a workaround for collection failures with pytest 5.2.3
+  # Reported at https://github.com/crossbario/autobahn-python/issues/1269
+  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest -v 
--ignore=autobahn/twisted/__init__.py autobahn
 }
 
 package() {


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

2019-11-07 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, November 8, 2019 @ 01:39:32
  Author: yan12125
Revision: 524581

upgpkg: python-autobahn 19.11.1-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 23:19:10 UTC (rev 524580)
+++ PKGBUILD2019-11-08 01:39:32 UTC (rev 524581)
@@ -3,8 +3,8 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=19.10.1
-pkgrel=3
+pkgver=19.11.1
+pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
 url='https://crossbar.io/autobahn/'
@@ -27,7 +27,7 @@
 )
 
 
source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('734385b00547448b3f30a752cbfd2900d15924d77dc4a1699b8bce1ea8899f39')
+sha256sums=('201b9879b49c6e259d4126dbafe9e3c73807de0c242d50065fbebc62c6ccb181')
 
 prepare() {
   cd "$srcdir/autobahn-$pkgver"


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Sunday, November 3, 2019 @ 12:14:28
  Author: felixonmars
Revision: 522450

Python 3.8 rebuild

Modified:
  python-autobahn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 12:14:27 UTC (rev 522449)
+++ PKGBUILD2019-11-03 12:14:28 UTC (rev 522450)
@@ -4,7 +4,7 @@
 
 pkgname=python-autobahn
 pkgver=19.10.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
 url='https://crossbar.io/autobahn/'


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

2019-10-25 Thread Felix Yan via arch-commits
Date: Saturday, October 26, 2019 @ 05:33:27
  Author: felixonmars
Revision: 520123

Python 3.8 rebuild

Modified:
  python-autobahn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-26 05:33:27 UTC (rev 520122)
+++ PKGBUILD2019-10-26 05:33:27 UTC (rev 520123)
@@ -4,7 +4,7 @@
 
 pkgname=python-autobahn
 pkgver=19.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
 url='https://crossbar.io/autobahn/'


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

2019-09-30 Thread Chih-Hsuan Yen via arch-commits
Date: Tuesday, October 1, 2019 @ 06:30:30
  Author: yan12125
Revision: 512303

upgpkg: python-autobahn 19.10.1-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-01 05:56:16 UTC (rev 512302)
+++ PKGBUILD2019-10-01 06:30:30 UTC (rev 512303)
@@ -3,7 +3,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=19.9.3
+pkgver=19.10.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
@@ -27,7 +27,7 @@
 )
 
 
source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('a24826ad0bcc35d32cb4576a092fa744e8b6738bd6320d2de857ad8a71df0bec')
+sha256sums=('734385b00547448b3f30a752cbfd2900d15924d77dc4a1699b8bce1ea8899f39')
 
 prepare() {
   cd "$srcdir/autobahn-$pkgver"


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

2019-09-14 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, September 14, 2019 @ 13:11:22
  Author: yan12125
Revision: 510533

upgpkg: python-autobahn 19.9.3-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 13:03:01 UTC (rev 510532)
+++ PKGBUILD2019-09-14 13:11:22 UTC (rev 510533)
@@ -3,7 +3,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=19.9.2
+pkgver=19.9.3
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
@@ -27,7 +27,7 @@
 )
 
 
source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('985401e0af1c5f3fb59a209681ee878194c23fe88f865f6157679aa1db386724')
+sha256sums=('a24826ad0bcc35d32cb4576a092fa744e8b6738bd6320d2de857ad8a71df0bec')
 
 prepare() {
   cd "$srcdir/autobahn-$pkgver"


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

2019-08-29 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, August 30, 2019 @ 02:10:26
  Author: yan12125
Revision: 505098

upgpkg: python-autobahn 19.9.2-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-30 01:21:47 UTC (rev 505097)
+++ PKGBUILD2019-08-30 02:10:26 UTC (rev 505098)
@@ -3,7 +3,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=19.9.1
+pkgver=19.9.2
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
@@ -27,7 +27,7 @@
 )
 
 
source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('17f4bd5adbe3fcb757c427867af2ef7d21786afdfc060b04fa9eb84f93e54ba8')
+sha256sums=('985401e0af1c5f3fb59a209681ee878194c23fe88f865f6157679aa1db386724')
 
 prepare() {
   cd "$srcdir/autobahn-$pkgver"


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

2019-08-28 Thread Chih-Hsuan Yen via arch-commits
Date: Wednesday, August 28, 2019 @ 12:26:46
  Author: yan12125
Revision: 503878

upgpkg: python-autobahn 19.9.1-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-28 12:24:37 UTC (rev 503877)
+++ PKGBUILD2019-08-28 12:26:46 UTC (rev 503878)
@@ -3,8 +3,8 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=19.8.1
-pkgrel=2
+pkgver=19.9.1
+pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
 url='https://crossbar.io/autobahn/'
@@ -27,7 +27,7 @@
 )
 
 
source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('294e7381dd54e73834354832604ae85567caf391c39363fed0ea2bfa86aa4304')
+sha256sums=('17f4bd5adbe3fcb757c427867af2ef7d21786afdfc060b04fa9eb84f93e54ba8')
 
 prepare() {
   cd "$srcdir/autobahn-$pkgver"


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

2019-08-23 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, August 23, 2019 @ 09:02:01
  Author: yan12125
Revision: 501239

upgpkg: python-autobahn 19.8.1-2

* Enable WAMP-cryptobox support via python-pytrie
* Fix tests with python-twisted 19.7.0. See 
https://github.com/crossbario/autobahn-python/issues/1235

Modified:
  python-autobahn/trunk/PKGBUILD

--+
 PKGBUILD |   20 +---
 1 file changed, 13 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-23 08:25:15 UTC (rev 501238)
+++ PKGBUILD2019-08-23 09:02:01 UTC (rev 501239)
@@ -4,7 +4,7 @@
 
 pkgname=python-autobahn
 pkgver=19.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
 url='https://crossbar.io/autobahn/'
@@ -12,7 +12,8 @@
 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)
+ python-msgpack python-passlib python-pynacl python-pytrie
+ python-ubjson)
 checkdepends=(python-mock python-pytest python-pytest-asyncio)
 optdepends=(
   'python-cbor: CBOR serializer support'
@@ -21,12 +22,19 @@
   'python-ubjson: UBJSON serializer support'
   'python-argon2_cffi: WAMP-SCRAM authentication support'
   'python-passlib: WAMP-SCRAM authentication support'
-  'python-pynacl: WAMP-cryptosign support'
+  'python-pynacl: WAMP-cryptosign and WAMP-cryptobox support'
+  'python-pytrie: WAMP-cryptobox support'
 )
 
 
source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
 sha256sums=('294e7381dd54e73834354832604ae85567caf391c39363fed0ea2bfa86aa4304')
 
+prepare() {
+  cd "$srcdir/autobahn-$pkgver"
+  # test_depleting checks whether the entropy on the running machine can be 
depleted or not.
+  # Unrelated to autobahn and makes the test suite flaky
+  sed -i -r 's/^(\s*)(def test_depleting)/\1...@unittest.skip("flaky")\n\1\2/' 
autobahn/test/test_rng.py
+}
 build() {
   cd "$srcdir/autobahn-$pkgver"
   AUTOBAHN_USE_NVX=1 python setup.py build
@@ -35,10 +43,8 @@
 check() {
   cd "$srcdir/autobahn-$pkgver"
   pyver=$(python -c "import sys; print('{}.{}'.format(*sys.version_info[:2]))")
-  # test_depleting checks whether the entropy on the running machine can be 
depleted or not.
-  # Unrelated to autobahn and makes the test suite flaky
-  USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest -v autobahn 
-k 'not test_depleting'
-  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest -v autobahn 
-k 'not test_depleting'
+  USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver trial3 autobahn
+  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest -v autobahn
 }
 
 package() {


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

2019-08-02 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, August 2, 2019 @ 07:21:36
  Author: yan12125
Revision: 496536

upgpkg: python-autobahn 19.8.1-1

* Added $pyver for Python 3.8

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 07:21:36 UTC (rev 496535)
+++ PKGBUILD2019-08-02 07:21:36 UTC (rev 496536)
@@ -3,7 +3,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=19.7.2
+pkgver=19.8.1
 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=('60c2f283137b3aafc06f274949387eebcc78c8faad580a8755f6dc83c74bf0e2')
+sha256sums=('294e7381dd54e73834354832604ae85567caf391c39363fed0ea2bfa86aa4304')
 
 build() {
   cd "$srcdir/autobahn-$pkgver"
@@ -34,10 +34,11 @@
 
 check() {
   cd "$srcdir/autobahn-$pkgver"
+  pyver=$(python -c "import sys; print('{}.{}'.format(*sys.version_info[:2]))")
   # test_depleting checks whether the entropy on the running machine can be 
depleted or not.
   # Unrelated to autobahn and makes the test suite flaky
-  USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-3.7 pytest -v autobahn -k 
'not test_depleting'
-  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-3.7 pytest -v autobahn -k 
'not test_depleting'
+  USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest -v autobahn 
-k 'not test_depleting'
+  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest -v autobahn 
-k 'not test_depleting'
 }
 
 package() {


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

2019-07-25 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, July 26, 2019 @ 02:51:48
  Author: yan12125
Revision: 492810

upgpkg: python-autobahn 19.7.2-1

Also fixes failures seen on https://tests.reproducible-builds.org/archlinux/

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 02:06:11 UTC (rev 492809)
+++ PKGBUILD2019-07-26 02:51:48 UTC (rev 492810)
@@ -3,7 +3,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=19.7.1
+pkgver=19.7.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=('89f94a1535673b1655df28ef91e96b7f34faea76da04a5e56441c9ac779a2f9f')
+sha256sums=('60c2f283137b3aafc06f274949387eebcc78c8faad580a8755f6dc83c74bf0e2')
 
 build() {
   cd "$srcdir/autobahn-$pkgver"
@@ -34,8 +34,10 @@
 
 check() {
   cd "$srcdir/autobahn-$pkgver"
-  USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-3.7 pytest -v autobahn
-  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-3.7 pytest -v autobahn
+  # test_depleting checks whether the entropy on the running machine can be 
depleted or not.
+  # Unrelated to autobahn and makes the test suite flaky
+  USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-3.7 pytest -v autobahn -k 
'not test_depleting'
+  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-3.7 pytest -v autobahn -k 
'not test_depleting'
 }
 
 package() {


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

2019-07-08 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, July 8, 2019 @ 08:01:29
  Author: yan12125
Revision: 487683

upgpkg: python-autobahn 19.7.1-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 06:37:40 UTC (rev 487682)
+++ PKGBUILD2019-07-08 08:01:29 UTC (rev 487683)
@@ -3,7 +3,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=19.6.2
+pkgver=19.7.1
 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=('48c2d737d33cfe1d37124db984577c5d4f44e116d05a9f8b6505721413ff9b22')
+sha256sums=('89f94a1535673b1655df28ef91e96b7f34faea76da04a5e56441c9ac779a2f9f')
 
 build() {
   cd "$srcdir/autobahn-$pkgver"


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

2019-06-06 Thread Chih-Hsuan Yen via arch-commits
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
===
--- PKGBUILD2019-06-06 11:27:35 UTC (rev 477446)
+++ PKGBUILD2019-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"


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

2019-06-05 Thread Chih-Hsuan Yen via arch-commits
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
===
--- PKGBUILD2019-06-05 12:19:57 UTC (rev 476978)
+++ PKGBUILD2019-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"


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

2019-03-25 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, March 25, 2019 @ 08:12:56
  Author: yan12125
Revision: 443410

upgpkg: python-autobahn 19.3.3-1

* Enable the SSE2/SSE4.1-based NVX extension. It's not enabled by default in
  upstream setup.py as the built wheel will no longer be universal [1]. This
  is not an issue for distributions like Arch Linux.

[1] https://github.com/crossbario/autobahn-python/blob/v19.3.2/setup.py#L142

Modified:
  python-autobahn/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-25 08:03:49 UTC (rev 443409)
+++ PKGBUILD2019-03-25 08:12:56 UTC (rev 443410)
@@ -3,13 +3,13 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=19.3.2
+pkgver=19.3.3
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
-arch=(any)
+arch=(x86_64)
 url='https://crossbar.io/autobahn/'
 license=(MIT)
-depends=(python-twisted python-six python-txaio python-wsaccel)
+depends=(python-cffi python-twisted python-six python-txaio python-wsaccel)
 makedepends=(python-setuptools python-argon2_cffi python-msgpack 
python-passlib python-pynacl)
 checkdepends=(python-mock python-pytest python-pytest-asyncio)
 optdepends=(
@@ -21,7 +21,7 @@
 
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz
 skip-test-missing-serializers.patch)
-sha256sums=('70a221d5e01923ea81457de04a3270ea2de376a759345ec4e8693db216c603a9'
+sha256sums=('e92f40ab26fb51672c25cd301ae79a549c6ff7748effe6abdea2ef31d5363a4f'
 '2d4ec4300f98cddd13c3a4d70e6ae4934a98f17b04628cadfd18654172d04f92')
 
 prepare() {
@@ -31,17 +31,17 @@
 
 build() {
   cd "$srcdir/autobahn-$pkgver"
-  python setup.py build
+  AUTOBAHN_USE_NVX=1 python setup.py build
 }
 
 check() {
   cd "$srcdir/autobahn-$pkgver"
-  USE_TWISTED=1 PYTHONPATH=. pytest -v autobahn
-  USE_ASYNCIO=1 PYTHONPATH=. pytest -v autobahn
+  USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-3.7 pytest -v autobahn
+  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-3.7 pytest -v autobahn
 }
 
 package() {
   cd "$srcdir/autobahn-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  AUTOBAHN_USE_NVX=1 python setup.py install --root="$pkgdir" --optimize=1 
--skip-build
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2019-01-11 Thread Morten Linderud via arch-commits
Date: Friday, January 11, 2019 @ 14:44:16
  Author: foxboron
Revision: 422428

upgpkg: python-autobahn 19.1.1-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-11 14:43:54 UTC (rev 422427)
+++ PKGBUILD2019-01-11 14:44:16 UTC (rev 422428)
@@ -3,16 +3,16 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=18.12.1
+pkgver=19.1.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
-url='http://autobahn.ws/python/'
+url='https://crossbar.io/autobahn/'
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 checkdepends=(python2-unittest2)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('bec9e04c97536a6c0044965db4a478672a01c4adee0aa84d9c4a0945b2adc879')
+sha256sums=('aebbadb700c13792a2967c79002855d1153b9ec8f2949d169e908388699596ff')
 
 build() {
   cd "$srcdir/autobahn-$pkgver"


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

2018-12-22 Thread Morten Linderud via arch-commits
Date: Saturday, December 22, 2018 @ 12:40:02
  Author: foxboron
Revision: 417537

upgpkg: python-autobahn 18.12.1-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-22 12:33:22 UTC (rev 417536)
+++ PKGBUILD2018-12-22 12:40:02 UTC (rev 417537)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=18.11.2
+pkgver=18.12.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -12,7 +12,7 @@
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 checkdepends=(python2-unittest2)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('43262e500aaf8b89fb5f0b60ab13163500ee877908cdd6861208546d95c6dba0')
+sha256sums=('bec9e04c97536a6c0044965db4a478672a01c4adee0aa84d9c4a0945b2adc879')
 
 build() {
   cd "$srcdir/autobahn-$pkgver"


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

2018-12-21 Thread Morten Linderud via arch-commits
Date: Friday, December 21, 2018 @ 18:03:51
  Author: foxboron
Revision: 417442

upgpkg: python-autobahn 18.11.2-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-21 17:58:16 UTC (rev 417441)
+++ PKGBUILD2018-12-21 18:03:51 UTC (rev 417442)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=18.11.1
+pkgver=18.11.2
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -12,7 +12,7 @@
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 checkdepends=(python2-unittest2)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('c7e775e46fc033160fa89942de4953ca739f26167f74431dc2c8a3cd165b8755')
+sha256sums=('43262e500aaf8b89fb5f0b60ab13163500ee877908cdd6861208546d95c6dba0')
 
 build() {
   cd "$srcdir/autobahn-$pkgver"


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

2018-12-02 Thread Morten Linderud via arch-commits
Date: Sunday, December 2, 2018 @ 16:10:59
  Author: foxboron
Revision: 410769

upgpkg: python-autobahn 18.11.1-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-02 16:06:07 UTC (rev 410768)
+++ PKGBUILD2018-12-02 16:10:59 UTC (rev 410769)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=18.10.1
+pkgver=18.11.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -12,17 +12,11 @@
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 checkdepends=(python2-unittest2)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('b5767bebd94ba13fc286604f889f208e7babc77d72d9f372d331bc14c89c5a40')
+sha256sums=('c7e775e46fc033160fa89942de4953ca739f26167f74431dc2c8a3cd165b8755')
 
-prepare() {
-  cp -a autobahn-$pkgver{,-py2}
-}
-
 build() {
   cd "$srcdir/autobahn-$pkgver"
   python setup.py build
-
-  cd "$srcdir/autobahn-$pkgver-py2"
   python2 setup.py build
 }
 
@@ -30,8 +24,6 @@
   cd "$srcdir/autobahn-$pkgver"
   #It requires python-unittest2 in [community]
   #python setup.py test
-
-  cd "$srcdir/autobahn-$pkgver-py2"
   #python2 setup.py test
 }
 
@@ -46,7 +38,7 @@
 package_python2-autobahn() {
   depends=(python2 python2-twisted python2-six python2-txaio)
 
-  cd "$srcdir/autobahn-$pkgver-py2"
+  cd "$srcdir/autobahn-$pkgver"
   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2018-10-26 Thread Morten Linderud via arch-commits
Date: Friday, October 26, 2018 @ 13:39:32
  Author: foxboron
Revision: 399127

upgpkg: python-autobahn 18.10.1-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 13:34:04 UTC (rev 399126)
+++ PKGBUILD2018-10-26 13:39:32 UTC (rev 399127)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=18.9.2
+pkgver=18.10.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -12,7 +12,7 @@
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 checkdepends=(python2-unittest2)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('d98b924f06865700116ee616027e4a6d678004a7b44e0d01cb262eab333112d6')
+sha256sums=('b5767bebd94ba13fc286604f889f208e7babc77d72d9f372d331bc14c89c5a40')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2018-10-19 Thread Morten Linderud via arch-commits
Date: Friday, October 19, 2018 @ 21:49:14
  Author: foxboron
Revision: 397951

upgpkg: python-autobahn 18.9.2-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-19 21:47:59 UTC (rev 397950)
+++ PKGBUILD2018-10-19 21:49:14 UTC (rev 397951)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=18.9.1
+pkgver=18.9.2
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -12,7 +12,7 @@
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 checkdepends=(python2-unittest2)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('829fbeb08b7e0f7e8cd14d9d169043a861075c3f6e5e2739d564dc985b5e7015')
+sha256sums=('d98b924f06865700116ee616027e4a6d678004a7b44e0d01cb262eab333112d6')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2018-09-18 Thread Morten Linderud via arch-commits
Date: Tuesday, September 18, 2018 @ 22:33:23
  Author: foxboron
Revision: 383327

upgpkg: python-autobahn 18.9.1-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 21:50:00 UTC (rev 383326)
+++ PKGBUILD2018-09-18 22:33:23 UTC (rev 383327)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=18.8.2
+pkgver=18.9.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -12,7 +12,7 @@
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 checkdepends=(python2-unittest2)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('448df2e241011ea2948799918930042d81e63d26b01912c472f5a9a37f42f319')
+sha256sums=('829fbeb08b7e0f7e8cd14d9d169043a861075c3f6e5e2739d564dc985b5e7015')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2018-09-08 Thread Morten Linderud via arch-commits
Date: Saturday, September 8, 2018 @ 15:57:30
  Author: foxboron
Revision: 378820

upgpkg: python-autobahn 18.8.2-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-08 15:55:17 UTC (rev 378819)
+++ PKGBUILD2018-09-08 15:57:30 UTC (rev 378820)
@@ -1,9 +1,9 @@
-# Maintainer: Morten Linderud
+# Maintainer: Morten Linderud 
 # Maintainer: Anatol Pomozov
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=18.8.1
+pkgver=18.8.2
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -12,7 +12,7 @@
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 checkdepends=(python2-unittest2)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('b69858e0be4bff8437b0bd82a0db1cbef7405e16bd9354ba587c043d6d5e1ad9')
+sha256sums=('448df2e241011ea2948799918930042d81e63d26b01912c472f5a9a37f42f319')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2018-09-01 Thread Morten Linderud via arch-commits
Date: Saturday, September 1, 2018 @ 18:11:01
  Author: foxboron
Revision: 375961

upgpkg: python-autobahn 18.8.1-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 16:53:04 UTC (rev 375960)
+++ PKGBUILD2018-09-01 18:11:01 UTC (rev 375961)
@@ -1,10 +1,9 @@
-# $Id$
 # Maintainer: Morten Linderud
 # Maintainer: Anatol Pomozov
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=18.7.1
+pkgver=18.8.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -13,7 +12,7 @@
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 checkdepends=(python2-unittest2)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('163dd329c2a29f4ef82f7fe85a6f6e654a2aa6837bd83834cf537e4efa9204be')
+sha256sums=('b69858e0be4bff8437b0bd82a0db1cbef7405e16bd9354ba587c043d6d5e1ad9')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2018-08-11 Thread Morten Linderud via arch-commits
Date: Saturday, August 11, 2018 @ 19:14:12
  Author: foxboron
Revision: 371174

upgpkg: python-autobahn 18.7.1-1

Updated to 18.7.1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 19:08:48 UTC (rev 371173)
+++ PKGBUILD2018-08-11 19:14:12 UTC (rev 371174)
@@ -4,8 +4,8 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=18.6.1
-pkgrel=2
+pkgver=18.7.1
+pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
 url='http://autobahn.ws/python/'
@@ -13,7 +13,7 @@
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 checkdepends=(python2-unittest2)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('2f41bfc512ec482044fa8cfa74182118dedd87e03b3494472d9ff1b5a1e27d24')
+sha256sums=('163dd329c2a29f4ef82f7fe85a6f6e654a2aa6837bd83834cf537e4efa9204be')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 15:22:26
  Author: felixonmars
Revision: 362994

Python 3.7 rebuild

Modified:
  python-autobahn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 15:22:23 UTC (rev 362993)
+++ PKGBUILD2018-07-23 15:22:26 UTC (rev 362994)
@@ -5,7 +5,7 @@
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
 pkgver=18.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
 url='http://autobahn.ws/python/'


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

2018-06-12 Thread Morten Linderud via arch-commits
Date: Tuesday, June 12, 2018 @ 10:22:08
  Author: foxboron
Revision: 342452

upgpkg: python-autobahn 18.6.1-1

Updated to 18.6.1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-12 10:20:45 UTC (rev 342451)
+++ PKGBUILD2018-06-12 10:22:08 UTC (rev 342452)
@@ -4,7 +4,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=18.5.2
+pkgver=18.6.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -13,7 +13,7 @@
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 checkdepends=(python2-unittest2)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('fc5b44fd2f42d962d7ea6a1c9baf3d1551adddb92acc861be17418183fa0')
+sha256sums=('2f41bfc512ec482044fa8cfa74182118dedd87e03b3494472d9ff1b5a1e27d24')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2018-05-29 Thread Morten Linderud via arch-commits
Date: Tuesday, May 29, 2018 @ 22:36:31
  Author: foxboron
Revision: 333213

upgpkg: python-autobahn 18.5.2-1

Updated to 18.5.2

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-29 22:08:17 UTC (rev 333212)
+++ PKGBUILD2018-05-29 22:36:31 UTC (rev 333213)
@@ -1,9 +1,10 @@
 # $Id$
+# Maintainer: Morten Linderud
 # Maintainer: Anatol Pomozov
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=18.5.1
+pkgver=18.5.2
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -10,8 +11,9 @@
 url='http://autobahn.ws/python/'
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
+checkdepends=(python2-unittest2)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('f027887715628d82ba83af218eb0483ed70cc1e9a277df318be3b5346f2c115c')
+sha256sums=('fc5b44fd2f42d962d7ea6a1c9baf3d1551adddb92acc861be17418183fa0')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2018-05-11 Thread Morten Linderud via arch-commits
Date: Friday, May 11, 2018 @ 09:53:20
  Author: foxboron
Revision: 320677

upgpkg: python-autobahn 18.5.1-1

Updated to 18.5.1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-11 09:52:55 UTC (rev 320676)
+++ PKGBUILD2018-05-11 09:53:20 UTC (rev 320677)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=18.4.1
+pkgver=18.5.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('7b61c7d1b6fc88039776692b779b9c1d8d1ea8727a3aba38ec913ebca8aba164')
+sha256sums=('f027887715628d82ba83af218eb0483ed70cc1e9a277df318be3b5346f2c115c')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2018-04-12 Thread Morten Linderud via arch-commits
Date: Thursday, April 12, 2018 @ 12:10:23
  Author: foxboron
Revision: 316054

upgpkg: python-autobahn 18.4.1-1

Updated to 18.4.1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-12 12:09:11 UTC (rev 316053)
+++ PKGBUILD2018-04-12 12:10:23 UTC (rev 316054)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=18.3.1
+pkgver=18.4.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('fc1d38227bb44a453b54cffa48de8b2e6ce48ddc5e97fb5950b0faa27576f385')
+sha256sums=('7b61c7d1b6fc88039776692b779b9c1d8d1ea8727a3aba38ec913ebca8aba164')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2018-03-07 Thread Morten Linderud via arch-commits
Date: Wednesday, March 7, 2018 @ 19:02:50
  Author: foxboron
Revision: 304120

upgpkg: python-autobahn 18.3.1-1

Updated to 18.3.1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 18:59:20 UTC (rev 304119)
+++ PKGBUILD2018-03-07 19:02:50 UTC (rev 304120)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=17.10.1
+pkgver=18.3.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('8cf74132a18da149c5ea3dcbb5e055f6f4fe5a0238b33258d29e89bd276a8078')
+sha256sums=('fc1d38227bb44a453b54cffa48de8b2e6ce48ddc5e97fb5950b0faa27576f385')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2017-11-03 Thread Morten Linderud
Date: Friday, November 3, 2017 @ 19:32:38
  Author: foxboron
Revision: 265366

upgpkg: python-autobahn 17.10.1-1

Updated to 17.10.1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 19:22:28 UTC (rev 265365)
+++ PKGBUILD2017-11-03 19:32:38 UTC (rev 265366)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=17.9.3
+pkgver=17.10.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('206a3a579a580ca3ce2532ac12ec52d447135c9ace7c4bf6065b832a7cff25ba')
+sha256sums=('8cf74132a18da149c5ea3dcbb5e055f6f4fe5a0238b33258d29e89bd276a8078')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}
@@ -38,7 +38,7 @@
   depends=(python python-twisted python-six python-txaio)
 
   cd "$srcdir/autobahn-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
@@ -46,6 +46,6 @@
   depends=(python2 python2-twisted python2-six python2-txaio)
 
   cd "$srcdir/autobahn-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2017-09-24 Thread Antonio Rojas
Date: Sunday, September 24, 2017 @ 11:06:22
  Author: arojas
Revision: 260423

Update to 17.9.3

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-24 10:45:37 UTC (rev 260422)
+++ PKGBUILD2017-09-24 11:06:22 UTC (rev 260423)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=17.9.2
+pkgver=17.9.3
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('15758e1f507d191a0b56dca911eba780d12e603e0a4567bd2ec0ec08bf08cd4c')
+sha256sums=('206a3a579a580ca3ce2532ac12ec52d447135c9ace7c4bf6065b832a7cff25ba')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2017-09-16 Thread Antonio Rojas
Date: Saturday, September 16, 2017 @ 09:07:07
  Author: arojas
Revision: 257753

Update to 17.9.2

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-16 08:52:57 UTC (rev 257752)
+++ PKGBUILD2017-09-16 09:07:07 UTC (rev 257753)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=17.9.1
+pkgver=17.9.2
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('01378f51a9ff0c99e64482dbb69a39e617f9b520bfeb5f708edd5e36f5899df4')
+sha256sums=('15758e1f507d191a0b56dca911eba780d12e603e0a4567bd2ec0ec08bf08cd4c')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2017-09-04 Thread Antonio Rojas
Date: Tuesday, September 5, 2017 @ 06:45:50
  Author: arojas
Revision: 255698

Update to 17.9.1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-04 21:12:34 UTC (rev 255697)
+++ PKGBUILD2017-09-05 06:45:50 UTC (rev 255698)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=17.8.1
+pkgver=17.9.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha1sums=('490694bad8110678b38575a4de28d8036721c8d2')
+sha256sums=('01378f51a9ff0c99e64482dbb69a39e617f9b520bfeb5f708edd5e36f5899df4')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 19:37:57
  Author: arojas
Revision: 252599

Update to 17.8.1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 19:22:59 UTC (rev 252598)
+++ PKGBUILD2017-08-19 19:37:57 UTC (rev 252599)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=17.7.1
+pkgver=17.8.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha1sums=('a81d66a829e31992855ea8eb074b174e9336568b')
+sha1sums=('490694bad8110678b38575a4de28d8036721c8d2')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2017-07-26 Thread Antonio Rojas
Date: Wednesday, July 26, 2017 @ 21:13:31
  Author: arojas
Revision: 246501

Update to 17.7.1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-26 21:07:02 UTC (rev 246500)
+++ PKGBUILD2017-07-26 21:13:31 UTC (rev 246501)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=0.18.2
+pkgver=17.7.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha1sums=('109160e6fe7aa385c61db9ba730b7b78ad3fbd70')
+sha1sums=('a81d66a829e31992855ea8eb074b174e9336568b')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 20:40:07
  Author: arojas
Revision: 223154

Update to 0.18.2

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-15 20:34:03 UTC (rev 223153)
+++ PKGBUILD2017-04-15 20:40:07 UTC (rev 223154)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=0.18.1
+pkgver=0.18.2
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha1sums=('38e72ca004edfb0113b9a7154514542f4bbee3bf')
+sha1sums=('109160e6fe7aa385c61db9ba730b7b78ad3fbd70')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2017-03-29 Thread Antonio Rojas
Date: Wednesday, March 29, 2017 @ 13:29:53
  Author: arojas
Revision: 219831

Update to 0.18.1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-29 13:20:48 UTC (rev 219830)
+++ PKGBUILD2017-03-29 13:29:53 UTC (rev 219831)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=0.18.0
+pkgver=0.18.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha1sums=('386a2ad42ab28d665eff6974f616b643879a608f')
+sha1sums=('38e72ca004edfb0113b9a7154514542f4bbee3bf')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2017-03-27 Thread Antonio Rojas
Date: Monday, March 27, 2017 @ 07:14:39
  Author: arojas
Revision: 219297

Update to 0.18.0

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 07:02:07 UTC (rev 219296)
+++ PKGBUILD2017-03-27 07:14:39 UTC (rev 219297)
@@ -3,8 +3,8 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=0.17.2
-pkgrel=2
+pkgver=0.18.0
+pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
 url='http://autobahn.ws/python/'
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha1sums=('9ffb9dfc2ff43e40bbb8aa5714980b6100a92504')
+sha1sums=('386a2ad42ab28d665eff6974f616b643879a608f')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2017-02-26 Thread Antonio Rojas
Date: Sunday, February 26, 2017 @ 10:35:48
  Author: arojas
Revision: 213846

Update to 0.17.2

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-26 01:47:25 UTC (rev 213845)
+++ PKGBUILD2017-02-26 10:35:48 UTC (rev 213846)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=0.17.1
+pkgver=0.17.2
 pkgrel=2
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha1sums=('395164a4e9773c6431d3b94b3e9f6a135182282b')
+sha1sums=('9ffb9dfc2ff43e40bbb8aa5714980b6100a92504')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2017-01-01 Thread Evangelos Foutras
Date: Sunday, January 1, 2017 @ 15:07:44
  Author: foutrelis
Revision: 203490

Python 3.6 rebuild

Modified:
  python-autobahn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-01 15:07:15 UTC (rev 203489)
+++ PKGBUILD2017-01-01 15:07:44 UTC (rev 203490)
@@ -4,7 +4,7 @@
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
 pkgver=0.17.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
 url='http://autobahn.ws/python/'


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

2016-12-29 Thread Anatol Pomozov
Date: Thursday, December 29, 2016 @ 15:41:57
  Author: anatolik
Revision: 203287

upgpkg: python-autobahn 0.17.1-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-29 14:40:20 UTC (rev 203286)
+++ PKGBUILD2016-12-29 15:41:57 UTC (rev 203287)
@@ -3,8 +3,8 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=0.17.0
-pkgrel=2
+pkgver=0.17.1
+pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
 url='http://autobahn.ws/python/'
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha1sums=('fe9ff4c0619e5645e4042d789a090098aa740f17')
+sha1sums=('395164a4e9773c6431d3b94b3e9f6a135182282b')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2016-12-26 Thread Evangelos Foutras
Date: Monday, December 26, 2016 @ 09:51:07
  Author: foutrelis
Revision: 202656

Python 3.6 rebuild

Modified:
  python-autobahn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-26 09:50:41 UTC (rev 202655)
+++ PKGBUILD2016-12-26 09:51:07 UTC (rev 202656)
@@ -4,7 +4,7 @@
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
 pkgver=0.17.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
 url='http://autobahn.ws/python/'


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

2016-12-01 Thread Anatol Pomozov
Date: Thursday, December 1, 2016 @ 19:17:24
  Author: anatolik
Revision: 197630

upgpkg: python-autobahn 0.17.0-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-01 19:16:01 UTC (rev 197629)
+++ PKGBUILD2016-12-01 19:17:24 UTC (rev 197630)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=0.16.1
+pkgver=0.17.0
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha1sums=('179f8da67f79fb43d9f26c282737f0259a1de456')
+sha1sums=('fe9ff4c0619e5645e4042d789a090098aa740f17')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2016-11-08 Thread Anatol Pomozov
Date: Tuesday, November 8, 2016 @ 17:52:34
  Author: anatolik
Revision: 195155

upgpkg: python-autobahn 0.16.1-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-08 17:44:20 UTC (rev 195154)
+++ PKGBUILD2016-11-08 17:52:34 UTC (rev 195155)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=0.16.0
+pkgver=0.16.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha1sums=('3fcd57028254b00dcdee6792aa1ceeed7bc86d4b')
+sha1sums=('179f8da67f79fb43d9f26c282737f0259a1de456')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2016-08-15 Thread Anatol Pomozov
Date: Monday, August 15, 2016 @ 23:47:43
  Author: anatolik
Revision: 186815

upgpkg: python-autobahn 0.16.0-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-15 23:02:37 UTC (rev 186814)
+++ PKGBUILD2016-08-15 23:47:43 UTC (rev 186815)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=0.15.0
+pkgver=0.16.0
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha1sums=('55648b5f60c76076b9947e2da79e92156d876f13')
+sha1sums=('3fcd57028254b00dcdee6792aa1ceeed7bc86d4b')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2016-08-02 Thread Anatol Pomozov
Date: Tuesday, August 2, 2016 @ 12:24:30
  Author: anatolik
Revision: 184826

upgpkg: python-autobahn 0.15.0-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 09:47:40 UTC (rev 184825)
+++ PKGBUILD2016-08-02 12:24:30 UTC (rev 184826)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=0.14.1
+pkgver=0.15.0
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha1sums=('c04290b733e73ad0318f2a3e9dde2f82a018edb4')
+sha1sums=('55648b5f60c76076b9947e2da79e92156d876f13')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2016-06-11 Thread Antonio Rojas
Date: Saturday, June 11, 2016 @ 13:19:13
  Author: arojas
Revision: 179674

Update to 0.14.1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-11 10:45:38 UTC (rev 179673)
+++ PKGBUILD2016-06-11 11:19:13 UTC (rev 179674)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=0.13.1
+pkgver=0.14.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -10,8 +10,8 @@
 url='http://autobahn.ws/python/'
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
-source=(https://pypi.python.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha1sums=('e2b971abadb4537d8b20e0c0e5b0641f16b4af8b')
+source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
+sha1sums=('c04290b733e73ad0318f2a3e9dde2f82a018edb4')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2016-04-11 Thread Anatol Pomozov
Date: Monday, April 11, 2016 @ 19:34:43
  Author: anatolik
Revision: 170508

upgpkg: python-autobahn 0.13.1-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 17:32:45 UTC (rev 170507)
+++ PKGBUILD2016-04-11 17:34:43 UTC (rev 170508)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=0.13.0
+pkgver=0.13.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 
source=(https://pypi.python.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha1sums=('3593f91820a2693b03be5cc307a68861cbc2249a')
+sha1sums=('e2b971abadb4537d8b20e0c0e5b0641f16b4af8b')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2016-03-15 Thread Anatol Pomozov
Date: Tuesday, March 15, 2016 @ 17:21:01
  Author: anatolik
Revision: 166832

upgpkg: python-autobahn 0.13.0-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-15 16:07:33 UTC (rev 166831)
+++ PKGBUILD2016-03-15 16:21:01 UTC (rev 166832)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=0.12.1
+pkgver=0.13.0
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 
source=(https://pypi.python.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha1sums=('d2feb28fa554d8e1e593df32dfe502f1eee499d3')
+sha1sums=('3593f91820a2693b03be5cc307a68861cbc2249a')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2016-03-09 Thread Anatol Pomozov
Date: Thursday, March 10, 2016 @ 01:42:19
  Author: anatolik
Revision: 165788

upgpkg: python-autobahn 0.12.1-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 22:23:12 UTC (rev 165787)
+++ PKGBUILD2016-03-10 00:42:19 UTC (rev 165788)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=0.11.0
+pkgver=0.12.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 
source=(https://pypi.python.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha1sums=('6753ceb8dfe2ea9ad5b31426dee8ff172cf15891')
+sha1sums=('d2feb28fa554d8e1e593df32dfe502f1eee499d3')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2015-12-11 Thread Anatol Pomozov
Date: Friday, December 11, 2015 @ 17:24:03
  Author: anatolik
Revision: 153039

upgpkg: python-autobahn 0.11.0-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-11 16:19:48 UTC (rev 153038)
+++ PKGBUILD2015-12-11 16:24:03 UTC (rev 153039)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=0.10.9
+pkgver=0.11.0
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 
source=(https://pypi.python.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha1sums=('e1ac0e6547f87c683a3203217f4e20595a9b271f')
+sha1sums=('6753ceb8dfe2ea9ad5b31426dee8ff172cf15891')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}