SHA256
1
0
forked from pool/crudini

- 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/package/show/Cloud:OpenStack:Factory/crudini?expand=0&rev=21
This commit is contained in:
Dirk Mueller 2023-11-16 15:59:19 +00:00 committed by Git OBS Bridge
parent 5af5a48ce1
commit 4d504c7b7a
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> Mon Mar 13 17:39:44 UTC 2023 - Ferdinand Thiessen <rpm@fthiessen.de>

View File

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