Hello community,

here is the log from the commit of package python-CouchDB for openSUSE:Factory 
checked in at 2013-09-27 18:00:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-CouchDB (Old)
 and      /work/SRC/openSUSE:Factory/.python-CouchDB.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-CouchDB"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-CouchDB/python-CouchDB.changes    
2012-04-17 07:48:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-CouchDB.new/python-CouchDB.changes       
2013-09-27 18:00:26.000000000 +0200
@@ -1,0 +2,36 @@
+Wed Sep 25 14:21:10 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 0.9
+  * Don't validate database names on the client side. This means some methods
+    dealing with database names can return different exceptions than before.
+  * Use HTTP socket more efficiently to avoid the Nagle algorithm, greatly
+    improving performace. Note: add the `{nodelay, true}` option to the CouchDB
+    server's httpd/socket_options config.
+  * Add support for show and list functions.
+  * Add support for calling update handlers.
+  * Add support for purging documents.
+  * Add `iterview()` for more efficient iteration over large view results.
+  * Add view cleanup API.
+  * Enhance `Server.stats()` to optionally retrieve a single set of statistics.
+  * Implement `Session` timeouts.
+  * Add `error` property to `Row` objects.
+  * Add `default=None` arg to `mapping.Document.get()` to make it a little more
+    dict-like.
+  * Enhance `Database.info()` so it can also be used to get info for a design
+    doc.
+  * Add view definition options, e.g. collation.
+  * Fix support for authentication in dump/load tools.
+  * Support non-ASCII document IDs in serialization format.
+  * Protect `ResponseBody` from being iterated/closed multiple times.
+  * Rename iteration method for ResponseBody chunks to `iterchunks()` to
+    prevent usage for non-chunked responses.
+  * JSON encoding exceptions are no longer masked, resulting in better error
+    messages.
+  * `cjson` support is now deprecated.
+  * Fix `Row.value` and `Row.__repr__` to never raise exceptions.
+  * Fix Python view server's reduce to handle empty map results list.
+  * Use locale-independent timestamp identifiers for HTTP cache.
+  * Don't require setuptools/distribute to install the core package. (Still
+    needed to install the console scripts.)
+
+-------------------------------------------------------------------

Old:
----
  CouchDB-0.8.tar.gz

New:
----
  CouchDB-0.9.tar.gz

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

Other differences:
------------------
++++++ python-CouchDB.spec ++++++
--- /var/tmp/diff_new_pack.26yUt9/_old  2013-09-27 18:00:27.000000000 +0200
+++ /var/tmp/diff_new_pack.26yUt9/_new  2013-09-27 18:00:27.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-CouchDB
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           python-CouchDB
-Version:        0.8
+Version:        0.9
 Release:        0
 Url:            http://code.google.com/p/couchdb-python/
 Summary:        A Python library for working with CouchDB
@@ -29,8 +29,7 @@
 BuildRequires:  python-devel
 Suggests:       couchdb
 Provides:       python-couchdb = %{version}
-#TODO: Change back to '<' after next version update:
-Obsoletes:      python-couchdb <= %{version}
+Obsoletes:      python-couchdb < %{version}
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %else

++++++ CouchDB-0.8.tar.gz -> CouchDB-0.9.tar.gz ++++++
++++ 2265 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to