Mon Feb 12 14:59:23 2024 UTC (104d)
devel/ruby-pairing_heap: update to 3.1.0

3.1.0 (2024-02-12)

* Implement merge operation for SimplePairingHeap


(taca)
diff -r1.2 -r1.3 pkgsrc/devel/ruby-pairing_heap/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/ruby-pairing_heap/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/devel/ruby-pairing_heap/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-pairing_heap/Makefile 2023/04/27 14:05:26 1.2
+++ pkgsrc/devel/ruby-pairing_heap/Makefile 2024/02/12 14:59:23 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.2 2023/04/27 14:05:26 taca Exp $ 1# $NetBSD: Makefile,v 1.3 2024/02/12 14:59:23 taca Exp $
2 2
3DISTNAME= pairing_heap-3.0.1 3DISTNAME= pairing_heap-3.1.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/mhib/pairing_heap 7HOMEPAGE= https://github.com/mhib/pairing_heap
8COMMENT= Performant priority queue in pure ruby 8COMMENT= Performant priority queue in pure ruby
9LICENSE= mit 9LICENSE= mit
10 10
11USE_LANGUAGES= # none 11USE_LANGUAGES= # none
12 12
13.include "../../lang/ruby/gem.mk" 13.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/devel/ruby-pairing_heap/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-pairing_heap/distinfo 2023/04/27 14:05:26 1.2
+++ pkgsrc/devel/ruby-pairing_heap/distinfo 2024/02/12 14:59:23 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2023/04/27 14:05:26 taca Exp $ 1$NetBSD: distinfo,v 1.3 2024/02/12 14:59:23 taca Exp $
2 2
3BLAKE2s (pairing_heap-3.0.1.gem) = 2fde3be552e9343073a1434cf1caaff5796a1ce7a7d5858c61393da10b4e788b 3BLAKE2s (pairing_heap-3.1.0.gem) = 6531b0832209814962448b58c294f89e34bbb4f359e793ddf34e5906fdb320de
4SHA512 (pairing_heap-3.0.1.gem) = 73952b7697261e90aca1d1e6b04b7d33aa8df024a57ef473e59be30f7c7952fd21e46ccf2539995ab64db711d8b7670d1378d56e82e9ead1ab1ce18811bab105 4SHA512 (pairing_heap-3.1.0.gem) = c4670e5f6bb1df438b1cde0d224e9989e976714ed3c677efa2b223cdabd2181efbcdec9e742f1dd2370425427d74c9c4e36c42a6f781b4373923ce12571b7b10
5Size (pairing_heap-3.0.1.gem) = 14336 bytes 5Size (pairing_heap-3.1.0.gem) = 14336 bytes