Mon Nov 8 16:33:15 2021 UTC ()
aiorpcX: Update net/py-aiorpcX to 0.18.7

Version 0.18.7 (10 Mar 2021)
----------------------------

* join() waiting when cancelled fix, also issue #37

Version 0.18.4 (20 Nov 2019)
----------------------------

* handle time.time() not making progress. fixing `#26`_  (SomberNight)
* handle SOCKSError in _connect_one (SomberNight)
* add SOCKSRandomAuth: Jeremy Rand
Version 0.18.3 (19 May 2019)
----------------------------
* minor bugfix release, fixing `#22`_
* make JSON IDs independent across sessions, make websockets dependency optional (SomberNight)


(cirnatdan)
diff -r1.2 -r1.3 pkgsrc/net/py-aiorpcX/Makefile
diff -r1.3 -r1.4 pkgsrc/net/py-aiorpcX/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/net/py-aiorpcX/Makefile (expand / switch to unified diff)

--- pkgsrc/net/py-aiorpcX/Makefile 2020/10/17 14:09:25 1.2
+++ pkgsrc/net/py-aiorpcX/Makefile 2021/11/08 16:33:15 1.3
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2020/10/17 14:09:25 js Exp $ 1# $NetBSD: Makefile,v 1.3 2021/11/08 16:33:15 cirnatdan Exp $
2 2
3DISTNAME= aiorpcX-0.18.2 3DISTNAME= aiorpcX-0.18.7
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= net devel 5CATEGORIES= net devel
6MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiorpcX/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiorpcX/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/kyuupichan/aiorpcX 9HOMEPAGE= https://github.com/kyuupichan/aiorpcX
10COMMENT= Generic async RPC implementation, including JSON-RPC 10COMMENT= Generic async RPC implementation, including JSON-RPC
11LICENSE= mit 11LICENSE= mit
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14PYTHON_VERSIONS_INCOMPATIBLE= 27 14PYTHON_VERSIONS_INCOMPATIBLE= 27
15 15
16DEPENDS+= ${PYPKGPREFIX}-websockets-[0-9]*:../../www/py-websockets 16DEPENDS+= ${PYPKGPREFIX}-websockets-[0-9]*:../../www/py-websockets

cvs diff -r1.3 -r1.4 pkgsrc/net/py-aiorpcX/distinfo (expand / switch to unified diff)

--- pkgsrc/net/py-aiorpcX/distinfo 2021/10/26 11:06:33 1.3
+++ pkgsrc/net/py-aiorpcX/distinfo 2021/11/08 16:33:15 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2021/10/26 11:06:33 nia Exp $ 1$NetBSD: distinfo,v 1.4 2021/11/08 16:33:15 cirnatdan Exp $
2 2
3BLAKE2s (aiorpcX-0.18.2.tar.gz) = ee22f7e631adc2073176279b2d5f28c9856406280d0d672759253e63876b6deb 3BLAKE2s (aiorpcX-0.18.7.tar.gz) = 272b6070773a6f782de41aa89008c2360d328333cdd1375cf72a066298448495
4SHA512 (aiorpcX-0.18.2.tar.gz) = 7fb4d1a5765bfe04b9856077689376e641a9e6b84d96854dd1112d8e6b2d03abedf9b02fefb9f15e289753cc87c671e97c8978b1da3a26e473c9fbda39f7bbc4 4SHA512 (aiorpcX-0.18.7.tar.gz) = 7d2c3495a4b4cdd1bd91478324685ee8b131a6e3f5f6665324f508e9b211c0ffb6d5590e7fb603f0919724a1983586aeaffd024f95880026baf43d70167a8bf1
5Size (aiorpcX-0.18.2.tar.gz) = 27429 bytes 5Size (aiorpcX-0.18.7.tar.gz) = 28206 bytes