Changelog for
python-happybase-doc-1.2.0-41.5.noarch.rpm :
* Thu Mar 14 2024 Dominique Leuenberger
- Use %autosetup macro: allows us to eliminate usage of deprecated %patchN.
* 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).