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 Aug 22 13:52:26 UTC 2021

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

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

1.4.1 (2021-07-12)

* Fix SEGV occurred on Windows
* Add PyCall.iterable


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

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.2 pkgsrc/devel/ruby-pycall/Makefile:1.3
--- pkgsrc/devel/ruby-pycall/Makefile:1.2       Sat May 29 15:00:57 2021
+++ pkgsrc/devel/ruby-pycall/Makefile   Sun Aug 22 13:52:26 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2021/05/29 15:00:57 taca Exp $
+# $NetBSD: Makefile,v 1.3 2021/08/22 13:52:26 taca Exp $
 
-DISTNAME=      pycall-1.4.0
+DISTNAME=      pycall-1.4.1
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/mrkn/pycall.rb
Index: pkgsrc/devel/ruby-pycall/PLIST
diff -u pkgsrc/devel/ruby-pycall/PLIST:1.2 pkgsrc/devel/ruby-pycall/PLIST:1.3
--- pkgsrc/devel/ruby-pycall/PLIST:1.2  Sat May 29 15:00:57 2021
+++ pkgsrc/devel/ruby-pycall/PLIST      Sun Aug 22 13:52:26 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2021/05/29 15:00:57 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/08/22 13:52:26 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/gem.build_complete
 ${GEM_EXTSDIR}/pycall.${RUBY_DLEXT}
@@ -55,6 +55,7 @@ ${GEM_LIBDIR}/lib/pycall/gc_guard.rb
 ${GEM_LIBDIR}/lib/pycall/import.rb
 ${GEM_LIBDIR}/lib/pycall/init.rb
 ${GEM_LIBDIR}/lib/pycall/iruby_helper.rb
+${GEM_LIBDIR}/lib/pycall/iterable_wrapper.rb
 ${GEM_LIBDIR}/lib/pycall/libpython.rb
 ${GEM_LIBDIR}/lib/pycall/libpython/finder.rb
 ${GEM_LIBDIR}/lib/pycall/libpython/pyobject_struct.rb
Index: pkgsrc/devel/ruby-pycall/distinfo
diff -u pkgsrc/devel/ruby-pycall/distinfo:1.2 pkgsrc/devel/ruby-pycall/distinfo:1.3
--- pkgsrc/devel/ruby-pycall/distinfo:1.2       Sat May 29 15:00:57 2021
+++ pkgsrc/devel/ruby-pycall/distinfo   Sun Aug 22 13:52:26 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2021/05/29 15:00:57 taca Exp $
+$NetBSD: distinfo,v 1.3 2021/08/22 13:52:26 taca Exp $
 
-SHA1 (pycall-1.4.0.gem) = 665cc80a0ef45ced9a34533be0ff72aca4fbfbc8
-RMD160 (pycall-1.4.0.gem) = 2e8f4419dd56f9791f2d7d43bc5b730abce3c0b8
-SHA512 (pycall-1.4.0.gem) = 97269a788647d04de75fb18a3292f8e9e3d9fa87fa8d2aadddf3eef2b2f83446b5431417f4df50dcaa6560ac5aa5fac49b300a9ab5004239673429a969b1bd0f
-Size (pycall-1.4.0.gem) = 1583616 bytes
+SHA1 (pycall-1.4.1.gem) = 372abbeb453e709a47e8076c09f85c21edcddaeb
+RMD160 (pycall-1.4.1.gem) = 4211d9ce507f7aa99b2520ae8edb1142174840b8
+SHA512 (pycall-1.4.1.gem) = 963d4e5434f16261ebc755f94e815b39896e03fd9ced1d877e799063980da5ead9a79d009ca3047d2e8bc4d7c5f955ae544a1f879001d874bc9227d420da7073
+Size (pycall-1.4.1.gem) = 1584128 bytes
 SHA1 (patch-lib_pycall_libpython_finder.rb) = 5f2903481232920acdb394e7b278d8afbe0b6ee5



Home | Main Index | Thread Index | Old Index