[python-moksha-wsgi] Latest upstream removing repoze properly.

Ralph Bean ralph at fedoraproject.org
Wed Nov 27 19:01:08 UTC 2013


commit 365aa63cd44b0e7d1ae33b7a851d072731cb0038
Author: Ralph Bean <rbean at redhat.com>
Date:   Wed Nov 27 14:00:56 2013 -0500

    Latest upstream removing repoze properly.

 .gitignore              |    1 +
 python-moksha-wsgi.spec |   10 +++++++---
 sources                 |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2f9bc28..35d2a44 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /moksha.wsgi-1.0.6.tar.gz
 /moksha.wsgi-1.2.0.tar.gz
 /moksha.wsgi-1.2.1.tar.gz
+/moksha.wsgi-1.2.2.tar.gz
diff --git a/python-moksha-wsgi.spec b/python-moksha-wsgi.spec
index 92b31fd..d2a78e6 100644
--- a/python-moksha-wsgi.spec
+++ b/python-moksha-wsgi.spec
@@ -1,8 +1,8 @@
 %global modname moksha.wsgi
 
 Name:           python-moksha-wsgi
-Version:        1.2.1
-Release:        4%{?dist}
+Version:        1.2.2
+Release:        1%{?dist}
 Summary:        WSGI components for Moksha
 
 Group:          Development/Libraries
@@ -54,7 +54,8 @@ WSGI components for Moksha.
 %prep
 %setup -q -n %{modname}-%{version}
 
-sed -i '/repoze.what/d' setup.py
+# Nuke upstream egg-info if it exists.
+rm -rf *.egg*
 
 %build
 CFLAGS="%{optflags}" %{__python} setup.py build
@@ -73,6 +74,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build
 %{python_sitelib}/%{modname}-%{version}*
 
 %changelog
+* Wed Nov 27 2013 Ralph Bean <rbean at redhat.com> - 1.2.2-1
+- Cut out repoze for real.
+
 * Mon Nov 11 2013 Ralph Bean <rbean at redhat.com> - 1.2.1-4
 - Remove deps on repoze, shove, and feed*.
 
diff --git a/sources b/sources
index 84737ad..0e59de7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-73881c26d1b8bcc2023101d90831275b  moksha.wsgi-1.2.1.tar.gz
+6ffdbe771480c02a6f600a9fc5a17527  moksha.wsgi-1.2.2.tar.gz


More information about the scm-commits mailing list