From cf9f39954b869ad14e36ec5e1de429436571f76e Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Thu, 25 Sep 2008 02:02:57 +0000 Subject: [PATCH] - Update to 1.9.3, which includes a significant decoding speed boost, and various bug fixes. --- .cvsignore | 2 +- python-simplejson.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index fc4bc13..9fd6f7b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -simplejson-1.9.1.tar.gz +simplejson-1.9.3.tar.gz diff --git a/python-simplejson.spec b/python-simplejson.spec index c7c015a..a18eee4 100644 --- a/python-simplejson.spec +++ b/python-simplejson.spec @@ -2,7 +2,7 @@ %{!?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 +Version: 1.9.3 Release: 1%{?dist} Summary: Simple, fast, extensible JSON encoder/decoder for Python @@ -62,6 +62,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Sep 24 2008 Luke Macken - 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 - 1.9.1-1 - Update to 1.9.1 diff --git a/sources b/sources index 89d0bb1..6e1878c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d2ee608bdf6397b82a7cd53c8602b29e simplejson-1.9.1.tar.gz +321f7ad3a347e5a11814bcfecf8b9d11 simplejson-1.9.3.tar.gz