pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/time/ruby-timers time/ruby-timers: update to 4.3.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/38cf4f489d6f
branches: trunk
changeset: 446760:38cf4f489d6f
user: taca <taca%pkgsrc.org@localhost>
date: Sat Feb 13 10:08:16 2021 +0000
description:
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.
diffstat:
time/ruby-timers/Makefile | 4 ++--
time/ruby-timers/PLIST | 3 ++-
time/ruby-timers/distinfo | 10 +++++-----
3 files changed, 9 insertions(+), 8 deletions(-)
diffs (42 lines):
diff -r e3fcc9c409c5 -r 38cf4f489d6f time/ruby-timers/Makefile
--- a/time/ruby-timers/Makefile Sat Feb 13 09:21:07 2021 +0000
+++ b/time/ruby-timers/Makefile Sat Feb 13 10:08:16 2021 +0000
@@ -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
diff -r e3fcc9c409c5 -r 38cf4f489d6f time/ruby-timers/PLIST
--- a/time/ruby-timers/PLIST Sat Feb 13 09:21:07 2021 +0000
+++ b/time/ruby-timers/PLIST Sat Feb 13 10:08:16 2021 +0000
@@ -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
diff -r e3fcc9c409c5 -r 38cf4f489d6f time/ruby-timers/distinfo
--- a/time/ruby-timers/distinfo Sat Feb 13 09:21:07 2021 +0000
+++ b/time/ruby-timers/distinfo Sat Feb 13 10:08:16 2021 +0000
@@ -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