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:           Sun Sep  6 15:48:17 UTC 2026

Modified Files:
        pkgsrc/textproc/ruby-csv: Makefile distinfo

Log Message:
textproc/ruby-csv: update to 3.3.6

pkgsrc change: remove Ruby version restriction.

3.3.6 (2026-07-27)

Improvements

* CSV::Row#to_h: Added support for block.

        GH-356
        Patch by Vlad

* Ensured using path_or_io for parameter name that accepts path or IO.

        GH-358
        Patch by Yuto Urushima

* Changed to not using enumerator in CSV.

        GH-361
        GH-363
        Reported by Cas Donoghue

Fixes

* Fixed a bug that \r in unquoted fields are rejected when row separator
  doesn't contain \r

        GH-60
        GH-346
        Patch by Jas

* Fixed a typo in documentation.

        GH-350
        Patch by tmr111116

Thanks

* Jas
* tmr111116
* Vlad
* Yuto Urushima
* Cas Donoghue


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/ruby-csv/Makefile
cvs rdiff -u -r1.16 -r1.17 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.22 pkgsrc/textproc/ruby-csv/Makefile:1.23
--- pkgsrc/textproc/ruby-csv/Makefile:1.22      Wed Apr  8 14:29:35 2026
+++ pkgsrc/textproc/ruby-csv/Makefile   Sun Sep  6 15:48:17 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2026/04/08 14:29:35 taca Exp $
+# $NetBSD: Makefile,v 1.23 2026/09/06 15:48:17 taca Exp $
 
-DISTNAME=      csv-3.3.5
+DISTNAME=      csv-3.3.6
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,8 +10,5 @@ LICENSE=      2-clause-bsd
 
 USE_LANGUAGES= # none
 
-# Ruby 4.0.1 has the same version as bundled gem.
-RUBY_VERSIONS_ACCEPTED=        33 34
-
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/ruby-csv/distinfo
diff -u pkgsrc/textproc/ruby-csv/distinfo:1.16 pkgsrc/textproc/ruby-csv/distinfo:1.17
--- pkgsrc/textproc/ruby-csv/distinfo:1.16      Wed Jun  4 13:58:54 2025
+++ pkgsrc/textproc/ruby-csv/distinfo   Sun Sep  6 15:48:17 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2025/06/04 13:58:54 taca Exp $
+$NetBSD: distinfo,v 1.17 2026/09/06 15:48:17 taca Exp $
 
-BLAKE2s (csv-3.3.5.gem) = e490a77986432e8ca3339bca2fcbaebd66f2690ad62a4f96883e59a98a6ac194
-SHA512 (csv-3.3.5.gem) = e55419cc74aadf3589c91c77eb577a64264fc52fb9c53dff920d1a44657b77c547571139d7648dba9f4ce8004947ed3401cdc95b826d1fb1b1e8a7730519f587
-Size (csv-3.3.5.gem) = 66560 bytes
+BLAKE2s (csv-3.3.6.gem) = f944cce6dafd520dcceed0f12ed8b8a50fae0c6cf4d6425021fa132028ad4c1e
+SHA512 (csv-3.3.6.gem) = 1491442f83c1ce56fd3f978ed3c8f382a58243e84cf31813db6968de7dfaa0cfd8103d387684d11c4a0f22cee005516f081f498eedd163a1071a2e81a4c48546
+Size (csv-3.3.6.gem) = 66560 bytes



Home | Main Index | Thread Index | Old Index