Changelog for
python-happybase-doc-1.2.0-37.44.noarch.rpm :
* Mon Nov 08 2021 Dirk Müller
- add missing six buildrequires
* Tue Mar 31 2020 Paolo Stivanin - Switch from nose to pytest- Add use_pytest.patch
* Thu Sep 12 2019 Tomáš Chvátal - Update to 1.2.0:
* Switch from thriftpy to its successor thriftpy2, which supports Python 3.7.
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Sun Sep 17 2017 bwiedemannAATTsuse.com- Drop environment.pickle from doc to make build reproducible
* Sun Aug 27 2017 jengelhAATTinai.de- Ensure neutrality of descriptions.
* Fri Aug 25 2017 tbechtoldAATTsuse.com- 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
* Wed May 06 2015 benoit.moninAATTgmx.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 2014 dmuellerAATTsuse.com- 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).
* Mon Dec 09 2013 p.drouandAATTgmail.com- 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 `_).
* Pass batch_size to underlying Thrift Scan instance (`issue #38 `_).
* Expose server name and port in :py:meth:`Table.regions` (recent HBase versions only) (`issue #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