15
0

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
This commit is contained in:
2017-08-25 10:22:47 +00:00
committed by Git OBS Bridge
parent 99cc89bc81
commit 62431e645b
4 changed files with 52 additions and 23 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Aug 25 10:09:26 UTC 2017 - tbechtold@suse.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 6 14:14:33 UTC 2015 - benoit.monin@gmx.fr