Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1BDD084CF9 for ; Mon, 19 Jun 2023 08:14:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Y6Iy3PaCXvLW for ; Mon, 19 Jun 2023 08:14:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 90DB384CCA for ; Mon, 19 Jun 2023 08:14:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 89AD6FA89; Mon, 19 Jun 2023 08:14:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1687162483294890" MIME-Version: 1.0 Date: Mon, 19 Jun 2023 08:14:43 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/py-autobahn To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230619081443.89AD6FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1687162483294890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jun 19 08:14:43 UTC 2023 Modified Files: pkgsrc/www/py-autobahn: Makefile distinfo Log Message: py-autobahn: update to 23.6.2. No changelog found. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/www/py-autobahn/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/py-autobahn/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1687162483294890 Content-Disposition: inline Content-Length: 1648 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-autobahn/Makefile diff -u pkgsrc/www/py-autobahn/Makefile:1.37 pkgsrc/www/py-autobahn/Makefile:1.38 --- pkgsrc/www/py-autobahn/Makefile:1.37 Fri May 12 11:37:39 2023 +++ pkgsrc/www/py-autobahn/Makefile Mon Jun 19 08:14:43 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2023/05/12 11:37:39 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2023/06/19 08:14:43 wiz Exp $ -DISTNAME= autobahn-23.1.2 +DISTNAME= autobahn-23.6.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=a/autobahn/} Index: pkgsrc/www/py-autobahn/distinfo diff -u pkgsrc/www/py-autobahn/distinfo:1.31 pkgsrc/www/py-autobahn/distinfo:1.32 --- pkgsrc/www/py-autobahn/distinfo:1.31 Fri May 5 11:58:17 2023 +++ pkgsrc/www/py-autobahn/distinfo Mon Jun 19 08:14:43 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.31 2023/05/05 11:58:17 wiz Exp $ +$NetBSD: distinfo,v 1.32 2023/06/19 08:14:43 wiz Exp $ -BLAKE2s (autobahn-23.1.2.tar.gz) = 5e0cb6a0cb7c2d3899da0079fd5b6c50cd6fd89e63895ddee694e5908b4fac70 -SHA512 (autobahn-23.1.2.tar.gz) = cd69d901ad7ec8c5f995ca15d803d1de1985294b48707bc0edabfc37733295c3bf9fd7965f930e8b4fa1c7c12c6e02dcbf2ff169edf464eadc774ae6f9185175 -Size (autobahn-23.1.2.tar.gz) = 480717 bytes +BLAKE2s (autobahn-23.6.2.tar.gz) = c29bf12c429281d305b0b4ea2cea03b0b427253fc3fb4b3f809394590ae6160a +SHA512 (autobahn-23.6.2.tar.gz) = 5935203277d17aab3f80e6edf700ff173fe7e23622b9d2617f91e080f56b078f947f907289f008b5eb21b1346142274616baad4a36629f49dafe409d6fdb931a +Size (autobahn-23.6.2.tar.gz) = 480814 bytes SHA1 (patch-setup.py) = cae70ed045236b5234bd91026f13c9f89e209f2a --_----------=_1687162483294890--