Wednesday, 2022-05-25

opendevreviewOpenStack Proposal Bot proposed openstack/requirements stable/xena: update constraint for neutron to new release 19.3.0  https://review.opendev.org/c/openstack/requirements/+/84325911:00
opendevreviewOpenStack Proposal Bot proposed openstack/requirements stable/wallaby: update constraint for neutron to new release 18.4.0  https://review.opendev.org/c/openstack/requirements/+/84326011:01
opendevreviewMerged openstack/requirements master: Revert "Add prettytable to global-requirements"  https://review.opendev.org/c/openstack/requirements/+/84319111:08
stephenfinprometheanfire: I suspect I shouldn't fix this manually so I best ask you: why are various dependencies using ';python_version==3.6' or ':python_version==3.8' rather than e.g. '<3.8' and '>=3.8' ?15:58
stephenfinI know we don't officially support 3.7 or 3.9 (not sure about the latter) but it means requirements are ignored for those dependencies if you do test them in the gate15:59
stephenfin*constraints are ignored15:59
opendevreviewStephen Finucane proposed openstack/requirements master: Use Python ranges, not specific versions  https://review.opendev.org/c/openstack/requirements/+/84331116:12
stephenfinprometheanfire: Again, that's not something I think I should be doing manually since it's probably tooling that needs fixes, but that's what I'm getting at ^16:13
opendevreviewStephen Finucane proposed openstack/requirements master: Don't limit use of importlib-metadata to Python < 3.8  https://review.opendev.org/c/openstack/requirements/+/84331516:26
opendevreviewStephen Finucane proposed openstack/requirements master: Remove zipp cap  https://review.opendev.org/c/openstack/requirements/+/84331616:26
*** tosky_ is now known as tosky21:49
prometheanfirestephenfin: we generate constraints for specific versions of python, sometimes a python project will restrict itself to newer python versions, using > and < for constraints makes assumptions on what works where, <= 3.6 would allow a lib to be installed in python2.6, that's probably not desired22:06
prometheanfirewhat we do now, when running generate-constraints is run it for each version of python desired, meaning we require those versions of python to be available22:07
prometheanfireinfra doesn't have an image with 3.6,3.8,3.9,4.0 all together22:07
prometheanfireeven gentoo doesn't have 3.6 anymore, just 2.7, 3.8, 3.9, 3.10, 3.11(beta)22:09
opendevreviewMerged openstack/requirements stable/xena: update constraint for neutron to new release 19.3.0  https://review.opendev.org/c/openstack/requirements/+/84325923:21
opendevreviewMerged openstack/requirements stable/wallaby: update constraint for neutron to new release 18.4.0  https://review.opendev.org/c/openstack/requirements/+/84326023:28

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!