[python-cement] Latest sources from upstream. Full changelog available at: http://builtoncement.org/cement/0.8/Ch

derks derks at fedoraproject.org
Mon Feb 7 21:09:29 UTC 2011


commit e90632b10d06af278bfc435edc7aafec6ae9599e
Author: BJ Dierkes <wdierkes at 5dollarwhitebox.org>
Date:   Mon Feb 7 15:09:26 2011 -0600

    Latest sources from upstream.  Full changelog available at:
      http://builtoncement.org/cement/0.8/ChangeLog

 .gitignore         |    1 +
 python-cement.spec |   22 +++++++++++++++++++---
 sources            |    2 +-
 3 files changed, 21 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8d589d4..d95fa33 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /cement-0.8.14.tar.gz
+/cement-0.8.16.tar.gz
diff --git a/python-cement.spec b/python-cement.spec
index d80b267..3999a78 100644
--- a/python-cement.spec
+++ b/python-cement.spec
@@ -32,8 +32,8 @@
 %global _with_tests 1
 
 Name: python-cement
-Version: 0.8.14
-Release: 5%{?dist}
+Version: 0.8.16
+Release: 1%{?dist}
 Summary: CLI Application Framework for Python
 Group: Development/Libraries    
 
@@ -51,6 +51,12 @@ BuildArch: noarch
 BuildRequires: python2-devel, python-setuptools
 BuildRequires: python-configobj, python-jsonpickle, python-genshi
 Requires: python, python-configobj, python-jsonpickle, python-genshi
+Requires: python-setuptools
+
+%if 0%{?el5}
+BuildRequires: python-simplejson
+Requires: python-simplejson
+%endif
 
 %if 0%{?_with_tests}
 BuildRequires: python-nose
@@ -123,6 +129,9 @@ popd
 %endif
 
 %if 0%{?_with_doc}
+# newer versions of sphinx create these directories
+mkdir -p doc/build/html doc/source/_static/
+
 sphinx-build doc/source doc/build/html 
 # cleanup 
 rm -rf  build/lib/tests \
@@ -169,7 +178,7 @@ rm -rf %{buildroot}
 %files devtools 
 %defattr(-,root,root,-)
 %doc src/cement.devtools/README src/cement.devtools/LICENSE
-%{python_sitelib}/cement/paste/
+%{python_sitelib}/cementdevtools/
 %{python_sitelib}/cement.devtools-%{version}-py%{pyver}.egg-info/
 
 %if 0%{?_with_doc}
@@ -179,6 +188,13 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Mon Feb 07 2011 BJ Dierkes <wdierkes at rackspace.com> - 0.8.16-1
+- Latest sources from upstream.  Full changelog available at:
+  http://builtoncement.org/cement/0.8/ChangeLog
+
+* Tue Jan 11 2011 BJ Dierkes <wdierkes at rackspace.com> - 0.8.14-6
+- Requires: python-setuptools (for pkg_resources)
+
 * Mon Jan 03 2011 BJ Dierkes <wdierkes at rackspace.com> - 0.8.14-5
 - Added comment at top of spec regarding bundled 'pkgutil'
 
diff --git a/sources b/sources
index ceae70d..f9664e6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-656325b65b012cf64180e959e3ad9d63  cement-0.8.14.tar.gz
+a6eaa7c611eff99347a1ad1b37c2ea94  cement-0.8.16.tar.gz


More information about the scm-commits mailing list