rpms/python-simplejson/devel .cvsignore, 1.14, 1.15 python-simplejson.spec, 1.25, 1.26 sources, 1.14, 1.15

Kyle VanderBeek kylev at fedoraproject.org
Fri Jun 5 06:00:24 UTC 2009


Author: kylev

Update of /cvs/pkgs/rpms/python-simplejson/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7929

Modified Files:
	.cvsignore python-simplejson.spec sources 
Log Message:
update to 2.0.9 and various .spec fixups


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-simplejson/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- .cvsignore	7 Jan 2009 05:32:09 -0000	1.14
+++ .cvsignore	5 Jun 2009 05:59:53 -0000	1.15
@@ -1 +1 @@
-simplejson-2.0.7.tar.gz
+simplejson-2.0.9.tar.gz


Index: python-simplejson.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-simplejson/devel/python-simplejson.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- python-simplejson.spec	26 Feb 2009 23:28:32 -0000	1.25
+++ python-simplejson.spec	5 Jun 2009 05:59:53 -0000	1.26
@@ -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 <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 +66,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun  4 2009 Kyle VanderBeek <kylev at kylev-lt> - 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 <rel-eng at lists.fedoraproject.org> - 2.0.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-simplejson/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- sources	7 Jan 2009 05:32:10 -0000	1.14
+++ sources	5 Jun 2009 05:59:53 -0000	1.15
@@ -1 +1 @@
-9d02273f8615b8e3fceda891ffff10d1  simplejson-2.0.7.tar.gz
+af5e67a39ca3408563411d357e6d5e47  simplejson-2.0.9.tar.gz




More information about the fedora-extras-commits mailing list