forked from pool/python-happybase
- 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
42 lines
1.7 KiB
Plaintext
42 lines
1.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
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
|
|
<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>`_).
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
- Define python_sitelib to fix SLE_11_SP1 build
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 13 09:52:35 UTC 2013 - speilicke@suse.com
|
|
|
|
- Install documetation
|
|
- Run testsuite
|
|
- Fix runtime dependencies, needs python-thrift
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 13 09:39:35 UTC 2013 - dmueller@suse.com
|
|
|
|
- Initial packaging (0.4)
|
|
|