From 44fb0d8e9216b9571cbd7a0adb08a00396ec6231 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Fri, 29 Jun 2012 10:14:33 -0700 Subject: [PATCH] Update to 2.6.0 which changes some messages thrown by exceptions to match with json module in python3.3 stdlib. Probably safe for older releases but the python3 version there is 3.2 so there's also not any real need yet. --- .gitignore | 1 + python-simplejson.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index df99b2f..15bd5cc 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ simplejson-2.1.1.tar.gz /simplejson-2.2.1.tar.gz /simplejson-2.3.0.tar.gz /simplejson-2.5.2.tar.gz +/simplejson-2.6.0.tar.gz diff --git a/python-simplejson.spec b/python-simplejson.spec index 1884cc5..2e6a929 100644 --- a/python-simplejson.spec +++ b/python-simplejson.spec @@ -4,7 +4,7 @@ Name: python-simplejson -Version: 2.5.2 +Version: 2.6.0 Release: 1%{?dist} Summary: Simple, fast, extensible JSON encoder/decoder for Python @@ -73,6 +73,11 @@ rm -rf %{buildroot} %changelog +* Fri Jun 29 2012 Toshio Kuratomi - 2.6.0-1 +- Update to 2.6.0 which changes some messages thrown by exceptions to match + with json module in python3.3 stdlib. Probably safe for older releases but + the python3 version there is 3.2 so there's also not any real need yet. + * Tue May 15 2012 Toshio Kuratomi - 2.5.2-1 - Update to 2.5.2 - This update adds new PI but should be backwards compatible diff --git a/sources b/sources index 0bf7dcd..edfee4a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d7a7acf0bd7681bd116b5c981d2f7959 simplejson-2.5.2.tar.gz +43b43b22f190a999c79a2af0c504e3a6 simplejson-2.6.0.tar.gz