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:           Sat Aug 26 15:41:06 UTC 2023

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

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

1.5.0 (2023-08-25)

* Fix to prevent distutils deprecation warning (#159)
  (Christopher Dilks)

* Drop Python 2.7 support

* Fix memory leak of Python objects.  (#129) This should fixes #128 and
  maybe also fixes #164.
  (mknkmyza)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.

Modified files:

Index: pkgsrc/devel/ruby-pycall/Makefile
diff -u pkgsrc/devel/ruby-pycall/Makefile:1.6 pkgsrc/devel/ruby-pycall/Makefile:1.7
--- pkgsrc/devel/ruby-pycall/Makefile:1.6       Mon Aug 14 05:24:16 2023
+++ pkgsrc/devel/ruby-pycall/Makefile   Sat Aug 26 15:41:06 2023
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2023/08/14 05:24:16 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2023/08/26 15:41:06 taca Exp $
 
-DISTNAME=      pycall-1.4.2
+DISTNAME=      pycall-1.5.0
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
 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.6 pkgsrc/devel/ruby-pycall/distinfo:1.7
--- pkgsrc/devel/ruby-pycall/distinfo:1.6       Sun Jan 15 15:34:16 2023
+++ pkgsrc/devel/ruby-pycall/distinfo   Sat Aug 26 15:41:06 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2023/01/15 15:34:16 taca Exp $
+$NetBSD: distinfo,v 1.7 2023/08/26 15:41:06 taca Exp $
 
-BLAKE2s (pycall-1.4.2.gem) = 3041cdfefd36bdd3fb16fd7db7b334285fe2154f9c3631b31dec13cc9bf93940
-SHA512 (pycall-1.4.2.gem) = 40d6b6dad1d5f5be398d9a8bac0dff20fbb5fde93ada6a3c5423ceaacdbaba988abe1ca86a5c48bf7c8cc2df512a1ad8da05dc6a56e782fe9cff6a19b303112b
-Size (pycall-1.4.2.gem) = 1584640 bytes
+BLAKE2s (pycall-1.5.0.gem) = e457972f7d6928e0348f0b7c87299c2b7bcf663ff500c0b10640109ce76a8b22
+SHA512 (pycall-1.5.0.gem) = 090d920b49e61731e646453f448392f6f6dd5523e56eb3b7e7603d75994efcb792abdb215a89c9e7026aa32625edf84d5c0e55f3feca46b0d3c7c5f9154ef3e6
+Size (pycall-1.5.0.gem) = 1585152 bytes
 SHA1 (patch-lib_pycall_libpython_finder.rb) = 5f2903481232920acdb394e7b278d8afbe0b6ee5



Home | Main Index | Thread Index | Old Index