[python-simplejson] Update to 2.3.0 -- behaviour changing bugfixes

Toshio くらとみ toshio at fedoraproject.org
Fri Dec 9 22:35:46 UTC 2011


commit 959c58785c170ad8c308bf0f2fa914c7b5963747
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Fri Dec 9 14:35:39 2011 -0800

    Update to 2.3.0 -- behaviour changing bugfixes

 .gitignore             |    2 ++
 python-simplejson.spec |    9 ++++++---
 sources                |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
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 <toshoi at fedoraproject.org> - 2.3.0-1
+- Update to 2.3.0 -- behaviour changing bugfixes
+
 * Mon May 9 2011 Toshio Kuratomi <toshoi at fedoraproject.org> - 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


More information about the scm-commits mailing list