rpms/python-simplejson/EL-5 .cvsignore, 1.7, 1.8 python-simplejson.spec, 1.10, 1.11 sources, 1.7, 1.8

Luke Macken lmacken at fedoraproject.org
Fri Oct 16 18:18:16 UTC 2009


Author: lmacken

Update of /cvs/pkgs/rpms/python-simplejson/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22153

Modified Files:
	.cvsignore python-simplejson.spec sources 
Log Message:
Update our simplejson package to 2.0.9



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-simplejson/EL-5/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	24 Oct 2008 19:34:56 -0000	1.7
+++ .cvsignore	16 Oct 2009 18:18:15 -0000	1.8
@@ -1 +1 @@
-simplejson-2.0.3.tar.gz
+simplejson-2.0.9.tar.gz


Index: python-simplejson.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-simplejson/EL-5/python-simplejson.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- python-simplejson.spec	24 Oct 2008 19:34:56 -0000	1.10
+++ python-simplejson.spec	16 Oct 2009 18:18:15 -0000	1.11
@@ -2,14 +2,14 @@
 %{!?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.3
-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
@@ -18,9 +18,9 @@ BuildRequires:  python-nose
 
 
 %description
-simplejson is a simple, fast, complete, correct and extensible
-JSON <http://json.org> 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
+<http://json.org> 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 +65,15 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun  4 2009 Kyle VanderBeek <kylev at kylev.com> - 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
+
+* Tue Jan 06 2009 Luke Macken <lmacken at redhat.com> 2.0.7-1
+- Update to 2.0.7
+
 * Thu Oct 23 2008 Luke Macken <lmacken at redhat.com> 2.0.3-2
 - Use nose to run the simplejson test suite
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-simplejson/EL-5/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	24 Oct 2008 19:34:56 -0000	1.7
+++ sources	16 Oct 2009 18:18:15 -0000	1.8
@@ -1 +1 @@
-6da5d665c9e772ac65eae9b4ce6d737b  simplejson-2.0.3.tar.gz
+af5e67a39ca3408563411d357e6d5e47  simplejson-2.0.9.tar.gz




More information about the scm-commits mailing list