Hello community,

here is the log from the commit of package python-simplejson for 
openSUSE:Factory
checked in at Tue Jul 19 15:05:15 CEST 2011.



--------
--- python-simplejson/python-simplejson.changes 2011-03-03 09:36:17.000000000 
+0100
+++ python-simplejson/python-simplejson.changes 2011-05-09 05:32:22.000000000 
+0200
@@ -1,0 +2,16 @@
+Mon May  9 03:20:42 UTC 2011 - [email protected]
+
+- Update to 2.1.6:
+  * Prevent segfaults with deeply nested JSON documents
+    https://github.com/simplejson/simplejson/issues/11
+  * Fix compatibility with Python 2.5
+    https://github.com/simplejson/simplejson/issues/5
+  - Aditional changes from 2.1.5 released 2011-04-17:
+    * Built sdist tarball with setuptools_git installed. Argh.
+  - Aditional changes from 2.1.4 released 2011-04-17:
+    * Does not try to build the extension when using PyPy
+    * Trailing whitespace after commas no longer emitted when indent is used
+    * Migrated to github http://github.com/simplejson/simplejson
+- Regenerate spec file with py2pack.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  simplejson-2.1.3.tar.bz2

New:
----
  simplejson-2.1.6.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-simplejson.spec ++++++
--- /var/tmp/diff_new_pack.awW3yS/_old  2011-07-19 15:01:51.000000000 +0200
+++ /var/tmp/diff_new_pack.awW3yS/_new  2011-07-19 15:01:51.000000000 +0200
@@ -16,44 +16,34 @@
 #
 
 
-Summary:        Simple, fast, extensible JSON encoder/decoder for Python
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+
+%define mod_name simplejson
 
-Name:           python-simplejson
-Version:        2.1.3
+Name:           python-%{mod_name}
+Version:        2.1.6
 Release:        1
-License:        BSD
-Url:            http://undefined.org/python/#simplejson
-Group:          Development/Libraries/Python
-Source:         simplejson-%{version}.tar.bz2
-BuildRequires:  fdupes
-BuildRequires:  python
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+Url:            http://github.com/simplejson/simplejson
+Summary:        Simple, fast, extensible JSON encoder/decoder for Python
+License:        MIT License
+Group:          Development/Languages/Python
+Source:         %{mod_name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{py_requires}
+BuildRequires:  python-devel
+BuildRequires:  python-distribute
+%if 0%{?suse_version}
+%py_requires
+%endif
 
 %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, but includes an optional C extension for a serious speed
-boost.
-
-%package doc
-License:        BSD
-Summary:        Documentation for simplejson
-Group:          Development/Libraries/Python
-Requires:       %name = %version
-
-%description doc
-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, but includes an optional C extension for a serious speed
-boost.
-
-This package contains documentation for simplejson.
+simplejson is a simple, fast, complete, correct and extensible
+JSON encoder and decoder for Python 2.5+. It is pure Python code
+with no dependencies, but includes an optional C extension for a
+serious speed boost.
 
 %prep
-%setup -q -n simplejson-%{version}
+%setup -q -n %{mod_name}-%{version}
 
 %build
 export CFLAGS="%{optflags}"
@@ -61,18 +51,12 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%fdupes %{buildroot}
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
 %files
-%defattr(-, root, root, 0755)
-%doc LICENSE.txt CHANGES.txt
-%{py_sitedir}*
-
-%files doc
-%defattr(0644, root, root, 0755)
-%doc docs index.rst
+%defattr(-,root,root)
+%{python_sitearch}/*
 
 %changelog

++++++ simplejson-2.1.3.tar.bz2 -> simplejson-2.1.6.tar.bz2 ++++++
++++ 5025 lines of diff (skipped)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to