Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-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 9BB721A9239 for ; Thu, 8 Oct 2020 08:24:22 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 11F5E84DD5; Thu, 8 Oct 2020 08:24:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8F5A184DBE for ; Thu, 8 Oct 2020 08:24:21 +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 cwbUi01IDH7O for ; Thu, 8 Oct 2020 08:24:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0EBCA84CCD for ; Thu, 8 Oct 2020 08:24:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 06114FB28; Thu, 8 Oct 2020 08:24:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1602145460127750" MIME-Version: 1.0 Date: Thu, 8 Oct 2020 08:24:20 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-rope To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20201008082421.06114FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1602145460127750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Oct 8 08:24:20 UTC 2020 Modified Files: pkgsrc/devel/py-rope: Makefile distinfo Log Message: py-rope: updated to 0.18.0 Release 0.18.0: - Fix `Worder.get_primary_at` for names that start like keywords. - Add guess_def_lineno() to get actual function/class definition line number - Fix SimilarFinder/_ASTMatcher to consider 1/0 and True/False to be unequal - Compatibility with Python 3.8 - Add pytest.ini to collect all tests To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-rope/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-rope/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1602145460127750 Content-Disposition: inline Content-Length: 1795 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.20 pkgsrc/devel/py-rope/Makefile:1.21 --- pkgsrc/devel/py-rope/Makefile:1.20 Wed May 27 14:20:24 2020 +++ pkgsrc/devel/py-rope/Makefile Thu Oct 8 08:24:20 2020 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.20 2020/05/27 14:20:24 adam Exp $ +# $NetBSD: Makefile,v 1.21 2020/10/08 08:24:20 adam Exp $ -DISTNAME= rope-0.17.0 +DISTNAME= rope-0.18.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=r/rope/} -MAINTAINER= helgoman@users.sourceforge.net +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/python-rope/rope COMMENT= Python refactoring library LICENSE= gnu-lgpl-v3 Index: pkgsrc/devel/py-rope/distinfo diff -u pkgsrc/devel/py-rope/distinfo:1.10 pkgsrc/devel/py-rope/distinfo:1.11 --- pkgsrc/devel/py-rope/distinfo:1.10 Wed May 27 14:20:24 2020 +++ pkgsrc/devel/py-rope/distinfo Thu Oct 8 08:24:20 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2020/05/27 14:20:24 adam Exp $ +$NetBSD: distinfo,v 1.11 2020/10/08 08:24:20 adam Exp $ -SHA1 (rope-0.17.0.tar.gz) = e0a7b7e2f8f2e6e95dbf98d6badd7652a2e23695 -RMD160 (rope-0.17.0.tar.gz) = 4bcd493b99050e32250675d052b19c6c2a03e326 -SHA512 (rope-0.17.0.tar.gz) = c27a17fdf73ed0ae85fe417132acd999452ae88a7b779d84fdf73134094fd34510ae08017dc24ddd7c34cb70353b5a43021229b88819002371790e7717b8ae46 -Size (rope-0.17.0.tar.gz) = 248629 bytes +SHA1 (rope-0.18.0.tar.gz) = bad15b1b4f17cca0005d31b40ecf36b12ca14ae5 +RMD160 (rope-0.18.0.tar.gz) = 7b5503312915011bb6fdc00ccdb963f43995680c +SHA512 (rope-0.18.0.tar.gz) = 9f706da345866447ff7e4027e6f9f0719d4b823253155881efcdd3a9e9a6f42fa9e194cd9547df4a6f752ae0cec739045e52bb7edd5cfa04ad4079fe06808298 +Size (rope-0.18.0.tar.gz) = 249828 bytes --_----------=_1602145460127750--