From e8a0c51aad2dd211e1c6411491beca7e6d8c89863d3a9215d5a5e1b83a554afb Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Wed, 16 Apr 2014 13:09:43 +0000
Subject: [PATCH] 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
---
happybase-0.7.tar.gz | 3 ---
happybase-0.8.tar.gz | 3 +++
python-happybase.changes | 10 ++++++++++
python-happybase.spec | 6 +++---
4 files changed, 16 insertions(+), 6 deletions(-)
delete mode 100644 happybase-0.7.tar.gz
create mode 100644 happybase-0.8.tar.gz
diff --git a/happybase-0.7.tar.gz b/happybase-0.7.tar.gz
deleted file mode 100644
index 67193b0..0000000
--- a/happybase-0.7.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:95865c4aebad370c538907278520fee13e760be67c71eb989a7a9fb0d266fe90
-size 59857
diff --git a/happybase-0.8.tar.gz b/happybase-0.8.tar.gz
new file mode 100644
index 0000000..4283786
--- /dev/null
+++ b/happybase-0.8.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:84dee15edde659d50d1476401d84282136627e2be6c55fbc39d0814a4e90c374
+size 60943
diff --git a/python-happybase.changes b/python-happybase.changes
index 74ea3c6..5376282 100644
--- a/python-happybase.changes
+++ b/python-happybase.changes
@@ -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
diff --git a/python-happybase.spec b/python-happybase.spec
index e593a1f..24b8f6a 100644
--- a/python-happybase.spec
+++ b/python-happybase.spec
@@ -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