diff --git a/happybase-0.8.tar.gz b/happybase-0.8.tar.gz deleted file mode 100644 index 4283786..0000000 --- a/happybase-0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84dee15edde659d50d1476401d84282136627e2be6c55fbc39d0814a4e90c374 -size 60943 diff --git a/happybase-0.9.tar.gz b/happybase-0.9.tar.gz new file mode 100644 index 0000000..43512c5 --- /dev/null +++ b/happybase-0.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:744e342936f6c9e384b203435c38ff21a339626a0d7c11aa177988b5e164ef2a +size 62934 diff --git a/python-happybase.changes b/python-happybase.changes index 5376282..d0973e9 100644 --- a/python-happybase.changes +++ b/python-happybase.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed May 6 14:14:33 UTC 2015 - benoit.monin@gmx.fr + +- update to version 0.9: + * Fix an issue where scanners would return fewer results than + expected due to HBase not always behaving as its documentation + suggests (issue #72). + * Add support for the Thrift compact protocol (TCompactProtocol) + in :py:class:`Connection` (issue #70). + ------------------------------------------------------------------- Tue Apr 15 21:00:40 UTC 2014 - dmueller@suse.com diff --git a/python-happybase.spec b/python-happybase.spec index 24b8f6a..3e90cda 100644 --- a/python-happybase.spec +++ b/python-happybase.spec @@ -1,7 +1,7 @@ # # spec file for package python-happybase # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX 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,7 +17,7 @@ Name: python-happybase -Version: 0.8 +Version: 0.9 Release: 0 Summary: A developer-friendly Python library to interact with Apache HBase License: MIT