pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/ruby-timers



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Feb 13 10:08:16 UTC 2021

Modified Files:
        pkgsrc/time/ruby-timers: Makefile PLIST distinfo

Log Message:
time/ruby-timers: update to 4.3.3

4.3.3 (2021-02-13)

No release note nor changelog.  Here is quote from commit log.

* Fix development workflow.
* Remove comment from gemspec.
* Add priority queue class
* Add #size method and change to actual minheap
* Add some tests for priority heap
* Rename first and insert to peek and push for naming consistency
* Switch to a PriorityHeap instead of array for storing Handles
* Refactor Handle class to use Comparable mixin
* Add extra performance test for timer queue insertion speed
* Reduce required accuracy for tests, because macOS on GitHub Actions i… …
* Updated code formatting & specs.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/time/ruby-timers/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/time/ruby-timers/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/time/ruby-timers/distinfo

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

Modified files:

Index: pkgsrc/time/ruby-timers/Makefile
diff -u pkgsrc/time/ruby-timers/Makefile:1.5 pkgsrc/time/ruby-timers/Makefile:1.6
--- pkgsrc/time/ruby-timers/Makefile:1.5        Mon Sep 14 15:19:49 2020
+++ pkgsrc/time/ruby-timers/Makefile    Sat Feb 13 10:08:16 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2020/09/14 15:19:49 taca Exp $
+# $NetBSD: Makefile,v 1.6 2021/02/13 10:08:16 taca Exp $
 
-DISTNAME=      timers-4.3.2
+DISTNAME=      timers-4.3.3
 CATEGORIES=    time
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/time/ruby-timers/PLIST
diff -u pkgsrc/time/ruby-timers/PLIST:1.4 pkgsrc/time/ruby-timers/PLIST:1.5
--- pkgsrc/time/ruby-timers/PLIST:1.4   Mon Sep 14 15:19:49 2020
+++ pkgsrc/time/ruby-timers/PLIST       Sat Feb 13 10:08:16 2021
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.4 2020/09/14 15:19:49 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/02/13 10:08:16 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/lib/timers.rb
 ${GEM_LIBDIR}/lib/timers/events.rb
 ${GEM_LIBDIR}/lib/timers/group.rb
 ${GEM_LIBDIR}/lib/timers/interval.rb
+${GEM_LIBDIR}/lib/timers/priority_heap.rb
 ${GEM_LIBDIR}/lib/timers/timer.rb
 ${GEM_LIBDIR}/lib/timers/version.rb
 ${GEM_LIBDIR}/lib/timers/wait.rb

Index: pkgsrc/time/ruby-timers/distinfo
diff -u pkgsrc/time/ruby-timers/distinfo:1.6 pkgsrc/time/ruby-timers/distinfo:1.7
--- pkgsrc/time/ruby-timers/distinfo:1.6        Mon Sep 14 15:19:49 2020
+++ pkgsrc/time/ruby-timers/distinfo    Sat Feb 13 10:08:16 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2020/09/14 15:19:49 taca Exp $
+$NetBSD: distinfo,v 1.7 2021/02/13 10:08:16 taca Exp $
 
-SHA1 (timers-4.3.2.gem) = 10ac6c7525d5f44a124a19657a7afe0dfdf6a618
-RMD160 (timers-4.3.2.gem) = 6f727985c84fe0f4508352dee50dc1c6eff5c105
-SHA512 (timers-4.3.2.gem) = 22c81d0d6fc438b0f706edca61e77ce9bd5a9f2d29ef132c8d44c1d3833a9fadfcb8c1199fb29078ae552f1928e079ab739421f42fa5be4475b4cd54049a090b
-Size (timers-4.3.2.gem) = 8704 bytes
+SHA1 (timers-4.3.3.gem) = 5a88f732e57f1037a042f21ef9a48d6632bc5935
+RMD160 (timers-4.3.3.gem) = c89381421778e47a9a404d8174964e7ae875d18f
+SHA512 (timers-4.3.3.gem) = 6acc552f1148339f317262880e772fd85dd87e92719acb0c66d7792d64a8e318462d3106cca2a8a3a5717d2b5741f1973fdfb79e5744851d3f1139d3d40a6f77
+Size (timers-4.3.3.gem) = 9728 bytes



Home | Main Index | Thread Index | Old Index