We are chuffed to announce the release of: tooz 1.65.0: Coordination library for distributed systems. This release is part of the train release series. The source is available from: https://opendev.org/openstack/tooz Download the package from: https://pypi.org/project/tooz Please report issues through: https://bugs.launchpad.net/python-tooz/+bugs For more details, please see below. Changes in tooz 1.64.2..1.65.0 ------------------------------ ef5277d Move test deps to test-requirements.txt 8793340 Remove unused requirements. 89b61cd Update Sphinx requirement and uncap grpcio 42672e3 Referencing testenv deps now works d2dec45 Update master for stable/stein 96633f3 Replace git.openstack.org URLs with opendev.org URLs d47b1a7 Remove py35, add py37 classifiers 8207427 Unblock tooz gate c02f9dd OpenDev Migration Patch de3a5f8 add python 3.7 unit test job Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 110 ++++++++++++++------------ README.rst | 2 +- playbooks/stop-redis.yaml | 12 +++ releasenotes/source/index.rst | 1 + releasenotes/source/stein.rst | 6 ++ requirements.txt | 2 +- setup.cfg | 17 +--- test-requirements.txt | 12 +++ tox.ini | 40 ++-------- 16 files changed, 118 insertions(+), 117 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b2aee6d..9dab502 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16 +16 @@ oslo.serialization>=1.10.0 # Apache-2.0 -grpcio>=1.0.0,<1.16.0 +grpcio>=1.18.0 diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 0000000..77d9ee3 --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,12 @@ + +# 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. +mock>=2.0 # BSD +python-subunit>=0.0.18 # Apache-2.0/BSD +testtools>=1.4.0 # MIT +coverage>=3.6 # Apache-2.0 +fixtures>=3.0.0 # Apache-2.0/BSD +pifpaf>=0.10.0 # Apache-2.0 +os-testr>=0.8.0 # Apache-2.0 +stestr>=2.0.0
participants (1)
-
no-reply@openstack.org