From 4fa140e4242bf294e6810545f05b1a2864c56568 Mon Sep 17 00:00:00 2001 From: Kyle VanderBeek Date: Jun 05 2009 05:59:53 +0000 Subject: update to 2.0.9 and various .spec fixups --- diff --git a/.cvsignore b/.cvsignore index a323ae5..b83f4b4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -simplejson-2.0.7.tar.gz +simplejson-2.0.9.tar.gz diff --git a/python-simplejson.spec b/python-simplejson.spec index edadb8e..091974a 100644 --- a/python-simplejson.spec +++ b/python-simplejson.spec @@ -2,25 +2,26 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-simplejson -Version: 2.0.7 -Release: 2%{?dist} +Version: 2.0.9 +Release: 1%{?dist} Summary: Simple, fast, extensible JSON encoder/decoder for Python Group: System Environment/Libraries License: MIT URL: http://undefined.org/python/#simplejson -Source0: http://cheeseshop.python.org/packages/source/s/simplejson/simplejson-%{version}.tar.gz +Source0: http://pypi.python.org/packages/source/s/simplejson/simplejson-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel BuildRequires: python-setuptools-devel BuildRequires: python-nose +BuildRequires: gcc %description -simplejson is a simple, fast, complete, correct and extensible -JSON encoder and decoder for Python 2.3+. It is -pure Python code with no dependencies. +simplejson is a simple, fast, complete, correct and extensible JSON + encoder and decoder for Python 2.4+. It has no +external dependencies. simplejson was formerly known as simple_json, but changed its name to comply with PEP 8 module naming guidelines. @@ -65,6 +66,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jun 4 2009 Kyle VanderBeek - 2.0.9-1 +- Update to 2.0.9 +- Make sure to require gcc to the speedups get compiled +- Fix description since we're not "pure" python +- Change to pypi instead of cheesehop + * Thu Feb 26 2009 Fedora Release Engineering - 2.0.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index e358522..5521dff 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9d02273f8615b8e3fceda891ffff10d1 simplejson-2.0.7.tar.gz +af5e67a39ca3408563411d357e6d5e47 simplejson-2.0.9.tar.gz