Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
4e6e49dbd6 | |||
0358155e95 | |||
c66bf92a98 | |||
79562dea2f |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:213699f46a2a29fc2f45c2f9f66ccbe5383aebe6061445d91ac196e3cf7029c8
|
|
||||||
size 207013
|
|
3
rapidcsv-8.87.tar.gz
Normal file
3
rapidcsv-8.87.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f642ec5948bb6fe42c4802ab35323c445850ead30d0d03d737312b4b3b7d2bc5
|
||||||
|
size 219053
|
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Sat Sep 28 08:25:53 UTC 2024 - Matwey Kornilov <matwey.kornilov@gmail.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rapidcsv
|
# spec file for package rapidcsv
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rapidcsv
|
Name: rapidcsv
|
||||||
Version: 8.84
|
Version: 8.87
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C++ header-only library for CSV parsing
|
Summary: C++ header-only library for CSV parsing
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Reference in New Issue
Block a user