rpms/python-simplejson/devel .cvsignore, 1.15, 1.16 python-simplejson.spec, 1.29, 1.30 sources, 1.15, 1.16

Kyle VanderBeek kylev at fedoraproject.org
Mon Jun 21 19:44:54 UTC 2010


Author: kylev

Update of /cvs/pkgs/rpms/python-simplejson/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31229

Modified Files:
	.cvsignore python-simplejson.spec sources 
Log Message:
Update to 2.1.1 from upstream.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-simplejson/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- .cvsignore	5 Jun 2009 05:59:53 -0000	1.15
+++ .cvsignore	21 Jun 2010 19:44:53 -0000	1.16
@@ -1 +1 @@
-simplejson-2.0.9.tar.gz
+simplejson-2.1.1.tar.gz


Index: python-simplejson.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-simplejson/devel/python-simplejson.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- python-simplejson.spec	26 Jul 2009 21:04:52 -0000	1.29
+++ python-simplejson.spec	21 Jun 2010 19:44:53 -0000	1.30
@@ -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:        2.0.9
-Release:        3%{?dist}
+Version:        2.1.1
+Release:        1%{?dist}
 Summary:        Simple, fast, extensible JSON encoder/decoder for Python
 
 Group:          System Environment/Libraries
@@ -19,19 +19,20 @@ BuildRequires:  python-nose
 
 %description
 simplejson is a simple, fast, complete, correct and extensible JSON
-<http://json.org> encoder and decoder for Python 2.4+.  It has no
-external dependencies.
-
-simplejson was formerly known as simple_json, but changed its name to
-comply with PEP 8 module naming guidelines.
+<http://json.org> encoder and decoder for Python 2.5+. It is pure Python code
+with no dependencies, but includes an optional C extension for a serious speed
+boost.
+
+simplejson is the externally maintained development version of the json library
+included with Python 2.6 and Python 3.0, but maintains backwards compatibility
+with Python 2.5.
 
 The encoder may be subclassed to provide serialization in any kind of
 situation, without any special support by the objects to be serialized
 (somewhat like pickle).
 
-The decoder can handle incoming JSON strings of any specified encoding
-(UTF-8 by default).
-
+The decoder can handle incoming JSON strings of any specified encoding (UTF-8
+by default).
 
 
 %prep
@@ -65,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 21 2010 Kyle VanderBeek <kylev at kylev.com> - 2.1.1-1
+- Update to 2.1.1
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.9-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-simplejson/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- sources	5 Jun 2009 05:59:53 -0000	1.15
+++ sources	21 Jun 2010 19:44:53 -0000	1.16
@@ -1 +1 @@
-af5e67a39ca3408563411d357e6d5e47  simplejson-2.0.9.tar.gz
+0bbe3a2e5e4cac040013733aca159d89  simplejson-2.1.1.tar.gz



More information about the scm-commits mailing list