We are pleased to announce the release of:
etcd3gw 1.0.2: A python client for etcd3 grpc-gateway v3 API
The source is available from:
https://opendev.org/openstack/etcd3gw
Download the package from:
https://tarballs.openstack.org/etcd3gw/
For more details, please see below.
Changes in etcd3gw 1.0.1..1.0.2 -------------------------------
bbd14c4 Remove six 9b107f0 Update python testing classifier
Diffstat (except docs and test files) -------------------------------------
etcd3gw/client.py | 7 ++-- etcd3gw/lock.py | 3 +- etcd3gw/utils.py | 9 ++--- requirements.txt | 1 - setup.cfg | 1 + tox.ini | 2 +- 7 files changed, 63 insertions(+), 53 deletions(-)
Requirements updates --------------------
diff --git a/requirements.txt b/requirements.txt index 68ea3fc..77d6ba4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +6,0 @@ requests>=2.20.0 # Apache-2.0 -six>=1.9.0 # MIT
participants (1)
-
no-reply@openstack.org