rpms/python-simplejson/EL-4 .cvsignore, 1.7, 1.8 python-simplejson.spec, 1.13, 1.14 sources, 1.7, 1.8

Luke Macken lmacken at fedoraproject.org
Fri Oct 24 19:36:20 UTC 2008


Author: lmacken

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

Modified Files:
	.cvsignore python-simplejson.spec sources 
Log Message:
Update to 2.0.3


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-simplejson/EL-4/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	3 Oct 2007 15:07:07 -0000	1.7
+++ .cvsignore	24 Oct 2008 19:35:50 -0000	1.8
@@ -1 +1 @@
-simplejson-1.7.3.tar.gz
+simplejson-2.0.3.tar.gz


Index: python-simplejson.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-simplejson/EL-4/python-simplejson.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- python-simplejson.spec	3 Oct 2007 15:07:07 -0000	1.13
+++ python-simplejson.spec	24 Oct 2008 19:35:50 -0000	1.14
@@ -2,8 +2,8 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-simplejson
-Version:        1.7.3
-Release:        1%{?dist}
+Version:        2.0.3
+Release:        2%{?dist}
 Summary:        Simple, fast, extensible JSON encoder/decoder for Python
 
 Group:          System Environment/Libraries
@@ -13,7 +13,8 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel
-BuildRequires: python-setuptools-devel
+BuildRequires:  python-setuptools-devel
+BuildRequires:  python-nose
 
 
 %description
@@ -46,6 +47,8 @@
 %{__python} setup.py install -O1 --skip-build --root=$RPM_BUILD_ROOT \
                                  --single-version-externally-managed
 
+%check
+nosetests -q
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -53,7 +56,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc docs
+%doc docs LICENSE.txt
 %dir %{python_sitearch}/simplejson
 %{python_sitearch}/simplejson-%{version}-py%{pyver}.egg-info
 %{python_sitearch}/simplejson/*.py*
@@ -62,6 +65,34 @@
 
 
 %changelog
+* Thu Oct 23 2008 Luke Macken <lmacken at redhat.com> 2.0.3-2
+- Use nose to run the simplejson test suite
+
+* Mon Oct 20 2008 Tom "spot" Callaway <tcallawa at redhat.com> 2.0.3-1
+- update to 2.0.3
+
+* Wed Oct 01 2008 Luke Macken <lmacken at redhat.com> - 2.0.1-1
+- Update to 2.0.1, which contains many optimizations and bugfixes
+
+* Wed Sep 24 2008 Luke Macken <lmacken at redhat.com> - 1.9.3-1
+- Update to 1.9.3, which includes a significant decoding speed boost, and
+  various bug fixes.
+
+* Tue May 06 2008 Luke Macken <lmacken at redhat.com> - 1.9.1-1
+- Update to 1.9.1
+
+* Wed Apr 02 2008 Luke Macken <lmacken at redhat.com> - 1.8.1-1
+- Update to 1.8.1
+
+* Thu Feb 28 2008 Luke Macken <lmacken at redhat.com> - 1.7.4-1
+- Update to 1.7.4
+
+* Fri Feb  8 2008 Luke Macken <lmacken at redhat.com> - 1.7.3-3
+- Rebuild for gcc 4.3
+
+* Wed Oct 24 2007 Luke Macken <lmacken at redhat.com> - 1.7.3-2
+- Include the LICENSE.txt
+
 * Wed Oct  3 2007 Luke Macken <lmacken at redhat.com> - 1.7.3-1
 - 1.7.3
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-simplejson/EL-4/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	3 Oct 2007 15:07:07 -0000	1.7
+++ sources	24 Oct 2008 19:35:50 -0000	1.8
@@ -1 +1 @@
-03935eda1211f29d6856481baf6cba59  simplejson-1.7.3.tar.gz
+6da5d665c9e772ac65eae9b4ce6d737b  simplejson-2.0.3.tar.gz




More information about the scm-commits mailing list