From 5af5a48ce182f94633e2b36015b358a7fb616ad72d9170b4e48b281de3a184da Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 14 Mar 2023 09:12:46 +0000 Subject: [PATCH] Accepting request 1071212 from home:susnux:branches:Cloud:OpenStack:Factory Update to version 0.9.4 OBS-URL: https://build.opensuse.org/request/show/1071212 OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/crudini?expand=0&rev=20 --- crudini-0.9.3.tar.gz | 3 --- crudini-0.9.4.tar.gz | 3 +++ crudini.changes | 11 +++++++++++ crudini.spec | 10 +++++----- 4 files changed, 19 insertions(+), 8 deletions(-) delete mode 100644 crudini-0.9.3.tar.gz create mode 100644 crudini-0.9.4.tar.gz diff --git a/crudini-0.9.3.tar.gz b/crudini-0.9.3.tar.gz deleted file mode 100644 index b62a02e..0000000 --- a/crudini-0.9.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e354ef3174463e724545c1f4e9fe3de1839cd1d88e768f3c217b0643b9c52c3 -size 24426 diff --git a/crudini-0.9.4.tar.gz b/crudini-0.9.4.tar.gz new file mode 100644 index 0000000..dec6629 --- /dev/null +++ b/crudini-0.9.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7944306493f6b0d824607dfc74518d951ab732dd07bcd3b5569114c2a3cd222 +size 27948 diff --git a/crudini.changes b/crudini.changes index dcb3a55..5ff6ff8 100644 --- a/crudini.changes +++ b/crudini.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Mar 13 17:39:44 UTC 2023 - Ferdinand Thiessen + +- Update to version 0.9.4 + * Fix updating of flag only parameters so they don't have '=' + or '=crudini_no_arg' added added on update + * Handle closed stdin/stdout gracefully, without giving errors + * Windows line endings are maintained + * Lists can be delimited with arbitrary whitespace with --list-sep= + * Support for unspaced "name=val" format with --ini-options=nospace + ------------------------------------------------------------------- Wed May 13 10:57:28 UTC 2020 - Carsten Ziepke diff --git a/crudini.spec b/crudini.spec index 7fa07a7..9ba46f8 100644 --- a/crudini.spec +++ b/crudini.spec @@ -1,7 +1,7 @@ # # spec file for package crudini # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2023 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: crudini -Version: 0.9.3 +Version: 0.9.4 Release: 0 Summary: A utility for manipulating ini files License: GPL-2.0-only @@ -36,12 +36,12 @@ scripts. %prep %setup -q -sed -i 's/env python/python3/' crudini +sed -i 's/env python/python3/' crudini.py %build %install -install -m 0755 -D %{name} %{buildroot}%{_bindir}/%{name} +install -m 0755 -D %{name}.py %{buildroot}%{_bindir}/%{name} install -m 0644 -D %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 %check @@ -51,7 +51,7 @@ popd %files %license COPYING -%doc README TODO NEWS example.ini +%doc README.md EXAMPLES TODO NEWS example.ini %{_bindir}/crudini %{_mandir}/man1/*