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

tomspur tomspur at fedoraproject.org
Wed Oct 24 08:12:12 UTC 2012


commit 9df054e60485b91f2fbfe15f6132b1ba6c1b558d
Author: Thomas Spura <thomas.spura at gmail.com>
Date:   Wed Oct 24 10:11:57 2012 +0200

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

 .gitignore   |    1 +
 ipython.spec |   10 ++++++++--
 sources      |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 82516f7..45e6377 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/ipython.spec b/ipython.spec
index dee5ba9..56bc061 100644
--- a/ipython.spec
+++ b/ipython.spec
@@ -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 at 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 at fedoraproject.org> - 0.13-5
 - add empty python-ipython files section
 - obsolete ipython
diff --git a/sources b/sources
index 7892066..e204040 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-490ccc2da9d6de9c37c7df05c1197ac5  ipython-0.13.tar.gz
+ca7e75f7c802afc6aaa0a1ea59846420  ipython-0.13.1.tar.gz


More information about the scm-commits mailing list