Accepting request 255014 from Cloud:OpenStack:Factory
- update to 0.4: * add --format=lines to support line by line processing * doc: tweak readme to mention --format=lines * Declare encoding to avoid fatal error * fix duplicate DEFAULT section header being output * ensure edited ini file contents are always complete * split out --options from synopsis * send --help to stdout * provide alternative --rewrite file editing option * provide --output option to allow redirecting output * use only the base 'crudini' name in --help * ensure writes to the edited ini are never lost * add a new --list option to update a list of values * honor case when merging new parameters OBS-URL: https://build.opensuse.org/request/show/255014 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/crudini?expand=0&rev=3
This commit is contained in:
parent
01691c5fb1
commit
ef6f077a3b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0194fd92314e3c1f53178daf93a69ee95df68766acf53e5d580396cbe6c996ed
|
||||
size 12344
|
3
crudini-0.4.tar.gz
Normal file
3
crudini-0.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2689f0312cc353e69c8c250cbca0f24319d330190577d199b02974a95a25591
|
||||
size 17614
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 10 19:21:16 UTC 2014 - dmueller@suse.com
|
||||
|
||||
- update to 0.4:
|
||||
* add --format=lines to support line by line processing
|
||||
* doc: tweak readme to mention --format=lines
|
||||
* Declare encoding to avoid fatal error
|
||||
* fix duplicate DEFAULT section header being output
|
||||
* ensure edited ini file contents are always complete
|
||||
* split out --options from synopsis
|
||||
* send --help to stdout
|
||||
* provide alternative --rewrite file editing option
|
||||
* provide --output option to allow redirecting output
|
||||
* use only the base 'crudini' name in --help
|
||||
* ensure writes to the edited ini are never lost
|
||||
* add a new --list option to update a list of values
|
||||
* honor case when merging new parameters
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 16:11:52 UTC 2013 - dmueller@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package crudini
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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: crudini
|
||||
Version: 0.3
|
||||
Version: 0.4
|
||||
Release: 0
|
||||
Summary: CRUD for .ini files
|
||||
License: GPL-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user