Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AA96184D8B for ; Tue, 4 Jul 2023 13:15:38 +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 nEnlYtfRE8Da for ; Tue, 4 Jul 2023 13:15:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2C2DC84D4A for ; Tue, 4 Jul 2023 13:15:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2584AFA89; Tue, 4 Jul 2023 13:15:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1688476538150870" MIME-Version: 1.0 Date: Tue, 4 Jul 2023 13:15:38 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-rope To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230704131538.2584AFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1688476538150870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jul 4 13:15:38 UTC 2023 Modified Files: pkgsrc/devel/py-rope: Makefile distinfo Log Message: py-rope: updated to 1.9.0 Release 1.9.0 - Implement `nonlocal` keyword - Automatically purge autoimport.db when there is schema change To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/py-rope/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-rope/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1688476538150870 Content-Disposition: inline Content-Length: 1504 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-rope/Makefile diff -u pkgsrc/devel/py-rope/Makefile:1.33 pkgsrc/devel/py-rope/Makefile:1.34 --- pkgsrc/devel/py-rope/Makefile:1.33 Sun May 7 08:39:16 2023 +++ pkgsrc/devel/py-rope/Makefile Tue Jul 4 13:15:37 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2023/05/07 08:39:16 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2023/07/04 13:15:37 adam Exp $ -DISTNAME= rope-1.8.0 +DISTNAME= rope-1.9.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=r/rope/} Index: pkgsrc/devel/py-rope/distinfo diff -u pkgsrc/devel/py-rope/distinfo:1.23 pkgsrc/devel/py-rope/distinfo:1.24 --- pkgsrc/devel/py-rope/distinfo:1.23 Sun May 7 08:39:16 2023 +++ pkgsrc/devel/py-rope/distinfo Tue Jul 4 13:15:37 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2023/05/07 08:39:16 wiz Exp $ +$NetBSD: distinfo,v 1.24 2023/07/04 13:15:37 adam Exp $ -BLAKE2s (rope-1.8.0.tar.gz) = d0fe4c490a3b82b4cffef86029c47ba866759b36c8b667168c7bb72094da9361 -SHA512 (rope-1.8.0.tar.gz) = 2fa8e56d6d7fd0a15acb16a1fe27db89d9c2dd6f93fabd448509a112a6ef7f3dfdd4d3d544cf1218149c7a7fa1db9908b107b6eae6e89299f32c0d1586ceaf4e -Size (rope-1.8.0.tar.gz) = 297235 bytes +BLAKE2s (rope-1.9.0.tar.gz) = 644bff1c6e6077a2ae7b7c8fc9afa2725ea217b307df44837777711148a357a3 +SHA512 (rope-1.9.0.tar.gz) = fd8cc75c70814afc427fbccbe8a1389773737ee664a42a43bb2fb7e7ff667fac4680d233c751ee15b03e41b60ba270b3cf48b1a766420468e4a7c974e4c0158c +Size (rope-1.9.0.tar.gz) = 298227 bytes --_----------=_1688476538150870--