Skip to content

Commit

Permalink
update the changelog in the rpm spec to prepare for the next release …
Browse files Browse the repository at this point in the history
…0.0.5
  • Loading branch information
ssato committed Oct 25, 2014
1 parent 54f22c6 commit d0f7391
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions python-anyconfig.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools
%endif


%description
Python library to provide generic access to configuration files in some
formats such like INI, JSON and YAML.
Expand All @@ -53,7 +52,6 @@ Python library to provide generic access to configuration files in some
formats such like INI, JSON and YAML.
%endif


%prep
%setup -q -n %{pkgname}-%{version}

Expand All @@ -62,7 +60,6 @@ rm -rf %{py3dir}
cp -a . %{py3dir}
%endif


%build
%{__python} setup.py build

Expand All @@ -72,7 +69,6 @@ pushd %{py3dir}
popd
%endif


%install
rm -rf $RPM_BUILD_ROOT

Expand All @@ -84,14 +80,11 @@ mv $RPM_BUILD_ROOT%{_bindir}/anyconfig_cli $RPM_BUILD_ROOT%{_bindir}/py3anyconfi
#chmod +x $RPM_BUILD_ROOT%{_bindir}/py3anyconfig_cli
popd
%endif

%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README.rst
Expand All @@ -107,8 +100,16 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_bindir}/py3anyconfig_cli
%endif


%changelog
* Sat Oct 25 2014 Satoru SATOH <ssato@redhat.com> - 0.0.4-99
- start to monitor code coverage w/ using coveralls.io
- start to do extra health check by landscape.io
- introduce 'ignore_missing' optional parameter to ignore missing config
file[s] in anyconfig.apy.*load() originally suggested by chmac in issue#4
- add -x/--ignore-missing option to allow ignoring missing files in anyconfig_cli
- make xml backend loader worked although it nees a lot more work
- some more minor bug fixes and enhancements

* Tue Aug 19 2014 Satoru SATOH <ssato@redhat.com> - 0.0.4-1
- Change the versioning scheme and bump up the version to fix the issue #3

Expand Down

0 comments on commit d0f7391

Please sign in to comment.