[python-testtools/el6] Update to 0.9.16

Michel Alexandre Salim salimma at fedoraproject.org
Sat Sep 8 09:40:25 UTC 2012


commit 361a9ce0d2e777e0e323d61ed884d1086c8c1539
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Wed Sep 5 22:36:57 2012 +0700

    Update to 0.9.16
    
    - Remove deprecated sections

 .gitignore            |    2 +-
 python-testtools.spec |    9 +++++----
 sources               |    2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0f531cc..61884bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/testtools-0.9.15.tar.gz
+/testtools-0.9.16.tar.gz
diff --git a/python-testtools.spec b/python-testtools.spec
index c49d0e6..4511cc0 100644
--- a/python-testtools.spec
+++ b/python-testtools.spec
@@ -1,7 +1,5 @@
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-
 Name:           python-testtools
-Version:        0.9.15
+Version:        0.9.16
 Release:        1%{?dist}
 Summary:        Extensions to the Python unit testing framework
 
@@ -40,7 +38,6 @@ make -C doc html
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
 
@@ -63,6 +60,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Sep  5 2012 Michel Salim <salimma at fedoraproject.org> - 0.9.16-1
+- Update to 0.9.16
+- Remove deprecated sections
+
 * Fri May 11 2012 Michel Salim <salimma at fedoraproject.org> - 0.9.15-1
 - Update to 0.9.15
 
diff --git a/sources b/sources
index d1b2472..8749f9b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-01a30afb126de49de4998c255259d312  testtools-0.9.15.tar.gz
+87043d7dd084a9464fa1b2a9b83a1594  testtools-0.9.16.tar.gz


More information about the scm-commits mailing list