<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/textproc/ruby-csv, branch trunk</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2022-08-29T12:59:17Z</updated>
<entry>
<title>textproc/ruby-csv: update to 3.2.5</title>
<updated>2022-08-29T12:59:17Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2022-08-29T12:59:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ba7abc59a1299e55dafeeeaa0d82356526492bf3'/>
<id>urn:sha1:ba7abc59a1299e55dafeeeaa0d82356526492bf3</id>
<content type='text'>
3.2.4 (2022-08-22)

Improvements

* Cleaned up internal implementations. [GitHub#249] [GitHub#250]
  [GitHub#251] [Patch by Mau Magnaguagno]
* Added support for RFC 3339 style time. [GitHub#248] [Patch by Thierry
  Lambert]
* Added support for transcoding String CSV. Syntax is
  from-encoding:to-encoding. [GitHub#254] [Reported by Richard Stueven]
* Added quoted information to CSV::FieldInfo. [GitHub#254] [Reported by
  Hirokazu SUZUKI]

Fixes

* Fixed a link in documents. [GitHub#244] [Patch by Peter Zhu]

Thanks

* Peter Zhu
* Mau Magnaguagno
* Thierry Lambert
* Richard Stueven
* Hirokazu SUZUKI</content>
</entry>
<entry>
<title>textproc/ruby-csv: update to 3.2.3</title>
<updated>2022-04-29T12:34:37Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2022-04-29T12:34:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8ec5b6b875d430c2f88501bfec6f31624a9034cd'/>
<id>urn:sha1:8ec5b6b875d430c2f88501bfec6f31624a9034cd</id>
<content type='text'>
3.2.3 (2022-04-09)

Improvements

* Added contents summary to CSV::Table#inspect. [GitHub#229][Patch by Eriko
  Sugiyama] [GitHub#235][Patch by Sampat Badhe]

* Suppressed $INPUT_RECORD_SEPARATOR deprecation warning by
  Warning.warn. [GitHub#233][Reported by Jean byroot Boussier]

* Improved error message for liberal parsing with quoted
  values. [GitHub#231][Patch by Nikolay Rys]

* Fixed typos in documentation. [GitHub#236][Patch by Sampat Badhe]

* Added :max_field_size option and deprecated :field_size_limit
  option. [GitHub#238][Reported by Dan Buettner]

* Added :symbol_raw to built-in header converters. [GitHub#237][Reported by
  taki] [GitHub#239][Patch by Eriko Sugiyama]

Fixes

* Fixed a bug that some texts may be dropped unexpectedly. [Bug
  #18245][ruby-core:105587][Reported by Hassan Abdul Rehman]

* Fixed a bug that :field_size_limit doesn't work with not complex
  row. [GitHub#238][Reported by Dan Buettner]

Thanks

* Hassan Abdul Rehman

* Eriko Sugiyama

* Jean byroot Boussier

* Nikolay Rys

* Sampat Badhe

* Dan Buettner

* taki</content>
</entry>
<entry>
<title>textproc/ruby-csv: update to 3.2.2</title>
<updated>2022-01-16T15:01:48Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2022-01-16T15:01:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e2ebee8e0ce7229da2ca7e66a47418e3af9477ba'/>
<id>urn:sha1:e2ebee8e0ce7229da2ca7e66a47418e3af9477ba</id>
<content type='text'>
pkgsrc change: remove restriction for Ruby's version since this
package can install without error for All Ruby Version although
Ruby 3.1 has the same version in base.


3.2.2 (2021-12-24)

Improvements

* Added a validation for invalid option
  combination. [GitHub#225][Patch by adamroyjones]

* Improved documentation for developers. [GitHub#227][Patch by Eriko
  Sugiyama]

Fixes

* Fixed a bug that all of ARGF contents may not be
  consumed. [GitHub#228][Reported by Rafael Navaza]

* Fixed a bug that some texts may be dropped unexpectedly. [Bug
  #18245][ruby-core:105587][Reported by Hassan Abdul Rehman]

* Thanks

  - adamroyjones
  - Eriko Sugiyama
  - Rafael Navaza
  - Hassan Abdul Rehman

3.2.1 (2021-10-23)

Improvements

* doc: Fixed wrong class name. [GitHub#217][Patch by Vince]

* Changed to always use "\n" for the default row separator on Ruby 3.0
  or later because $INPUT_RECORD_SEPARATOR was deprecated since Ruby
  3.0.

* Added support for Ractor. [GitHub#218][Patch by rm155]

  - Users who want to use the built-in converters in non-main Ractors
    need to call Ractor.make_shareable(CSV::Converters) and/or
    Ractor.make_shareable(CSV::HeaderConverters) before creating
    non-main Ractors.

* Thanks

  - Vince
  - Joakim Antman
  - rm155

3.2.0 (2021-06-06)

Improvements

* CSV.open: Added support for :newline option. [GitHub#198][Patch by
  Nobuyoshi Nakada]

* CSV::Table#each: Added support for column mode with duplicated
  headers. [GitHub#206][Reported by Yaroslav Berezovskiy]

* Object#CSV: Added support for Ruby 3.0.

* CSV::Row: Added support for pattern matching. [GitHub#207][Patch by
  Kevin Newton]

Fixes

* Fixed typos in documentation. [GitHub#196][GitHub#205][Patch by
  Sampat Badhe]

* Thanks

  - Sampat Badhe
  - Nobuyoshi Nakada
  - Yaroslav Berezovskiy
  - Kevin Newton</content>
</entry>
<entry>
<title>textproc/ruby-csv: fix descrition in comment</title>
<updated>2022-01-14T15:58:50Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2022-01-14T15:58:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=97e124aa0517cd497610317acf2d158f4f282a98'/>
<id>urn:sha1:97e124aa0517cd497610317acf2d158f4f282a98</id>
<content type='text'>
Fix descrition in comment and trial (commented out) lines.</content>
</entry>
<entry>
<title>textproc: Replace RMD160 checksums with BLAKE2s checksums</title>
<updated>2021-10-26T11:21:28Z</updated>
<author>
<name>nia</name>
<email>nia@pkgsrc.org</email>
</author>
<published>2021-10-26T11:21:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=61660834b0a69774e10438023a12761304770654'/>
<id>urn:sha1:61660834b0a69774e10438023a12761304770654</id>
<content type='text'>
All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip</content>
</entry>
<entry>
<title>textproc: Remove SHA1 hashes for distfiles</title>
<updated>2021-10-07T15:00:34Z</updated>
<author>
<name>nia</name>
<email>nia@pkgsrc.org</email>
</author>
<published>2021-10-07T15:00:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=352521ac2333360e42a855bb2c4e69c59c789c96'/>
<id>urn:sha1:352521ac2333360e42a855bb2c4e69c59c789c96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>textproc/ruby-csv: make it incompatible with ruby30</title>
<updated>2021-06-10T14:25:42Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2021-06-10T14:25:42Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3f314277ccf24d3346a60bef6bb9599d2ecea050'/>
<id>urn:sha1:3f314277ccf24d3346a60bef6bb9599d2ecea050</id>
<content type='text'>
Restrict this package to Ruby 2.6 and 2.7 since Ruby 3.0 contain the same
version of rexml.</content>
</entry>
<entry>
<title>textproc/ruby-csv: update to 3.1.9</title>
<updated>2021-01-14T14:38:40Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2021-01-14T14:38:40Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=231acc131e1cc01e742a4be64d736f30bfbc297e'/>
<id>urn:sha1:231acc131e1cc01e742a4be64d736f30bfbc297e</id>
<content type='text'>
3.1.9 - 2020-11-23

Fixes
* Fixed a compatibility bug that the line to be processed by skip_lines:
  has a row separator. [GitHub#194][Reported by Josef Šimánek]

Thanks
* Josef Šimánek

3.1.8 - 2020-11-18

Improvements
* Improved documentation. [Patch by Burdette Lamar]

Thanks
* Burdette Lamar</content>
</entry>
<entry>
<title>textproc/ruby-csv: update to 3.1.7</title>
<updated>2020-09-14T14:24:42Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2020-09-14T14:24:42Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f574eb8015e2f14d683f9b623bd7d7f6096edf11'/>
<id>urn:sha1:f574eb8015e2f14d683f9b623bd7d7f6096edf11</id>
<content type='text'>
Update ruby-csv package to 3.1.7.


## 3.1.7 - 2020-08-04

### Improvements

  * Improved document.
    [GitHub#158][GitHub#160][GitHub#161]
    [Patch by Burdette Lamar]

  * Updated required Ruby version to 2.5.0 or later.
    [GitHub#159]
    [Patch by Gabriel Nagy]

  * Removed stringio 0.1.3 or later dependency.

### Thanks

  * Burdette Lamar

  * Gabriel Nagy

## 3.1.6 - 2020-07-20

### Improvements

  * Improved document.
    [GitHub#127][GitHub#135][GitHub#136][GitHub#137][GitHub#139][GitHub#140]
    [GitHub#141][GitHub#142][GitHub#143][GitHub#145][GitHub#146][GitHub#148]
    [GitHub#148][GitHub#151][GitHub#152][GitHub#154][GitHub#155][GitHub#157]
    [Patch by Burdette Lamar]

  * `CSV.open`: Added support for `undef: :replace`.
    [GitHub#129][Patch by Koichi ITO]

  * `CSV.open`: Added support for `invalid: :replace`.
    [GitHub#129][Patch by Koichi ITO]

  * Don't run quotable check for invalid encoding field values.
    [GitHub#131][Patch by Koichi ITO]

  * Added support for specifying the target indexes and names to
    `force_quotes:`.
    [GitHub#153][Reported by Aleksandr]

  * `CSV.generate`: Changed to use the encoding of the first non-ASCII
    field rather than the encoding of ASCII only field.

  * Changed to require the stringio gem 0.1.3 or later.

### Thanks

  * Burdette Lamar

  * Koichi ITO

  * Aleksandr</content>
</entry>
<entry>
<title>textproc/ruby-csv: add package version 3.1.5</title>
<updated>2020-05-25T14:35:40Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2020-05-25T14:35:40Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b9773987ebfea8b478dbbb78f54fd788b540b4fa'/>
<id>urn:sha1:b9773987ebfea8b478dbbb78f54fd788b540b4fa</id>
<content type='text'>
Add ruby-csv package version 3.1.5.


This library provides a complete interface to CSV files and data. It
offers tools to enable you to read and write to and from Strings or IO
objects, as needed.</content>
</entry>
</feed>
