[python-turbojson] * Sun Sep 19 2010 Luke Macken <lmacken at redhat.com> - 1.3-1 - Update to 1.3 - Remove turbojson-result

Luke Macken lmacken at fedoraproject.org
Sun Sep 19 05:07:58 UTC 2010


commit 922659559abaf9db21a85b4e73fc60f852efd271
Author: Luke Macken <lmacken at redhat.com>
Date:   Sun Sep 19 01:07:22 2010 -0400

    * Sun Sep 19 2010 Luke Macken <lmacken at redhat.com> - 1.3-1
    - Update to 1.3
    - Remove turbojson-result-row-proxy.patch, which is present in this release
    - Drop our prioritized_methods requirement
    - Require a more recent version of PEAK-Rules
    - Pull in SQLAlchemy & SQLObject as BuildRequires to run the test suite

 .gitignore                       |    1 +
 python-turbojson.spec            |   22 ++++++++++--------
 sources                          |    2 +-
 turbojson-result-row-proxy.patch |   45 --------------------------------------
 4 files changed, 14 insertions(+), 56 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5d74970..a05247e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 TurboJson-1.2.1.tar.gz
+/TurboJson-1.3.tar.gz
diff --git a/python-turbojson.spec b/python-turbojson.spec
index 9dd65fb..727bd5b 100644
--- a/python-turbojson.spec
+++ b/python-turbojson.spec
@@ -5,16 +5,14 @@
 %global module turbojson
 
 Name:           python-turbojson
-Version:        1.2.1
-Release:        10%{?dist}
+Version:        1.3
+Release:        1%{?dist}
 Summary:        Python template plugin that supports json
 
 Group:          Development/Languages
 License:        MIT
 URL:            http://cheeseshop.python.org/pypi/TurboJson
 Source0:        http://pypi.python.org/packages/source/T/TurboJson/TurboJson-%{version}.tar.gz
-# Backport of fix for SA RowProxy and ResultProxy from trunk
-Patch0: turbojson-result-row-proxy.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -24,14 +22,12 @@ BuildRequires: python-setuptools-devel
 %else
 BuildRequires: python-setuptools
 %endif
-BuildRequires: python-prioritized-methods > 0.2
-BuildRequires: python-peak-rules >= 0.5a1.dev-0.2555
+BuildRequires: python-peak-rules >= 0.5a1.dev-0.2600
 BuildRequires: python-simplejson >= 1.9.1
-BuildRequires: python-nose
+BuildRequires: python-nose python-sqlalchemy python-sqlobject
 
-Requires:      python-peak-rules >= 0.5a1.dev-0.2555
+Requires:      python-peak-rules >= 0.5a1.dev-0.2600
 Requires:      python-simplejson >= 1.9.1
-Requires:      python-prioritized-methods > 0.2
 
 %description
 This package provides a template engine plugin, allowing you
@@ -41,7 +37,6 @@ that support python.templating.engines.
 
 %prep
 %setup -q -n TurboJson-%{version}
-%patch0 -p0 -b .sa
 
 %build
 %{__python} setup.py build
@@ -65,6 +60,13 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Sep 19 2010 Luke Macken <lmacken at redhat.com> - 1.3-1
+- Update to 1.3
+- Remove turbojson-result-row-proxy.patch, which is present in this release
+- Drop our prioritized_methods requirement
+- Require a more recent version of PEAK-Rules
+- Pull in SQLAlchemy & SQLObject as BuildRequires to run the test suite
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 1.2.1-10
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index 0154e34..e56ec05 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-57fbcd25c831c53ae9d4c595233925eb  TurboJson-1.2.1.tar.gz
+a871282bec715d5b22c489eb952cec47  TurboJson-1.3.tar.gz


More information about the scm-commits mailing list