[python-sprox] Update to 0.8.2

Luke Macken lmacken at fedoraproject.org
Mon Apr 8 22:41:47 UTC 2013


commit 2b7d7744292b33a772e6091123783ddd6de7b3e2
Author: Luke Macken <lmacken at redhat.com>
Date:   Mon Apr 8 18:41:36 2013 -0400

    Update to 0.8.2

 python-sprox.spec |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/python-sprox.spec b/python-sprox.spec
index f1e4fa6..1dbe533 100644
--- a/python-sprox.spec
+++ b/python-sprox.spec
@@ -3,8 +3,8 @@
 %endif
 
 Name:           python-sprox
-Version:        0.6.11
-Release:        4%{?dist}
+Version:        0.8.2
+Release:        1%{?dist}
 Summary:        A package for creation of web widgets directly from database schema
 
 Group:          Development/Languages
@@ -21,11 +21,12 @@ BuildRequires:  python-setuptools-devel
 %else
 BuildRequires:  python-setuptools
 %endif
-BuildRequires:  python-tw-forms python-genshi python-sqlalchemy
+BuildRequires:  python-sqlalchemy
+BuildRequires:  python-formencode >= 1.2.2
+BuildRequires:  python-strainer
 
-Requires:       python-sqlalchemy >= 0.5
-Requires:       python-tw-forms >= 0.9.2
-Requires:       python-genshi >= 0.5
+Requires:       python-sqlalchemy
+Requires:       python-formencode >= 1.2.2
 
 %description
 Sprox is a widget generation library that has a slightly different take on the
@@ -49,7 +50,6 @@ rm -rf %{buildroot}
 %{__python} setup.py install --skip-build --root %{buildroot}
 rm -fr %{buildroot}%{python_sitelib}/tests
 
-# python-tw-dojo needs to be packaged first...
 #%check
 #PYTHONPATH=$(pwd) nosetests
 
@@ -63,6 +63,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Apr  8 2013 Luke Macken <lmacken at redhat.com> - 0.8.2-1
+- Update to 0.8.2
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.11-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list