Skip to content

Commit

Permalink
devel/ruby-pycall: update to 1.5.0
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
taca committed Aug 26, 2023
1 parent c153d34 commit 426cc0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions devel/ruby-pycall/Makefile
Original file line number Diff line number Diff line change
@@ -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
HOMEPAGE= https://github.com/mrkn/pycall.rb
COMMENT= Calling Python functions from Ruby
PKGREVISION= 1
LICENSE= mit

SUBST_CLASSES+= python
Expand Down
8 changes: 4 additions & 4 deletions devel/ruby-pycall/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 426cc0f

Please sign in to comment.