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 Dec 15 13:30:48 UTC 2024

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

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

3.3.1 (2024-12-15)

Improvements

* CSV.open: Changed to detect BOM by default. Note that this isn't enabled
  on Windows because Ruby may have a bug.  See also:
  https://bugs.ruby-lang.org/issues/20526

    - GH-301
    - Reported by Junichi Ito

* Improved performance.

    - GH-311
    - GH-312
    - Patch by Vladimir Kochnev

* CSV.open: Added support for StringIO as an input.

    - GH-300
    - GH-302
    - Patch by Marcelo

* Added a built-in time converter. You can use it by converters: :time.

    - GH-313
    - Patch by Bart de Water

* Added CSV::TSV for tab-separated values.

    - GH-272
    - GH-319
    - Reported by kojix2
    - Patch by Jas

* Thanks

    - Junichi Ito
    - Vladimir Kochnev
    - Marcelo
    - Bart de Water
    - kojix2
    - Jas


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/ruby-csv/Makefile
cvs rdiff -u -r1.12 -r1.13 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.15 pkgsrc/textproc/ruby-csv/Makefile:1.16
--- pkgsrc/textproc/ruby-csv/Makefile:1.15      Sun Mar 24 14:33:30 2024
+++ pkgsrc/textproc/ruby-csv/Makefile   Sun Dec 15 13:30:48 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2024/03/24 14:33:30 taca Exp $
+# $NetBSD: Makefile,v 1.16 2024/12/15 13:30:48 taca Exp $
 
-DISTNAME=      csv-3.3.0
+DISTNAME=      csv-3.3.1
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/textproc/ruby-csv/distinfo
diff -u pkgsrc/textproc/ruby-csv/distinfo:1.12 pkgsrc/textproc/ruby-csv/distinfo:1.13
--- pkgsrc/textproc/ruby-csv/distinfo:1.12      Sun Mar 24 14:33:30 2024
+++ pkgsrc/textproc/ruby-csv/distinfo   Sun Dec 15 13:30:48 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2024/03/24 14:33:30 taca Exp $
+$NetBSD: distinfo,v 1.13 2024/12/15 13:30:48 taca Exp $
 
-BLAKE2s (csv-3.3.0.gem) = 48de779e19ff8e6b9a6adc14f5ea56bd66bb2e1d218bdf67394e4b756f0ee05d
-SHA512 (csv-3.3.0.gem) = f30572cee096dd202bfd3651078fd9cba0c3c12f5ceab4749d4d7c6a200dc7553e4df1837375a6e8707328d50f4b88fb262d417ce31187e47910e11cb7bf2bb6
-Size (csv-3.3.0.gem) = 64000 bytes
+BLAKE2s (csv-3.3.1.gem) = 588c36a1063044a429c54c4f4020e99b38a93968365affd405dacec96d0a399a
+SHA512 (csv-3.3.1.gem) = 45a16d2f607e70c64d4a94038ae461c9a1cda26d18bb2d56dd0657954fc782cc07d3db536290c6de724679c31814bdae52319257cedd8bc98091974b282ae144
+Size (csv-3.3.1.gem) = 66048 bytes



Home | Main Index | Thread Index | Old Index