<div dir="ltr">## Aug 11 Agenda<br>* db key fixes<br>    * Almost complete set of requirements, to be written up a bug / epic: <a href="https://hackmd.io/0BcyTTltQ3qXZal9mDws2w">https://hackmd.io/0BcyTTltQ3qXZal9mDws2w</a><br>    * Mike will write an epic for the auth token key (main issue currently: different on each pulp-api node)<br>    * fao89 testing the slurp module, useful for both<br>* post-release issue on galaxy<br>    * <a href="https://pypi.org/project/semantic-version/">https://pypi.org/project/semantic-version/</a><br>    * de-coupling pulp_installer z-stream from pulpcore z-stream would also fix it<br>        * Agreed: We will land the de-coupling within the 3.15.z release stream, rather than at 3.16.0.<br>    * Mike will work on this (new convention, and getting release out the door) if build team / AH team are not OK with waiting for the de-coupling.<br><br>```python=<br>In [1]: import semantic_version<br><br>In [2]: semantic_version.Version("3.14.0") > semantic_version.Version("3.14.0-1"<br>   ...: )<br>Out[2]: True<br><br>In [3]: semantic_version.Version("3.14.0") < semantic_version.Version("3.14.0-1")<br>Out[3]: False<br><br>In [4]: semantic_version.Version("3.14.0") > semantic_version.Version("3.14.0-post")<br>Out[4]: True<br><br>In [5]: semantic_version.Version("3.14.0") > semantic_version.Version("<a href="http://3.14.0.post">3.14.0.post</a>")<br>---------------------------------------------------------------------------<br>ValueError                                Traceback (most recent call last)<br><ipython-input-6-24cbe611d9e3> in <module><br>----> 1 semantic_version.Version("3.14.0") > semantic_version.Version("<a href="http://3.14.0.post">3.14.0.post</a>")<br><br>~/.pyenv/versions/3.9.1/envs/venv/lib/python3.9/site-packages/semantic_version/base.py in __init__(self, version_string, major, minor, patch, prerelease, build, partial)<br>    103 <br>    104         if has_text:<br>--> 105             major, minor, patch, prerelease, build = self.parse(version_string, partial)<br>    106         else:<br>    107             # Convenience: allow to omit prerelease/build.<br><br>~/.pyenv/versions/3.9.1/envs/venv/lib/python3.9/site-packages/semantic_version/base.py in parse(cls, version_string, partial, coerce)<br>    309         match = version_re.match(version_string)<br>    310         if not match:<br>--> 311             raise ValueError('Invalid version string: %r' % version_string)<br>    312 <br>    313         major, minor, patch, prerelease, build = match.groups()<br><br>ValueError: Invalid version string: '<a href="http://3.14.0.post">3.14.0.post</a>'<br><br>``` <br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><p style="color:rgb(0,0,0);font-family:RedHatText,sans-serif;font-weight:bold;margin:0px;padding:0px;font-size:14px;text-transform:capitalize"><span>Mike</span> <span>DePaulo</span><span style="text-transform:uppercase;color:rgb(170,170,170);margin:0px"></span></p><p style="color:rgb(0,0,0);font-family:RedHatText,sans-serif;font-size:12px;margin:0px 0px 4px;text-transform:capitalize">He / Him / His</p><p style="color:rgb(0,0,0);font-family:RedHatText,sans-serif;font-size:12px;margin:0px;text-transform:capitalize"><span>Service Reliability Engineer, Pulp</span></p><p style="color:rgb(0,0,0);font-family:RedHatText,sans-serif;margin:0px 0px 4px;font-size:12px"><a href="https://www.redhat.com/" style="color:rgb(0,136,206);margin:0px" target="_blank">Red Hat<span></span></a></p><div style="color:rgb(0,0,0);font-family:RedHatText,sans-serif;font-size:medium;margin-bottom:4px"></div><p style="color:rgb(0,0,0);font-family:RedHatText,sans-serif;margin:0px;font-size:12px"><span>IM: <span>mikedep333</span></span></p><p style="color:rgb(0,0,0);font-family:RedHatText,sans-serif;font-size:12px;margin:0px"><span>GPG: 51745404</span></p><div style="color:rgb(0,0,0);font-family:RedHatText,sans-serif;font-size:medium;margin-top:12px"><table border="0"><tbody><tr><td width="100px"><a href="https://www.redhat.com/" target="_blank"><img src="https://marketing-outfit-prod-images.s3-us-west-2.amazonaws.com/f5445ae0c9ddafd5b2f1836854d7416a/Logo-RedHat-Email.png" width="90" height="auto"></a></td></tr></tbody></table></div></div></div></div>