Hello community,

here is the log from the commit of package python-happybase for 
openSUSE:Factory checked in at 2013-12-11 16:21:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-happybase (Old)
 and      /work/SRC/openSUSE:Factory/.python-happybase.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-happybase"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-happybase/python-happybase.changes        
2013-10-25 11:17:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-happybase.new/python-happybase.changes   
2013-12-11 16:21:30.000000000 +0100
@@ -1,0 +2,18 @@
+Mon Dec  9 23:13:08 UTC 2013 - [email protected]
+
+- Update to version 0.7
+  * Added a `wal` argument to various data manipulation methods on the
+    :py:class:`Table` and :py:class:`Batch` classes to determine whether
+    to write the mutation to the Write-Ahead Log (WAL). (`issue #36
+    <https://github.com/wbolster/happybase/issues/36>`_).
+  * Pass batch_size to underlying Thrift Scan instance (`issue #38
+    <https://github.com/wbolster/happybase/issues/38>`_).
+  * Expose server name and port in :py:meth:`Table.regions` (recent HBase
+    versions only) (`issue #37
+    <https://github.com/wbolster/happybase/issues/37>`_).
+  * Regenerated bundled Thrift API modules using a recent upstream
+    Thrift APIdefinition. This is required to expose newly added API.
+- Package NEWS.rst, TODO.rst and html pages in documentation directory
+- Add python-Sphinx requirement to build html documentation
+
+-------------------------------------------------------------------

Old:
----
  happybase-0.6.tar.gz

New:
----
  happybase-0.7.tar.gz

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

Other differences:
------------------
++++++ python-happybase.spec ++++++
--- /var/tmp/diff_new_pack.RojJWR/_old  2013-12-11 16:21:31.000000000 +0100
+++ /var/tmp/diff_new_pack.RojJWR/_new  2013-12-11 16:21:31.000000000 +0100
@@ -17,13 +17,14 @@
 
 
 Name:           python-happybase
-Version:        0.6
+Version:        0.7
 Release:        0
 Summary:        A developer-friendly Python library to interact with Apache 
HBase
 License:        MIT
 Group:          Development/Languages/Python
 Url:            https://github.com/wbolster/happybase
 Source:         
http://pypi.python.org/packages/source/h/happybase/happybase-%{version}.tar.gz
+BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-thrift
@@ -43,6 +44,9 @@
 
 %build
 python setup.py build
+python setup.py build_sphinx
+# Remove hidden file generated by Sphinx
+rm doc/build/html/.buildinfo
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
@@ -52,7 +56,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE.rst README.rst
+%doc LICENSE.rst NEWS.rst README.rst TODO.rst doc/build/html
 %{python_sitelib}/*
 
 %changelog

++++++ happybase-0.6.tar.gz -> happybase-0.7.tar.gz ++++++
++++ 6262 lines of diff (skipped)

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

Reply via email to