We are glad to announce the release of: etcd3gw 2.4.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. 2.4.0 ^^^^^ Bug Fixes * Fixed the "timeout" property which was previously ignored. Changes in etcd3gw 2.3.0..2.4.0 ------------------------------- 04c7907 Apply timeout in each request call 20ca0a4 Update README 0d99668 Bump hacking 1a08653 Update python classifier in setup.cfg 439ae8f Remove unused babel.cfg a678804 Use py3 as the default runtime for tox 77dc296 Cleanup py27 support Diffstat (except docs and test files) ------------------------------------- README.md | 33 ++++++++--- babel.cfg | 2 - etcd3gw/client.py | 6 +- .../notes/bug-2012261-d02f1a6f8fa65ea9.yaml | 4 ++ requirements.txt | 4 -- setup.cfg | 1 + setup.py | 9 --- test-requirements.txt | 6 +- tox.ini | 2 +- 10 files changed, 92 insertions(+), 39 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 77d6ba4..92f4cb0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - diff --git a/test-requirements.txt b/test-requirements.txt index 962a6c4..08606b1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -hacking>=3.0,<3.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org