From 2e123bfca3a601f2d2c137c062f7520c435e37ec Mon Sep 17 00:00:00 2001 From: Kyle VanderBeek Date: Jun 21 2010 19:44:53 +0000 Subject: Update to 2.1.1 from upstream. --- diff --git a/.cvsignore b/.cvsignore index b83f4b4..9e6a6b6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -simplejson-2.0.9.tar.gz +simplejson-2.1.1.tar.gz diff --git a/python-simplejson.spec b/python-simplejson.spec index 241d25f..a7f2d01 100644 --- a/python-simplejson.spec +++ b/python-simplejson.spec @@ -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 - encoder and decoder for Python 2.4+. It has no -external dependencies. + 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 was formerly known as simple_json, but changed its name to -comply with PEP 8 module naming guidelines. +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 - 2.1.1-1 +- Update to 2.1.1 + * Sun Jul 26 2009 Fedora Release Engineering - 2.0.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 5521dff..7e44ea2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -af5e67a39ca3408563411d357e6d5e47 simplejson-2.0.9.tar.gz +0bbe3a2e5e4cac040013733aca159d89 simplejson-2.1.1.tar.gz