rpms/python-simplejson/F-8 .cvsignore, 1.8, 1.9 python-simplejson.spec, 1.14, 1.15 sources, 1.8, 1.9

Luke Macken lmacken at fedoraproject.org
Fri Oct 24 19:34:23 UTC 2008


Author: lmacken

Update of /cvs/pkgs/rpms/python-simplejson/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13022

Modified Files:
	.cvsignore python-simplejson.spec sources 
Log Message:
Update to 2.0.3


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-simplejson/F-8/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	17 Sep 2008 03:51:55 -0000	1.8
+++ .cvsignore	24 Oct 2008 19:33:53 -0000	1.9
@@ -1 +1 @@
-simplejson-1.9.1.tar.gz
+simplejson-2.0.3.tar.gz


Index: python-simplejson.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-simplejson/F-8/python-simplejson.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- python-simplejson.spec	17 Sep 2008 03:51:55 -0000	1.14
+++ python-simplejson.spec	24 Oct 2008 19:33:53 -0000	1.15
@@ -2,8 +2,8 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-simplejson
-Version:        1.9.1
-Release:        1%{?dist}
+Version:        2.0.3
+Release:        2%{?dist}
 Summary:        Simple, fast, extensible JSON encoder/decoder for Python
 
 Group:          System Environment/Libraries
@@ -14,6 +14,7 @@
 
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools-devel
+BuildRequires:  python-nose
 
 
 %description
@@ -46,6 +47,8 @@
 %{__python} setup.py install -O1 --skip-build --root=$RPM_BUILD_ROOT \
                                  --single-version-externally-managed
 
+%check
+nosetests -q
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -62,6 +65,19 @@
 
 
 %changelog
+* Thu Oct 23 2008 Luke Macken <lmacken at redhat.com> 2.0.3-2
+- Use nose to run the simplejson test suite
+
+* Mon Oct 20 2008 Tom "spot" Callaway <tcallawa at redhat.com> 2.0.3-1
+- update to 2.0.3
+
+* Wed Oct 01 2008 Luke Macken <lmacken at redhat.com> - 2.0.1-1
+- Update to 2.0.1, which contains many optimizations and bugfixes
+
+* Wed Sep 24 2008 Luke Macken <lmacken at redhat.com> - 1.9.3-1
+- Update to 1.9.3, which includes a significant decoding speed boost, and
+  various bug fixes.
+
 * Tue May 06 2008 Luke Macken <lmacken at redhat.com> - 1.9.1-1
 - Update to 1.9.1
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-simplejson/F-8/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	17 Sep 2008 03:51:55 -0000	1.8
+++ sources	24 Oct 2008 19:33:53 -0000	1.9
@@ -1 +1 @@
-d2ee608bdf6397b82a7cd53c8602b29e  simplejson-1.9.1.tar.gz
+6da5d665c9e772ac65eae9b4ce6d737b  simplejson-2.0.3.tar.gz




More information about the scm-commits mailing list