From 959c58785c170ad8c308bf0f2fa914c7b5963747 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Dec 09 2011 22:35:39 +0000 Subject: Update to 2.3.0 -- behaviour changing bugfixes --- diff --git a/.gitignore b/.gitignore index 67db1f4..3f373c8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ simplejson-2.1.1.tar.gz /simplejson-2.1.3.tar.gz /simplejson-2.1.5.tar.gz /simplejson-2.1.6.tar.gz +/simplejson-2.2.1.tar.gz +/simplejson-2.3.0.tar.gz diff --git a/python-simplejson.spec b/python-simplejson.spec index b196bb2..90448c4 100644 --- a/python-simplejson.spec +++ b/python-simplejson.spec @@ -1,10 +1,10 @@ -%if 0%{?fedora} < 13 || 0%{?rhel} < 6 +%if 0%{?rhel} && 0%{?rhel} < 6 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %endif Name: python-simplejson -Version: 2.1.6 +Version: 2.3.0 Release: 1%{?dist} Summary: Simple, fast, extensible JSON encoder/decoder for Python @@ -17,7 +17,7 @@ Source0: http://pypi.python.org/packages/source/s/simplejson/simplejson-% BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python2-devel -BuildRequires: python-setuptools-devel +BuildRequires: python-setuptools BuildRequires: python-nose BuildRequires: python-sphinx @@ -73,6 +73,9 @@ rm -rf %{buildroot} %changelog +* Fri Dec 9 2011 Toshio Kuratomi - 2.3.0-1 +- Update to 2.3.0 -- behaviour changing bugfixes + * Mon May 9 2011 Toshio Kuratomi - 2.1.6-1 - Update to 2.1.6 for a segfault fix diff --git a/sources b/sources index b6c121c..f324e1d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2f8351f6e6fe7ef25744805dfa56c0d5 simplejson-2.1.6.tar.gz +aa4a2558247caef13815c7598e7d072f simplejson-2.3.0.tar.gz