15 Commits

Author SHA256 Message Date
Tomáš Chvátal
3b9559d331 - Update to 1.2.0:
* Switch from thriftpy to its successor thriftpy2, which supports Python 3.7.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-happybase?expand=0&rev=25
2019-09-12 10:00:59 +00:00
9dde6373d9 Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-happybase?expand=0&rev=23
2018-12-04 17:14:16 +00:00
75b4fc8d9e Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-happybase?expand=0&rev=22
2018-12-04 13:31:40 +00:00
Thomas Bechtold
d34144ff46 Accepting request 526903 from home:bmwiedemann:branches:devel:languages:python
Drop environment.pickle from doc to make build reproducible

OBS-URL: https://build.opensuse.org/request/show/526903
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-happybase?expand=0&rev=20
2017-09-18 05:36:37 +00:00
Thomas Bechtold
d5029bc6fc Accepting request 520237 from home:jengelh:branches:devel:languages:python
- Ensure neutrality of descriptions.

OBS-URL: https://build.opensuse.org/request/show/520237
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-happybase?expand=0&rev=18
2017-09-04 05:24:56 +00:00
Thomas Bechtold
62431e645b Accepting request 518703 from home:tbechtold:branches:devel:languages:python
- update to 1.1.0:
  * Set socket timeout unconditionally on ``TSocket``
  * Add new ‘0.98’ compatibility mode
  * Add support for reversed scanners
  * From now on this library uses a semantic versioning scheme.
    HappyBase is a mature library, but always used 0.x version numbers
    for no good reason. This has now changed.
  * Finally, Python 3 support. Thanks to all the people who contributed!
  * Switch to thriftpy as the underlying Thrift library, which is a much
    nicer and better maintained library.
  * Enable building universal wheels
- convert to singlespec
- split -doc package

OBS-URL: https://build.opensuse.org/request/show/518703
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-happybase?expand=0&rev=16
2017-08-25 10:22:47 +00:00
Jan Matejek
99cc89bc81 Accepting request 305595 from home:benoit_monin:branches:devel:languages:python
update to version 0.9

OBS-URL: https://build.opensuse.org/request/show/305595
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-happybase?expand=0&rev=14
2015-05-07 11:58:34 +00:00
Denisart Benjamin
e8a0c51aad Accepting request 230267 from Cloud:OpenStack:Master
- 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).

OBS-URL: https://build.opensuse.org/request/show/230267
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-happybase?expand=0&rev=12
2014-04-16 13:09:43 +00:00
Denisart Benjamin
aee63874d0 Accepting request 210381 from home:posophe:branches:devel:languages:python
- Update to version 0.7
  * Added a `wal` argument to various data manipulation methods on the
    :py:class:`Table` and :py:class:`Batch` classes to determine whether
    to write the mutation to the Write-Ahead Log (WAL). (`issue #36
    <https://github.com/wbolster/happybase/issues/36>`_).
  * Pass batch_size to underlying Thrift Scan instance (`issue #38
    <https://github.com/wbolster/happybase/issues/38>`_).
  * Expose server name and port in :py:meth:`Table.regions` (recent HBase
    versions only) (`issue #37
    <https://github.com/wbolster/happybase/issues/37>`_).
  * Regenerated bundled Thrift API modules using a recent upstream
    Thrift APIdefinition. This is required to expose newly added API.
- Package NEWS.rst, TODO.rst and html pages in documentation directory
- Add python-Sphinx requirement to build html documentation

OBS-URL: https://build.opensuse.org/request/show/210381
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-happybase?expand=0&rev=10
2013-12-10 14:33:16 +00:00
Sascha Peilicke
8fd1f4ab57 - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-happybase?expand=0&rev=8
2013-10-24 11:06:32 +00:00
Sascha Peilicke
2c11584fc2 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
2013-07-11 15:02:21 +00:00
Sascha Peilicke
abe2499ca2 - Define python_sitelib to fix SLE_11_SP1 build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-happybase?expand=0&rev=4
2013-04-05 07:36:51 +00:00
Stephan Kulow
5291dca22d Accepting request 158813 from devel:languages:python
OpenStack dependency

OBS-URL: https://build.opensuse.org/request/show/158813
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-happybase?expand=0&rev=1
2013-03-18 06:10:24 +00:00
Sascha Peilicke
6f61490f08 - Install documetation
- Run testsuite
- Fix runtime dependencies, needs python-thrift

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-happybase?expand=0&rev=2
2013-03-13 09:57:16 +00:00
Sascha Peilicke
0cce4916f3 Accepting request 158807 from home:dirkmueller:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/158807
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-happybase?expand=0&rev=1
2013-03-13 09:44:59 +00:00