diff --git a/pkg/package.spec.in b/pkg/package.spec.in index b8d36094..994d00f7 100644 --- a/pkg/package.spec.in +++ b/pkg/package.spec.in @@ -1,8 +1,4 @@ -%if 0%{?rhel} && 0%{?rhel} < 5 -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_version: %global python_version %(%{__python} -c "import sys ; print sys.version[:3]")} -%endif - %{!?python3_version: %global python3_version %(%{__python3} -c "import sys; sys.stdout.write(sys.version[:3])")} %if 0%{?fedora} @@ -141,6 +137,16 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Sat Apr 9 2016 Satoru SATOH - 0.5.99-1 +- fix: remove extra line breaks just after each section headers and items when + dumping INI format config files in ini backend +- fix: make ac_safe option worked for dump API of yaml backend +- refactor: log error messages in anyconfig.find_loader always if something + goes wrong; no parser given or given parser not found +- fix: make anyconfig.loads returning None if no parser or parser is not found +- change: try parsing optional arguments with anyconfig.parser.parse instead of + anyconfig.loads in the CLI frontend + * Sun Feb 21 2016 Satoru SATOH - 0.5.0-1 - change: switch to m9dicts as mearge-able dict, successor of .mergeabledict - enhancement: try to keep order of keys in all backends as wanted, although