You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ni...@apache.org on 2021/12/06 05:37:31 UTC

[incubator-heron] branch master updated: Bump kazoo library from 2.7.0 to 2.8.0 to fix a compatibility issue of Python 3.8 (#3743)

This is an automated email from the ASF dual-hosted git repository.

nicknezis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/master by this push:
     new b501496  Bump kazoo library from 2.7.0 to 2.8.0 to fix a compatibility issue of Python 3.8 (#3743)
b501496 is described below

commit b5014968fc00806ce2f7cc54ef027f1e49d70d78
Author: Windham Wong <wi...@nva-hk.com>
AuthorDate: Mon Dec 6 13:37:25 2021 +0800

    Bump kazoo library from 2.7.0 to 2.8.0 to fix a compatibility issue of Python 3.8 (#3743)
---
 heron/statemgrs/src/python/BUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/heron/statemgrs/src/python/BUILD b/heron/statemgrs/src/python/BUILD
index 6c0a382..8616230 100644
--- a/heron/statemgrs/src/python/BUILD
+++ b/heron/statemgrs/src/python/BUILD
@@ -5,7 +5,7 @@ pex_library(
     srcs = glob(["**/*.py"]),
     reqs = [
         "PyYAML==3.13",
-        "kazoo==2.7.0",
+        "kazoo==2.8.0",
         "zope.interface==4.0.5",
     ],
     deps = [