2 Commits

Author SHA256 Message Date
92ca462c2c Accepting request 1307928 from utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1307928
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/csvprintf?expand=0&rev=12
2025-09-30 15:41:06 +00:00
7574bd13e3 - Update to release 1.3.3
- Fixed bug where \t separator was being skipped as whitespace
    - Allow duplicate column names if the "-c" flag avoids them
    - Fixed "-c" bug where extra data columns were being returned as "colX"

OBS-URL: https://build.opensuse.org/package/show/utilities/csvprintf?expand=0&rev=19
2025-09-22 15:14:19 +00:00
6 changed files with 18 additions and 10 deletions

View File

@@ -2,8 +2,8 @@
<service mode="localonly" name="obs_scm">
<param name="scm">git</param>
<param name="url">https://github.com/archiecobbs/csvprintf</param>
<param name="versionformat">1.3.2</param>
<param name="revision">1.3.2</param>
<param name="versionformat">1.3.3</param>
<param name="revision">1.3.3</param>
<param name="filename">csvprintf</param>
</service>
<service mode="buildtime" name="tar"/>

View File

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

3
csvprintf-1.3.3.obscpio Normal file
View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Sep 22 15:12:44 UTC 2025 - Archie Cobbs <archie.cobbs@gmail.com>
- Update to release 1.3.3
- Fixed bug where \t separator was being skipped as whitespace
- Allow duplicate column names if the "-c" flag avoids them
- Fixed "-c" bug where extra data columns were being returned as "colX"
-------------------------------------------------------------------
Wed Jan 25 19:14:29 UTC 2023 - Archie Cobbs <archie.cobbs@gmail.com>

View File

@@ -1,4 +1,4 @@
name: csvprintf
version: 1.3.2
mtime: 1674673888
commit: 1e24bae7118cba71954f7f71f67ab34f6b5f58ed
version: 1.3.3
mtime: 1758553527
commit: e4d020da85ec02f895811beb7a5859af3fb8b2b2

View File

@@ -1,7 +1,7 @@
#
# spec file for package csvprintf
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# 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: csvprintf
Version: 1.3.2
Version: 1.3.3
Release: 0
Summary: Simple CSV file parser for the UNIX command line
License: Apache-2.0