update to 0.13.1 and run tests with en_US.UTF-8

This commit is contained in:
Thomas Spura 2012-10-24 10:11:57 +02:00
parent 4fbfa3995d
commit 9df054e604
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ ipython-0.10.tar.gz
/ipython-0.11.tar.gz
/ipython-0.12.tar.gz
/ipython-0.13.tar.gz
/ipython-0.13.1.tar.gz

View File

@ -15,8 +15,8 @@
%endif
Name: ipython
Version: 0.13
Release: 5%{?dist}
Version: 0.13.1
Release: 1%{?dist}
Summary: An enhanced interactive Python shell
Group: Development/Libraries
@ -274,6 +274,7 @@ rm -rf %{buildroot}
pushd %{py3dir}
PYTHONPATH=%{buildroot}%{python3_sitelib} \
PATH="%{buildroot}%{_bindir}:$PATH" \
LC_ALL=en_US.UTF-8 \
%{buildroot}%{_bindir}/iptest3 || echo "some tests3 failed, continue..."
popd
%endif
@ -281,6 +282,7 @@ popd
# TODO no ipython in path in koji
PYTHONPATH=%{buildroot}%{python_sitelib} \
PATH="%{buildroot}%{_bindir}:$PATH" \
LC_ALL=en_US.UTF-8 \
%{buildroot}%{_bindir}/iptest || echo "some tests failed, continue..."
%endif
@ -432,6 +434,10 @@ PYTHONPATH=%{buildroot}%{python_sitelib} \
%endif # with_python3
%changelog
* Wed Oct 24 2012 Thomas Spura <tomspur@fedoraproject.org> - 0.13.1-1
- update to 0.13.1
- run tests with en_US.UTF-8
* Thu Aug 30 2012 Thomas Spura <tomspur@fedoraproject.org> - 0.13-5
- add empty python-ipython files section
- obsolete ipython

View File

@ -1 +1 @@
490ccc2da9d6de9c37c7df05c1197ac5 ipython-0.13.tar.gz
ca7e75f7c802afc6aaa0a1ea59846420 ipython-0.13.1.tar.gz