diff --git a/happybase-0.4.tar.gz b/happybase-0.4.tar.gz deleted file mode 100644 index 936135b..0000000 --- a/happybase-0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48056ee9840ad84433b4f16228108f906f57f5018416e4a6a6206a9694b06316 -size 48389 diff --git a/happybase-0.6.tar.gz b/happybase-0.6.tar.gz new file mode 100644 index 0000000..1dea525 --- /dev/null +++ b/happybase-0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74312a83c7f67d8a362649a822259fcf5983ea9b9e5f2e4e17d67109435cc00e +size 54849 diff --git a/python-happybase.changes b/python-happybase.changes index c00147a..6354e84 100644 --- a/python-happybase.changes +++ b/python-happybase.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Thu Jul 11 14:17:38 UTC 2013 - dmueller@suse.com + +- update to 0.6: +* Rewrote exception handling in connection pool. Exception handling is now a lot + cleaner and does not introduce cyclic references anymore. (`issue #25 + `_). +* Regenerated bundled Thrift code using Thrift 0.9.0 with the new-style classes + flag (`issue #27 `_). + +------------------------------------------------------------------- +Mon Jun 10 12:46:03 UTC 2013 - dmueller@suse.com + +- update to 0.5: +* Added a thread-safe connection pool (:py:class:`ConnectionPool`) +* The :py:meth:`Connection.delete_table` method now features an optional + `disable` parameter to make deleting enabled tables easier. +* The debug log message emitted by :py:meth:`Table.scan` when closing a scanner +* Increased Thrift dependency to at least 0.8. +* The :py:class:`Connection` constructor now features an optional `timeout` + parameter +* The `timestamp` argument to various methods now also accepts `long` values +* In some corner cases exceptions were raised during interpreter shutdown + ------------------------------------------------------------------- Fri Apr 5 07:39:14 UTC 2013 - speilicke@suse.com diff --git a/python-happybase.spec b/python-happybase.spec index 6b19f2d..d888e54 100644 --- a/python-happybase.spec +++ b/python-happybase.spec @@ -17,7 +17,7 @@ Name: python-happybase -Version: 0.4 +Version: 0.6 Release: 0 Summary: A developer-friendly Python library to interact with Apache HBase License: MIT