forked from pool/python-happybase
Accepting request 182829 from home:dirkmueller:branches:devel:languages:python
- 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 <https://github.com/wbolster/happybase/issues/25>`_). * Regenerated bundled Thrift code using Thrift 0.9.0 with the new-style classes flag (`issue #27 <https://github.com/wbolster/happybase/issues/27>`_). - 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 OBS-URL: https://build.opensuse.org/request/show/182829 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-happybase?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
abe2499ca2
commit
2c11584fc2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user