[release-announce] etcd3gw 1.0.0

no-reply at openstack.org no-reply at openstack.org
Thu Jul 1 12:45:10 UTC 2021


We are satisfied to announce the release of:

etcd3gw 1.0.0: 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 v0.2.6..1.0.0
--------------------------------

dc9f559 setup.cfg: Replace dashes with underscores
28daa79 Use unittest.mock instead of mock
4f299a6 Drop py2 support and clean things up
85eab0c Add doc/requirements
199f30c Fix .gitreview file
56b6839 [CI] Add jobs
7a1a2b5 Restore previous endpoint default (v3alpha)
de8a31f Raise hacking checks to recent version
3a4863b Add mock to test dependencies


Diffstat (except docs and test files)
-------------------------------------

.gitreview                   |  4 ++--
.travis.yml                  | 48 -----------------------------------------
.zuul.yaml                   | 12 +++++++++++
etcd3gw/client.py            |  2 +-
etcd3gw/utils.py             |  1 +
releasenotes/source/conf.py  |  9 +++++---
requirements.txt             |  3 +--
setup.cfg                    | 51 +++++++++-----------------------------------
test-requirements.txt        | 13 ++++-------
tox.ini                      | 31 +++++++++++----------------
13 files changed, 67 insertions(+), 132 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index e7153a5..68ea3fc 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +5,0 @@ pbr>=2.0 # Apache-2.0
-urllib3>=1.15.1  # MIT
@@ -9 +8 @@ six>=1.9.0  # MIT
-futurist>=0.11.0,!=0.15.0  # Apache-2.0
+futurist>=0.16.0  # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 2a43527..26be395 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=0.12.0,!=0.13.0,<0.14  # Apache-2.0
+hacking>=3.0,<3.1.0 # Apache-2.0
@@ -9,2 +8,0 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx>=1.5.1 # BSD
-oslosphinx>=4.7.0 # Apache-2.0
@@ -16,6 +14,3 @@ pifpaf>=0.10.0 # Apache-2.0
-codecov>=1.4.0
-nose>=1.3.7
-pytest
-
-# releasenotes
-reno>=1.8.0 # Apache-2.0
+nose>=1.3.7  # GNU LGPL
+pytest>=3.0.0  # MIT
+urllib3>=1.15.1  # MIT






More information about the Release-announce mailing list