Accepting request 1126962 from Cloud:OpenStack:Factory

- update to 0.9.5:
  * Support for multiple --set and --del, or --get operations,
    allowing for more efficient and atomic updates to multiple
    parameters.
  * Support indented ini files with --ini-options=ignoreindent.
    Indentation is ignored (and maintained) in the ini file.
  * --format=sh will now attempt to output a whole ini file in
    sh format.
    Previously it would have only printed the section names.

    lingering lock file.
- Initial package (0.3)

OBS-URL: https://build.opensuse.org/request/show/1126962
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/crudini?expand=0&rev=10
This commit is contained in:
Ana Guerrero 2023-11-16 19:31:02 +00:00 committed by Git OBS Bridge
commit c24bedd13b
4 changed files with 19 additions and 6 deletions

View File

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

3
crudini-0.9.5.tar.gz Normal file
View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Nov 16 15:58:52 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.9.5:
* Support for multiple --set and --del, or --get operations,
allowing for more efficient and atomic updates to multiple
parameters.
* Support indented ini files with --ini-options=ignoreindent.
Indentation is ignored (and maintained) in the ini file.
* --format=sh will now attempt to output a whole ini file in
sh format.
Previously it would have only printed the section names.
-------------------------------------------------------------------
Mon Mar 13 17:39:44 UTC 2023 - Ferdinand Thiessen <rpm@fthiessen.de>
@ -60,7 +73,7 @@ Thu Feb 18 16:44:06 UTC 2016 - aplanas@suse.com
Bug fixes
* Lock files are cleaned up robustly. Previously there was a race
condition resulting in blocked subsequent edits, due to a
lingering lock file.
lingering lock file.
* --del will ignore requests to delete a parameter in a non-existing
section (unless --existing is used). Previously it failed citing
the missing section.
@ -101,5 +114,5 @@ Fri Oct 10 19:21:16 UTC 2014 - dmueller@suse.com
-------------------------------------------------------------------
Fri Sep 27 16:11:52 UTC 2013 - dmueller@suse.com
- Initial package (0.3)
- Initial package (0.3)

View File

@ -17,7 +17,7 @@
Name: crudini
Version: 0.9.4
Version: 0.9.5
Release: 0
Summary: A utility for manipulating ini files
License: GPL-2.0-only