[python-weberror] Update to 0.10.3.

Ricky Zhou (周家杰) ricky at fedoraproject.org
Wed Dec 15 01:41:53 UTC 2010


commit ebec7edc8da13cf8b312fded0a14ed2fc652e26b
Author: Ricky Zhou <ricky at fedoraproject.org>
Date:   Tue Dec 14 20:39:59 2010 -0500

    Update to 0.10.3.

 .gitignore           |    1 +
 python-weberror.spec |   18 ++++++++----------
 sources              |    1 +
 3 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 55505c4..5720897 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 WebError-0.10.2.tar.gz
+/WebError-0.10.3.tar.gz
diff --git a/python-weberror.spec b/python-weberror.spec
index b2f3b02..bfef749 100644
--- a/python-weberror.spec
+++ b/python-weberror.spec
@@ -1,10 +1,10 @@
-%if 0%{?fedora} < 13 || 0%{?rhel} < 6
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from %distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 
 Name:           python-weberror
-Version:        0.10.2
-Release:        2%{?dist}
+Version:        0.10.3
+Release:        1%{?dist}
 Summary:        Web Error handling and exception catching middleware
 
 Group:          Development/Languages
@@ -17,11 +17,7 @@ Source0:        http://pypi.python.org/packages/source/W/WebError/WebError-%{ver
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch:      noarch
 
-%if 0%{?fedora} < 13
-BuildRequires:  python-setuptools-devel
-%else
-BuildRequires:  python-setuptools
-%endif
+BuildRequires:  python2-devel
 BuildRequires:  python-nose
 BuildRequires:  python-webob
 BuildRequires:  python-webtest
@@ -41,7 +37,6 @@ catching.
 
 %prep
 %setup -q -n WebError-%{version}
-find . -type f -name ._\* -exec rm -f {} \;
 %{__chmod} 0644 WebError.egg-info/*
 
 
@@ -70,6 +65,9 @@ nosetests
 
 
 %changelog
+* Tue Dec 14 2010 Ricky Zhou <ricky at fedoraproject.org> - 0.10.3-1
+- Upstream released new version.
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.10.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index d9e56f8..8467745 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 e9ab5b5705e6d2a3cf70335f2baf66fb  WebError-0.10.2.tar.gz
+84b9990b0baae6fd440b1e60cdd06f9a  WebError-0.10.3.tar.gz


More information about the scm-commits mailing list