rpms/python-turbojson/EL-5 .cvsignore, 1.3, 1.4 python-turbojson.spec, 1.4, 1.5 sources, 1.3, 1.4

Toshio くらとみ toshio at fedoraproject.org
Wed Mar 4 02:00:37 UTC 2009


Author: toshio

Update of /cvs/pkgs/rpms/python-turbojson/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18829

Modified Files:
	.cvsignore python-turbojson.spec sources 
Log Message:

* Tue Mar 3 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 1.2.1-5
- Enable test suite.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-turbojson/EL-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	27 Nov 2007 20:24:51 -0000	1.3
+++ .cvsignore	4 Mar 2009 02:00:06 -0000	1.4
@@ -1 +1 @@
-TurboJson-1.1.2.tar.gz
+TurboJson-1.2.1.tar.gz


Index: python-turbojson.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-turbojson/EL-5/python-turbojson.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-turbojson.spec	2 Feb 2008 18:01:13 -0000	1.4
+++ python-turbojson.spec	4 Mar 2009 02:00:06 -0000	1.5
@@ -4,22 +4,25 @@
 %define module turbojson
 
 Name:           python-turbojson
-Version:        1.1.2
-Release:        3%{?dist}
+Version:        1.2.1
+Release:        5%{?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 upstream patch to fix SQLAlchemy support::
-# http://trac.turbogears.org/changeset/3749?format=diff&new=3749
-Patch0:         python-turbojson-SAfix-r3749.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
 BuildRequires: python-devel
 BuildRequires: python-setuptools-devel
+BuildRequires: python-prioritized-methods > 0.2
+BuildRequires: python-peak-rules >= 0.5a1.dev-0.2555
+
+Requires:      python-peak-rules >= 0.5a1.dev-0.2555
+Requires:      python-simplejson >= 1.9.1
+Requires:      python-prioritized-methods > 0.2
 
 %description
 This package provides a template engine plugin, allowing you
@@ -29,7 +32,6 @@
 
 %prep
 %setup -q -n TurboJson-%{version}
-%patch0 -p0
 
 %build
 %{__python} setup.py build
@@ -39,6 +41,8 @@
 rm -rf %{buildroot}
 %{__python} setup.py install --skip-build --root=%{buildroot}
 
+%check
+python setup.py test
 
 %clean
 rm -rf %{buildroot}
@@ -51,6 +55,26 @@
 
 
 %changelog
+* Tue Mar 3 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 1.2.1-5
+- Enable test suite.
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.1-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 1.2.1-3
+- Rebuild for Python 2.6
+
+* Wed Sep 17 2008 Luke Macken <lmacken at redhat.com> 1.2.1-2
+- Require python-prioritized-methods > 0.2
+
+* Tue Sep 16 2008 Luke Macken <lmacken at redhat.com> 1.2.1-1
+- Latest release of the 1.2.x series
+- Require python-peak-rules (#459157, #459117)
+
+* Sun Jun 22 2008 Luke Macken <lmacken at redhat.com> 1.2-1
+- Latest upstream release, intended to be used with the upcoming TurboGears 1.1 version.
+- Remove python-turbojson-SAfix-r3749.patch
+
 * Sat Feb 2 2008 Toshio Kuratomi <tkuratom at redhat.com> 1.1.2-3
 - ...and remember to include the patch in cvs.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-turbojson/EL-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	27 Nov 2007 20:24:51 -0000	1.3
+++ sources	4 Mar 2009 02:00:06 -0000	1.4
@@ -1 +1 @@
-21969123122e02d87e2727a73e950796  TurboJson-1.1.2.tar.gz
+57fbcd25c831c53ae9d4c595233925eb  TurboJson-1.2.1.tar.gz




More information about the fedora-extras-commits mailing list