pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/ruby-csv
Module Name: pkgsrc
Committed By: taca
Date: Wed Apr 16 15:28:24 UTC 2025
Modified Files:
pkgsrc/textproc/ruby-csv: Makefile distinfo
Log Message:
textproc/ruby-csv: update to 3.3.4
pkgsrc change: Allow build with Ruby 3.4.
3.3.3 (2025-03-20)
Improvements
* csv-filter: Add an experimental command line tool to filter a CSV.
- Patch by Burdette Lamar
Fixes
Fixed wrong EOF detection for ARGF
- GH-328
- Reported by Takeshi Nishimatsu
Fixed a regression bug that CSV.open rejects integer mode.
- GH-336
- Reported by Dave Burgess
Thanks
* Takeshi Nishimatsu
* Burdette Lamar
* Dave Burgess
3.3.4 (2025-04-13)
Improvements
* csv-filter: Removed an experimental command line tool.
- GH-341
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/ruby-csv/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/ruby-csv/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/ruby-csv/Makefile
diff -u pkgsrc/textproc/ruby-csv/Makefile:1.18 pkgsrc/textproc/ruby-csv/Makefile:1.19
--- pkgsrc/textproc/ruby-csv/Makefile:1.18 Tue Mar 18 13:48:00 2025
+++ pkgsrc/textproc/ruby-csv/Makefile Wed Apr 16 15:28:24 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2025/03/18 13:48:00 taca Exp $
+# $NetBSD: Makefile,v 1.19 2025/04/16 15:28:24 taca Exp $
-DISTNAME= csv-3.3.2
+DISTNAME= csv-3.3.4
CATEGORIES= textproc
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -10,8 +10,5 @@ LICENSE= 2-clause-bsd
USE_LANGUAGES= # none
-# Ruby 3.4.1 has csv 3.3.2 gem.
-RUBY_VERSIONS_ACCEPTED= 31 32 33
-
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/ruby-csv/distinfo
diff -u pkgsrc/textproc/ruby-csv/distinfo:1.14 pkgsrc/textproc/ruby-csv/distinfo:1.15
--- pkgsrc/textproc/ruby-csv/distinfo:1.14 Thu Jan 2 05:47:28 2025
+++ pkgsrc/textproc/ruby-csv/distinfo Wed Apr 16 15:28:24 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2025/01/02 05:47:28 taca Exp $
+$NetBSD: distinfo,v 1.15 2025/04/16 15:28:24 taca Exp $
-BLAKE2s (csv-3.3.2.gem) = 6d107f3cd59f9cddd163e496cdeb14bcd99176f634d38e1901f2280770b85cf9
-SHA512 (csv-3.3.2.gem) = c0421ca4abd035022c6b892bfef353e4793b437b76b7de49ac2046295dd08bf5f4a2dd765fa947b79ef5ee95abfa55ab527a809b2dbd8982503f69de919e8dc7
-Size (csv-3.3.2.gem) = 66048 bytes
+BLAKE2s (csv-3.3.4.gem) = 566dba37d78c115fbb28fca207a80214690df65288685aa0bcc92ac4e841874c
+SHA512 (csv-3.3.4.gem) = e2a35b0efd8459b46360b68c50402b3503c994bc6ad8f63ee545931226ea37440ab66f2a3a2b8dcb3e649d8ba85c58bbb28077b7ad713ec77071634d07f1fe6a
+Size (csv-3.3.4.gem) = 66048 bytes
Home |
Main Index |
Thread Index |
Old Index