Received: by mail.netbsd.org (Postfix, from userid 605) id 525B284E68; Sun, 15 Jan 2023 15:34:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8104084D26 for ; Sun, 15 Jan 2023 15:34:17 +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 WRW-c7GI0d3Y for ; Sun, 15 Jan 2023 15:34:17 +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 E81C084CF7 for ; Sun, 15 Jan 2023 15:34:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D8B8EFA90; Sun, 15 Jan 2023 15:34:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673796856246370" MIME-Version: 1.0 Date: Sun, 15 Jan 2023 15:34:16 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-pycall To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230115153416.D8B8EFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673796856246370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Jan 15 15:34:16 UTC 2023 Modified Files: pkgsrc/devel/ruby-pycall: Makefile distinfo Log Message: devel/ruby-pycall: udpate to 1.4.2 1.4.2 (2023-01-08) * Add supports of unary operators: +@, -@, ~ * Fix without_gvl for exceptions occurred in the given block * Add PyCall.setattr and PyCall.delattr To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-pycall/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-pycall/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1673796856246370 Content-Disposition: inline Content-Length: 1696 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.4 pkgsrc/devel/ruby-pycall/Makefile:1.5 --- pkgsrc/devel/ruby-pycall/Makefile:1.4 Thu Jun 30 11:18:18 2022 +++ pkgsrc/devel/ruby-pycall/Makefile Sun Jan 15 15:34:16 2023 @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2022/06/30 11:18:18 nia Exp $ +# $NetBSD: Makefile,v 1.5 2023/01/15 15:34:16 taca Exp $ -DISTNAME= pycall-1.4.1 +DISTNAME= pycall-1.4.2 MAINTAINER= ryoon@NetBSD.org HOMEPAGE= https://github.com/mrkn/pycall.rb COMMENT= Calling Python functions from Ruby -PKGREVISION= 1 LICENSE= mit SUBST_CLASSES+= python Index: pkgsrc/devel/ruby-pycall/distinfo diff -u pkgsrc/devel/ruby-pycall/distinfo:1.5 pkgsrc/devel/ruby-pycall/distinfo:1.6 --- pkgsrc/devel/ruby-pycall/distinfo:1.5 Tue Oct 26 10:19:42 2021 +++ pkgsrc/devel/ruby-pycall/distinfo Sun Jan 15 15:34:16 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 10:19:42 nia Exp $ +$NetBSD: distinfo,v 1.6 2023/01/15 15:34:16 taca Exp $ -BLAKE2s (pycall-1.4.1.gem) = c43eaa47b2ec2e12f7adadec560d0e9e34a8c9b789c30b18b2ed83b91c782c25 -SHA512 (pycall-1.4.1.gem) = 963d4e5434f16261ebc755f94e815b39896e03fd9ced1d877e799063980da5ead9a79d009ca3047d2e8bc4d7c5f955ae544a1f879001d874bc9227d420da7073 -Size (pycall-1.4.1.gem) = 1584128 bytes +BLAKE2s (pycall-1.4.2.gem) = 3041cdfefd36bdd3fb16fd7db7b334285fe2154f9c3631b31dec13cc9bf93940 +SHA512 (pycall-1.4.2.gem) = 40d6b6dad1d5f5be398d9a8bac0dff20fbb5fde93ada6a3c5423ceaacdbaba988abe1ca86a5c48bf7c8cc2df512a1ad8da05dc6a56e782fe9cff6a19b303112b +Size (pycall-1.4.2.gem) = 1584640 bytes SHA1 (patch-lib_pycall_libpython_finder.rb) = 5f2903481232920acdb394e7b278d8afbe0b6ee5 --_----------=_1673796856246370--