*** whoami-rajat__ has joined #openstack-requirements | 02:45 | |
*** sboyron__ has joined #openstack-requirements | 02:51 | |
*** sboyron_ has quit IRC | 02:54 | |
*** evrardjp has quit IRC | 04:33 | |
*** evrardjp has joined #openstack-requirements | 04:33 | |
*** sboyron__ has quit IRC | 05:58 | |
*** gouthamr has quit IRC | 06:05 | |
*** openstackgerrit has quit IRC | 06:05 | |
*** ttx has quit IRC | 06:05 | |
*** gouthamr has joined #openstack-requirements | 06:05 | |
*** adriant has quit IRC | 06:07 | |
*** adriant has joined #openstack-requirements | 06:07 | |
*** ttx has joined #openstack-requirements | 06:10 | |
*** sboyron has joined #openstack-requirements | 06:22 | |
*** whoami-rajat__ has quit IRC | 06:34 | |
*** e0ne has joined #openstack-requirements | 06:37 | |
*** ttx has quit IRC | 06:50 | |
*** ttx has joined #openstack-requirements | 06:51 | |
*** tosky has joined #openstack-requirements | 07:44 | |
*** rpittau|afk is now known as rpittau | 07:45 | |
*** mnasiadka has joined #openstack-requirements | 07:48 | |
*** damani has quit IRC | 07:51 | |
*** vishalmanchanda has joined #openstack-requirements | 08:18 | |
*** dtantsur|afk is now known as dtantsur | 08:41 | |
*** openstackgerrit has joined #openstack-requirements | 08:43 | |
openstackgerrit | Merged openstack/requirements stable/ussuri: update constraint for oslo.privsep to new release 2.1.2 https://review.opendev.org/755608 | 08:43 |
---|---|---|
*** lbragstad has quit IRC | 10:33 | |
*** lbragstad has joined #openstack-requirements | 10:34 | |
*** vishalmanchanda has quit IRC | 10:48 | |
*** whoami-rajat__ has joined #openstack-requirements | 10:55 | |
*** elod is now known as elod_afk | 13:12 | |
*** vishalmanchanda has joined #openstack-requirements | 13:57 | |
smcginnis | prometheanfire: There are a couple release requests (python-ironic*) just to include raised lower-constraints caused by the switch to running those on focal. | 13:59 |
smcginnis | prometheanfire: Do you see a need to get that out in an official package for packagers? Or do you think those are fine to wait for a stable release? | 14:00 |
*** damani has joined #openstack-requirements | 14:09 | |
*** e0ne has quit IRC | 14:52 | |
*** elod_afk is now known as elod | 15:15 | |
smcginnis | prometheanfire: I've put a note on them that we will need to wait until requirements freeze is lifted. | 15:25 |
smcginnis | prometheanfire: Speaking of that, should we go ahead with the openstack/requirements branching patch? | 15:25 |
*** felipe_rodrigues has joined #openstack-requirements | 15:26 | |
prometheanfire | smcginnis: ya, once we are branched we can unfreeze | 15:28 |
smcginnis | prometheanfire: OK, I will get that one through then. | 15:30 |
smcginnis | prometheanfire: I forget, do you usually post something warning the cycle-trailing projects that they will be testing against the wrong constraints until they also branch? | 15:31 |
prometheanfire | smcginnis: I will when I announce the unfreeze | 15:37 |
prometheanfire | it's usually the same email | 15:37 |
smcginnis | Cool, that's what I thought. | 15:40 |
felipe_rodrigues | Hi all, I have a question regarding the requirements project... From the manila driver, we had been facing a issue with py3.7 and https, we found out that the bug is related to eventlet package. We fixed by using the requests library. With the new release of requests (2.24) the bug came back! In the openstack/requirements project, the patch [1] avoids this bug by skipping the latest requests | 15:43 |
felipe_rodrigues | version (2.24), though... The root problem was fixed by the eventlet (0.26.1).. So, we do not need the workaround of ṕatch [1], we may skip the eventlet bug versions <= 0.25 when using py3.7 or greater... How we should proceed with it ? | 15:43 |
felipe_rodrigues | [1] https://opendev.org/openstack/requirements/commit/680f96b6359451287e124ff5e40f26badfe4d534 | 15:43 |
prometheanfire | felipe_rodrigues: you can specify python versions for packages | 15:46 |
prometheanfire | debtcollector<2.0.0;python_version<'3.6' # Apache-2.0 | 15:46 |
prometheanfire | debtcollector;python_version>='3.6' # Apache-2.0 | 15:46 |
johnsom | Hi requirements folks. I need some advice. We use pylint, including back to stein. pylint is using isort. In the py2 compatible version of pylint, isort is unconstrained and now blows up as it has gone py3 only. | 15:47 |
johnsom | isort is also not in g-r nor the u-c. | 15:47 |
*** rpittau is now known as rpittau|afk | 15:48 | |
johnsom | Should we pin it in our test-requirements? | 15:48 |
prometheanfire | johnsom: for py2? maybe | 15:52 |
hberaud | johnsom: AFAIK isort is blacklisted from our constraints (http://codesearch.openstack.org/?q=isort&i=nope&files=&repos=openstack/requirements) so I think you can pin it in your test-req | 15:52 |
johnsom | Ok, thanks! That is what we will do. Py2 jobs only | 15:53 |
prometheanfire | johnsom: I don't know if you've heard but py2 is dead | 15:54 |
johnsom | Oh, we are trying hard to kill anything using it. Stein is the last branch we are still working on EOL for | 15:55 |
johnsom | Some crazy rants about “stable” and “upgrades” grin | 15:56 |
openstackgerrit | OpenStack Release Bot proposed openstack/requirements stable/victoria: Update .gitreview for stable/victoria https://review.opendev.org/756359 | 16:05 |
openstackgerrit | OpenStack Release Bot proposed openstack/requirements stable/victoria: Update TOX_CONSTRAINTS_FILE for stable/victoria https://review.opendev.org/756360 | 16:05 |
openstackgerrit | OpenStack Release Bot proposed openstack/requirements master: Add Python3 wallaby unit tests https://review.opendev.org/756361 | 16:05 |
*** dtantsur is now known as dtantsur|afk | 16:18 | |
openstackgerrit | Felipe Rodrigues proposed openstack/requirements master: Skip eventlet bug version for py3.7 https://review.opendev.org/756371 | 17:40 |
*** vishalmanchanda has quit IRC | 17:56 | |
openstackgerrit | Merged openstack/requirements stable/ussuri: update constraint for paunch to new release 7.0.2 https://review.opendev.org/756137 | 18:04 |
*** sboyron has quit IRC | 18:34 | |
*** toabctl has quit IRC | 18:45 | |
*** toabctl has joined #openstack-requirements | 18:46 | |
*** e0ne has joined #openstack-requirements | 19:44 | |
*** tosky has quit IRC | 19:52 | |
*** e0ne has quit IRC | 19:58 | |
*** sboyron has joined #openstack-requirements | 20:59 | |
*** sboyron has quit IRC | 22:28 | |
*** whoami-rajat__ has quit IRC | 23:59 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!