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