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/*