Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A956185370 for ; Wed, 4 Oct 2023 20:21:19 +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 Xe2LWKq_LDbI for ; Wed, 4 Oct 2023 20:21:19 +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 2DC528535F for ; Wed, 4 Oct 2023 20:21:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 26AC6FBDB; Wed, 4 Oct 2023 20:21:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169645087970890" MIME-Version: 1.0 Date: Wed, 4 Oct 2023 20:21:19 +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: <20231004202119.26AC6FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169645087970890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Oct 4 20:21:19 UTC 2023 Modified Files: pkgsrc/devel/py-rope: Makefile distinfo Log Message: py-rope: updated to 1.10.0 Release 1.10.0 - Add support for Python 3.12 To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/py-rope/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-rope/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169645087970890 Content-Disposition: inline Content-Length: 1510 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.34 pkgsrc/devel/py-rope/Makefile:1.35 --- pkgsrc/devel/py-rope/Makefile:1.34 Tue Jul 4 13:15:37 2023 +++ pkgsrc/devel/py-rope/Makefile Wed Oct 4 20:21:18 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2023/07/04 13:15:37 adam Exp $ +# $NetBSD: Makefile,v 1.35 2023/10/04 20:21:18 adam Exp $ -DISTNAME= rope-1.9.0 +DISTNAME= rope-1.10.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.24 pkgsrc/devel/py-rope/distinfo:1.25 --- pkgsrc/devel/py-rope/distinfo:1.24 Tue Jul 4 13:15:37 2023 +++ pkgsrc/devel/py-rope/distinfo Wed Oct 4 20:21:18 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2023/07/04 13:15:37 adam Exp $ +$NetBSD: distinfo,v 1.25 2023/10/04 20:21:18 adam Exp $ -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 +BLAKE2s (rope-1.10.0.tar.gz) = fa98744eda92e221cf5e7a0566d7c7d305ed6f5bc642212cac91b7304f08bcb7 +SHA512 (rope-1.10.0.tar.gz) = 3a8c31a89f14a78f9a0931e87e21b0a617891382e879b50a6fa846ad576ad6bf62f81ccd8c00bd237b77807832a760120256655ac4d6a73626c0b0f1b5c61100 +Size (rope-1.10.0.tar.gz) = 299732 bytes --_----------=_169645087970890--