<div dir="ltr"><div style="color:rgb(33,33,33);font-size:13px">Hi everyone,</div><div style="color:rgb(33,33,33);font-size:13px"><br></div><span style="color:rgb(33,33,33);font-size:13px">New release of cmd2 0.9.0 seems to break cliff and python-tackerclient. </span><br style="color:rgb(33,33,33);font-size:13px"><div style="color:rgb(33,33,33);font-size:13px"><br></div><div style="color:rgb(33,33,33);font-size:13px">The cmd2 library changed the way it handles parsing input commands. It now uses a different library, which means the values passed to the commands are no longer PyParsing objects and are instead Statement objects. These objects do not have a “parsed” property, so the receiving code needs to work with them differently. </div><div style="color:rgb(33,33,33);font-size:13px"><br></div><div style="color:rgb(33,33,33);font-size:13px">The patch <a href="https://review.openstack.org/571524" target="_blank">https://review.openstack.org/571524</a> tries to fix this in the places within cliff where it was failing in interactive mode.<br></div><div style="color:rgb(33,33,33);font-size:13px"><br></div><div style="color:rgb(33,33,33);font-size:13px">Please consider reviewing this patch and have a new release for cliff so that the python-tackerclient pass the py35 tests. </div><div style="color:rgb(33,33,33);font-size:13px"><br></div><div style="color:rgb(33,33,33);font-size:13px">Thank you,</div><div style="color:rgb(33,33,33);font-size:13px">Nguyen Hai</div></div>