pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-pycall



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun May 26 14:52:24 UTC 2024

Modified Files:
        pkgsrc/devel/ruby-pycall: Makefile PLIST distinfo

Log Message:
devel/ruby-pycall: update to 1.5.2

1.5.2 (2024-05-24)

What's Changed

* Yet Another memleak with str(list) by @mknkmyzk in #169
* Use exec instead of eval in raise test by @mrkn in #179
* Fix segvs by @mrkn in #178
* Use RTYPEDDATA_GET_DATA if exist by @mrkn in #181


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-pycall/Makefile \
    pkgsrc/devel/ruby-pycall/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-pycall/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-pycall/Makefile
diff -u pkgsrc/devel/ruby-pycall/Makefile:1.8 pkgsrc/devel/ruby-pycall/Makefile:1.9
--- pkgsrc/devel/ruby-pycall/Makefile:1.8       Sun Sep  3 16:18:21 2023
+++ pkgsrc/devel/ruby-pycall/Makefile   Sun May 26 14:52:24 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2023/09/03 16:18:21 taca Exp $
+# $NetBSD: Makefile,v 1.9 2024/05/26 14:52:24 taca Exp $
 
-DISTNAME=      pycall-1.5.1
+DISTNAME=      pycall-1.5.2
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/mrkn/pycall.rb
Index: pkgsrc/devel/ruby-pycall/distinfo
diff -u pkgsrc/devel/ruby-pycall/distinfo:1.8 pkgsrc/devel/ruby-pycall/distinfo:1.9
--- pkgsrc/devel/ruby-pycall/distinfo:1.8       Sun Sep  3 16:18:21 2023
+++ pkgsrc/devel/ruby-pycall/distinfo   Sun May 26 14:52:24 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2023/09/03 16:18:21 taca Exp $
+$NetBSD: distinfo,v 1.9 2024/05/26 14:52:24 taca Exp $
 
-BLAKE2s (pycall-1.5.1.gem) = 9ed951ba3148ac8f463fae7529dbec521cc099be2992936c87f0dd9927df89d6
-SHA512 (pycall-1.5.1.gem) = 9c9776b6f8db70396b35118963b4a5053839f847ea02a72305f9ef7b0cc5f866cc9ad2b536e0905cb0cc60ac7aba28c70a6af773455321a5d516d826b1e07c3f
-Size (pycall-1.5.1.gem) = 1585152 bytes
+BLAKE2s (pycall-1.5.2.gem) = 74737e128fce65c9a4b393813d3c334499f39a1fdc62ef0ad8e3121dc26f6c18
+SHA512 (pycall-1.5.2.gem) = d4689e33080decbf36b6662bc2b0fee5f9abcd5deff5666cb0393ff3b78505d70795b405d617db9ab761f80db8676df68e58ea60a1b12952f4a48f4862f63b5b
+Size (pycall-1.5.2.gem) = 1585152 bytes
 SHA1 (patch-lib_pycall_libpython_finder.rb) = 5f2903481232920acdb394e7b278d8afbe0b6ee5

Index: pkgsrc/devel/ruby-pycall/PLIST
diff -u pkgsrc/devel/ruby-pycall/PLIST:1.3 pkgsrc/devel/ruby-pycall/PLIST:1.4
--- pkgsrc/devel/ruby-pycall/PLIST:1.3  Sun Aug 22 13:52:26 2021
+++ pkgsrc/devel/ruby-pycall/PLIST      Sun May 26 14:52:24 2024
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2021/08/22 13:52:26 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2024/05/26 14:52:24 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/gem.build_complete
 ${GEM_EXTSDIR}/pycall.${RUBY_DLEXT}
+${GEM_LIBDIR}/.github/dependabot.yml
 ${GEM_LIBDIR}/.github/workflows/ci.yml
 ${GEM_LIBDIR}/.github/workflows/windows.yml
 ${GEM_LIBDIR}/.gitignore



Home | Main Index | Thread Index | Old Index