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