Received: by mail.netbsd.org (Postfix, from userid 605) id 3571E84E64; Sun, 7 May 2023 08:39:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 63D1984E63 for ; Sun, 7 May 2023 08:39:17 +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 qHsmXRkviYPQ for ; Sun, 7 May 2023 08:39:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CC02584D13 for ; Sun, 7 May 2023 08:39:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BE3DFFA87; Sun, 7 May 2023 08:39:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1683448756108820" MIME-Version: 1.0 Date: Sun, 7 May 2023 08:39:16 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-rope To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230507083916.BE3DFFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1683448756108820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun May 7 08:39:16 UTC 2023 Modified Files: pkgsrc/devel/py-rope: Makefile distinfo Log Message: py-rope: update to 1.8.0. # Release 1.8.0 - #650 Install pre-commit hooks on rope repository (@lieryan) - #655 Remove unused __init__() methods (@edreamleo, @lieryan) - #656 Reformat using black 23.1.0 (@edreamleo) - #674 Fix/supress all mypy complaints (@edreamleo) - #680 Remove a do-nothing statement in soi._handle_first_parameter (@edreamleo) - #687, #688 Fix autoimport not scanning packages recursively (@lieryan) To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/py-rope/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-rope/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1683448756108820 Content-Disposition: inline Content-Length: 1502 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.32 pkgsrc/devel/py-rope/Makefile:1.33 --- pkgsrc/devel/py-rope/Makefile:1.32 Thu May 4 10:03:52 2023 +++ pkgsrc/devel/py-rope/Makefile Sun May 7 08:39:16 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2023/05/04 10:03:52 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2023/05/07 08:39:16 wiz Exp $ -DISTNAME= rope-1.7.0 +DISTNAME= rope-1.8.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.22 pkgsrc/devel/py-rope/distinfo:1.23 --- pkgsrc/devel/py-rope/distinfo:1.22 Thu May 4 10:03:52 2023 +++ pkgsrc/devel/py-rope/distinfo Sun May 7 08:39:16 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2023/05/04 10:03:52 wiz Exp $ +$NetBSD: distinfo,v 1.23 2023/05/07 08:39:16 wiz Exp $ -BLAKE2s (rope-1.7.0.tar.gz) = b4db393c1cb8f5adaa2dbd6145f7d05b5e5cd535e73dd7450040271c8dbf09c3 -SHA512 (rope-1.7.0.tar.gz) = 13cc3a2041c58c142892d1c9e5105ecdaa672e012364a5d4ccf82dbf5110fe0b6f0362b3a0309e9e6b72ab1d267dfc58eae8f3af3a8756f0356a6aff06c09abd -Size (rope-1.7.0.tar.gz) = 295362 bytes +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 --_----------=_1683448756108820--