Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AA7DA84D66 for ; Sun, 3 Sep 2023 16:18:22 +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 F4dc1QIMqXn2 for ; Sun, 3 Sep 2023 16:18:22 +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 2B25784CD0 for ; Sun, 3 Sep 2023 16:18:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 24B3BFBDB; Sun, 3 Sep 2023 16:18:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693757902263020" MIME-Version: 1.0 Date: Sun, 3 Sep 2023 16:18:22 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-pycall To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230903161822.24B3BFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693757902263020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Sep 3 16:18:22 UTC 2023 Modified Files: pkgsrc/devel/ruby-pycall: Makefile distinfo Log Message: devel/ruby-pycall: update to 1.5.1 1.5.1 (2023-08-28) * Fix memory leak in rich compare methods (#167, #168). mknkmyza To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-pycall/Makefile \ pkgsrc/devel/ruby-pycall/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693757902263020 Content-Disposition: inline Content-Length: 1593 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-pycall/Makefile diff -u pkgsrc/devel/ruby-pycall/Makefile:1.7 pkgsrc/devel/ruby-pycall/Makefile:1.8 --- pkgsrc/devel/ruby-pycall/Makefile:1.7 Sat Aug 26 15:41:06 2023 +++ pkgsrc/devel/ruby-pycall/Makefile Sun Sep 3 16:18:21 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2023/08/26 15:41:06 taca Exp $ +# $NetBSD: Makefile,v 1.8 2023/09/03 16:18:21 taca Exp $ -DISTNAME= pycall-1.5.0 +DISTNAME= pycall-1.5.1 MAINTAINER= ryoon@NetBSD.org HOMEPAGE= https://github.com/mrkn/pycall.rb Index: pkgsrc/devel/ruby-pycall/distinfo diff -u pkgsrc/devel/ruby-pycall/distinfo:1.7 pkgsrc/devel/ruby-pycall/distinfo:1.8 --- pkgsrc/devel/ruby-pycall/distinfo:1.7 Sat Aug 26 15:41:06 2023 +++ pkgsrc/devel/ruby-pycall/distinfo Sun Sep 3 16:18:21 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2023/08/26 15:41:06 taca Exp $ +$NetBSD: distinfo,v 1.8 2023/09/03 16:18:21 taca Exp $ -BLAKE2s (pycall-1.5.0.gem) = e457972f7d6928e0348f0b7c87299c2b7bcf663ff500c0b10640109ce76a8b22 -SHA512 (pycall-1.5.0.gem) = 090d920b49e61731e646453f448392f6f6dd5523e56eb3b7e7603d75994efcb792abdb215a89c9e7026aa32625edf84d5c0e55f3feca46b0d3c7c5f9154ef3e6 -Size (pycall-1.5.0.gem) = 1585152 bytes +BLAKE2s (pycall-1.5.1.gem) = 9ed951ba3148ac8f463fae7529dbec521cc099be2992936c87f0dd9927df89d6 +SHA512 (pycall-1.5.1.gem) = 9c9776b6f8db70396b35118963b4a5053839f847ea02a72305f9ef7b0cc5f866cc9ad2b536e0905cb0cc60ac7aba28c70a6af773455321a5d516d826b1e07c3f +Size (pycall-1.5.1.gem) = 1585152 bytes SHA1 (patch-lib_pycall_libpython_finder.rb) = 5f2903481232920acdb394e7b278d8afbe0b6ee5 --_----------=_1693757902263020--