8 Commits

Author SHA256 Message Date
df0dbb0521 Accepting request 1306505 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1306505
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rapidcsv?expand=0&rev=8
2025-09-22 14:41:05 +00:00
31068e5946 - Update to version 8.89:
* fix character type in trim functions to better handle invalid input data

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/rapidcsv?expand=0&rev=18
2025-09-22 12:01:50 +00:00
8f4d9fc3c1 Accepting request 1301810 from devel:libraries:c_c++
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1301810
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rapidcsv?expand=0&rev=7
2025-08-29 16:36:09 +00:00
6bf1527f6c - Update to version 8.88:
* utf-16 handling for stream-based constructor

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/rapidcsv?expand=0&rev=16
2025-08-28 13:08:44 +00:00
4e6e49dbd6 Accepting request 1279748 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1279748
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rapidcsv?expand=0&rev=6
2025-05-26 16:41:05 +00:00
0358155e95 - Update to version 8.87:
* out-of-range InsertColumn to throw exception instead of segfaulting
  * out-of-range RemoveColumn to throw exception instead of segfaulting

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/rapidcsv?expand=0&rev=14
2025-05-24 09:58:40 +00:00
c66bf92a98 Accepting request 1270980 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1270980
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rapidcsv?expand=0&rev=5
2025-04-20 07:36:09 +00:00
79562dea2f - Update to version 8.85:
* GetColumnCount to respect LabelParams offset when determining first row

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/rapidcsv?expand=0&rev=12
2025-04-19 16:09:55 +00:00
4 changed files with 30 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:213699f46a2a29fc2f45c2f9f66ccbe5383aebe6061445d91ac196e3cf7029c8
size 207013

3
rapidcsv-8.89.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bb709c65cb59ab9f299026fb51ff6e0705db6a518193dde6ee1462c4ffc9c1bd
size 219338

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Sat Sep 20 11:05:22 UTC 2025 - Matwey Kornilov <matwey.kornilov@gmail.com>
- Update to version 8.89:
* fix character type in trim functions to better handle invalid input data
-------------------------------------------------------------------
Sat Aug 16 16:13:16 UTC 2025 - Matwey Kornilov <matwey.kornilov@gmail.com>
- Update to version 8.88:
* utf-16 handling for stream-based constructor
-------------------------------------------------------------------
Sun May 18 14:14:51 UTC 2025 - Matwey Kornilov <matwey.kornilov@gmail.com>
- Update to version 8.87:
* out-of-range InsertColumn to throw exception instead of segfaulting
* out-of-range RemoveColumn to throw exception instead of segfaulting
-------------------------------------------------------------------
Sun Mar 23 17:17:58 UTC 2025 - Matwey Kornilov <matwey.kornilov@gmail.com>
- Update to version 8.85:
* GetColumnCount to respect LabelParams offset when determining first row
-------------------------------------------------------------------
Sat Sep 28 08:25:53 UTC 2024 - Matwey Kornilov <matwey.kornilov@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package rapidcsv
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: rapidcsv
Version: 8.84
Version: 8.89
Release: 0
Summary: C++ header-only library for CSV parsing
License: BSD-3-Clause