pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-tins



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jan 19 16:08:14 UTC 2025

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

Log Message:
devel/ruby-tins: update to 1.38.0

1.38.0 (2025-01-04)

Improved Tins::Limited concurrency handling:
* Added execute method for task submission with a block
* Changed process method to manage thread execution and queue management
* Introduced stop method to signal processing termination
* Modified test cases in limited_test.rb to accommodate new functionality
* Added ensure clause to decrement counter and signal continuation after
  block execution

Added support for Ruby 3.4 Alpine image:
* Updated .all_images.yml to include Ruby 3.4-alpine environment
* Added ruby:3.4-alpine to the list of supported images
* Now uses 3.4 instead of 3.3, 3.2, and 3.1 for ruby versions


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/ruby-tins/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/ruby-tins/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-tins/Makefile
diff -u pkgsrc/devel/ruby-tins/Makefile:1.30 pkgsrc/devel/ruby-tins/Makefile:1.31
--- pkgsrc/devel/ruby-tins/Makefile:1.30        Sun Dec 15 13:27:34 2024
+++ pkgsrc/devel/ruby-tins/Makefile     Sun Jan 19 16:08:14 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2024/12/15 13:27:34 taca Exp $
+# $NetBSD: Makefile,v 1.31 2025/01/19 16:08:14 taca Exp $
 
-DISTNAME=      tins-1.37.1
+DISTNAME=      tins-1.38.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-tins/distinfo
diff -u pkgsrc/devel/ruby-tins/distinfo:1.33 pkgsrc/devel/ruby-tins/distinfo:1.34
--- pkgsrc/devel/ruby-tins/distinfo:1.33        Sun Dec 15 13:27:34 2024
+++ pkgsrc/devel/ruby-tins/distinfo     Sun Jan 19 16:08:14 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2024/12/15 13:27:34 taca Exp $
+$NetBSD: distinfo,v 1.34 2025/01/19 16:08:14 taca Exp $
 
-BLAKE2s (tins-1.37.1.gem) = b8a6ac7038c9a37033d2ff659b5c6ac52557626a359e98498b81f13f4c495aa8
-SHA512 (tins-1.37.1.gem) = 2a2b9e19cbf644b940bf3df4ff528196f614922bd90d2e99301e07e58ed64d823245dad7a5ad9b4a31049d5201d3ecef8c7bc3796ea01ef0378ffbf814d8916d
-Size (tins-1.37.1.gem) = 310784 bytes
+BLAKE2s (tins-1.38.0.gem) = 06e106663de0a356cead458f7e7e092557f5a2aea6921ac59ea86b7af2d36171
+SHA512 (tins-1.38.0.gem) = abb49f4eb8a3d3277edc3ff8cfaadeb97a89068b59e7ad9f87e29889fe79a6e340cfc42e4fd1e1d41c9b1539a45a19fd2debb2e8e1c65dcf1e38d2e6da6e6db0
+Size (tins-1.38.0.gem) = 310784 bytes



Home | Main Index | Thread Index | Old Index