[python-cement] latest source 0.8.18

derks derks at fedoraproject.org
Fri Jul 8 03:35:39 UTC 2011


commit 05c417abd9b5bfdce7af09866b90e61cc3351312
Author: BJ Dierkes <wdierkes at rackspace.com>
Date:   Thu Jul 7 22:35:26 2011 -0500

    latest source 0.8.18

 .gitignore         |    1 +
 python-cement.spec |   17 +++++++++++------
 sources            |    2 +-
 3 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d95fa33..e17b0df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /cement-0.8.14.tar.gz
 /cement-0.8.16.tar.gz
+/cement-0.8.18.tar.gz
diff --git a/python-cement.spec b/python-cement.spec
index 505c668..9311832 100644
--- a/python-cement.spec
+++ b/python-cement.spec
@@ -32,8 +32,8 @@
 %global _with_tests 1
 
 Name: python-cement
-Version: 0.8.16
-Release: 2%{?dist}
+Version: 0.8.18
+Release: 1%{?dist}
 Summary: CLI Application Framework for Python
 Group: Development/Libraries    
 
@@ -59,7 +59,7 @@ Requires: python-simplejson
 %endif
 
 %if 0%{?_with_tests}
-BuildRequires: python-nose
+BuildRequires: python-nose, python-coverage
 %endif
 
 Patch0: cement-tests.patch
@@ -130,9 +130,9 @@ popd
 
 %if 0%{?_with_doc}
 # newer versions of sphinx create these directories
-mkdir -p doc/build/html doc/source/_static/
+#mkdir -p doc/build/html doc/source/_static/
+sphinx-build doc/source doc/build/html
 
-sphinx-build doc/source doc/build/html 
 # cleanup 
 rm -rf  build/lib/tests \
         doc/build/html/.doctrees \
@@ -158,7 +158,7 @@ popd
 %check
 %if 0%{?_with_tests}
 pushd src/cement.test
-%{__python} test_runner.py
+%{__python} setup.py nosetests 
 popd
 %endif
 
@@ -188,6 +188,11 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Thu Jul 07 2011 BJ Dierkes <wdierkes at rackspace.com> - 0.8.18-1
+- Latest sources from upstream.  Full changelog available at:
+  http://builtoncement.org/cement/0.8/doc/changes.html
+- BuildRequire: python-coverage for tests
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.16-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index f9664e6..a11206e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a6eaa7c611eff99347a1ad1b37c2ea94  cement-0.8.16.tar.gz
+11ca3813e9fdb5f83c87abd5fe710595  cement-0.8.18.tar.gz


More information about the scm-commits mailing list