forked from pool/python-happybase
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:
committed by
Git OBS Bridge
parent
aee63874d0
commit
e8a0c51aad
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:95865c4aebad370c538907278520fee13e760be67c71eb989a7a9fb0d266fe90
|
||||
size 59857
|
||||
3
happybase-0.8.tar.gz
Normal file
3
happybase-0.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:84dee15edde659d50d1476401d84282136627e2be6c55fbc39d0814a4e90c374
|
||||
size 60943
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 15 21:00:40 UTC 2014 - dmueller@suse.com
|
||||
|
||||
- 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).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 9 23:13:08 UTC 2013 - p.drouand@gmail.com
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user