15
0

Accepting request 230267 from Cloud:OpenStack:Master

- update to 0.8:
 * Add (and default to) '0.96' compatibility mode in :py:class:`Connection`.
 * Add support for retrieving sorted columns, which is possible with the HBase
  0.96 Thrift API
 * The `batch_size` argument to :py:meth:`Table.scan` is no longer propagated to
  `Scan.setBatching()` at the Java side (inside the Thrift server).

OBS-URL: https://build.opensuse.org/request/show/230267
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-happybase?expand=0&rev=12
This commit is contained in:
Denisart Benjamin
2014-04-16 13:09:43 +00:00
committed by Git OBS Bridge
parent aee63874d0
commit e8a0c51aad
4 changed files with 16 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-happybase
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 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,13 +17,13 @@
Name: python-happybase
Version: 0.7
Version: 0.8
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
Source: https://pypi.python.org/packages/source/h/happybase/happybase-%{version}.tar.gz
BuildRequires: python-Sphinx
BuildRequires: python-devel
BuildRequires: python-setuptools