Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id AB8BA1A9239 for ; Mon, 8 Nov 2021 16:33:17 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F012D84E9A; Mon, 8 Nov 2021 16:33:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 36D3684D10 for ; Mon, 8 Nov 2021 16:33:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 8XA3gDTDAmBc for ; Mon, 8 Nov 2021 16:33:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A6C2B84CFC for ; Mon, 8 Nov 2021 16:33:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A0682FAEC; Mon, 8 Nov 2021 16:33:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1636389195135250" MIME-Version: 1.0 Date: Mon, 8 Nov 2021 16:33:15 +0000 From: "Dan Cirnat" Subject: CVS commit: pkgsrc/net/py-aiorpcX To: pkgsrc-changes@NetBSD.org Reply-To: cirnatdan@netbsd.org X-Mailer: log_accum Message-Id: <20211108163315.A0682FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1636389195135250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: cirnatdan Date: Mon Nov 8 16:33:15 UTC 2021 Modified Files: pkgsrc/net/py-aiorpcX: Makefile distinfo Log Message: 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) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/py-aiorpcX/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/py-aiorpcX/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1636389195135250 Content-Disposition: inline Content-Length: 1543 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-aiorpcX/Makefile diff -u pkgsrc/net/py-aiorpcX/Makefile:1.2 pkgsrc/net/py-aiorpcX/Makefile:1.3 --- pkgsrc/net/py-aiorpcX/Makefile:1.2 Sat Oct 17 14:09:25 2020 +++ pkgsrc/net/py-aiorpcX/Makefile Mon Nov 8 16:33:15 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2020/10/17 14:09:25 js Exp $ +# $NetBSD: Makefile,v 1.3 2021/11/08 16:33:15 cirnatdan Exp $ -DISTNAME= aiorpcX-0.18.2 +DISTNAME= aiorpcX-0.18.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net devel MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiorpcX/} Index: pkgsrc/net/py-aiorpcX/distinfo diff -u pkgsrc/net/py-aiorpcX/distinfo:1.3 pkgsrc/net/py-aiorpcX/distinfo:1.4 --- pkgsrc/net/py-aiorpcX/distinfo:1.3 Tue Oct 26 11:06:33 2021 +++ pkgsrc/net/py-aiorpcX/distinfo Mon Nov 8 16:33:15 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:06:33 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/11/08 16:33:15 cirnatdan Exp $ -BLAKE2s (aiorpcX-0.18.2.tar.gz) = ee22f7e631adc2073176279b2d5f28c9856406280d0d672759253e63876b6deb -SHA512 (aiorpcX-0.18.2.tar.gz) = 7fb4d1a5765bfe04b9856077689376e641a9e6b84d96854dd1112d8e6b2d03abedf9b02fefb9f15e289753cc87c671e97c8978b1da3a26e473c9fbda39f7bbc4 -Size (aiorpcX-0.18.2.tar.gz) = 27429 bytes +BLAKE2s (aiorpcX-0.18.7.tar.gz) = 272b6070773a6f782de41aa89008c2360d328333cdd1375cf72a066298448495 +SHA512 (aiorpcX-0.18.7.tar.gz) = 7d2c3495a4b4cdd1bd91478324685ee8b131a6e3f5f6665324f508e9b211c0ffb6d5590e7fb603f0919724a1983586aeaffd024f95880026baf43d70167a8bf1 +Size (aiorpcX-0.18.7.tar.gz) = 28206 bytes --_----------=_1636389195135250--