*** vishalmanchanda has joined #openstack-requirements | 00:06 | |
*** brinzhang has joined #openstack-requirements | 01:13 | |
*** brinzhang_ has quit IRC | 01:17 | |
openstackgerrit | guang-yee proposed openstack/requirements stable/stein: demarcate python-memcached requirements https://review.opendev.org/702319 | 01:20 |
---|---|---|
openstackgerrit | Sean McGinnis proposed openstack/requirements stable/stein: Add neutron to stable upper-constraints https://review.opendev.org/697371 | 02:38 |
prometheanfire | smcginnis: py27 removed from openstack in gentoo now | 02:51 |
prometheanfire | [ebuild R ] dev-python/python-openstackclient-3.18.1::gentoo PYTHON_TARGETS="python3_6 python3_7 (-python2_7%)" 0 KiB | 02:51 |
smcginnis | \o/ | 02:56 |
prometheanfire | yep, praise the sun | 03:00 |
smcginnis | :) | 03:00 |
*** hongbin has joined #openstack-requirements | 03:50 | |
*** udesale has joined #openstack-requirements | 04:21 | |
*** jhesketh has quit IRC | 04:23 | |
*** jhesketh has joined #openstack-requirements | 04:24 | |
*** hongbin has quit IRC | 05:05 | |
*** hongbin has joined #openstack-requirements | 05:14 | |
*** hongbin has quit IRC | 05:19 | |
*** evrardjp has quit IRC | 05:33 | |
*** evrardjp has joined #openstack-requirements | 05:34 | |
*** e0ne has joined #openstack-requirements | 06:43 | |
*** hrw has left #openstack-requirements | 06:48 | |
*** ccamacho has quit IRC | 07:00 | |
*** ralonsoh has joined #openstack-requirements | 07:12 | |
*** hberaud|gone is now known as hberaud | 07:47 | |
*** tosky has joined #openstack-requirements | 08:08 | |
*** zbr|rover has quit IRC | 08:14 | |
*** zbr has joined #openstack-requirements | 08:15 | |
*** ccamacho has joined #openstack-requirements | 08:20 | |
*** dmellado has quit IRC | 08:55 | |
*** dmellado has joined #openstack-requirements | 08:56 | |
*** ccamacho has quit IRC | 09:00 | |
*** hberaud has quit IRC | 09:21 | |
*** ccamacho has joined #openstack-requirements | 09:52 | |
*** e0ne has quit IRC | 10:02 | |
*** e0ne has joined #openstack-requirements | 10:02 | |
*** udesale has quit IRC | 11:28 | |
*** dtantsur|afk is now known as dtantsur | 12:03 | |
*** e0ne has quit IRC | 12:45 | |
*** elod has joined #openstack-requirements | 13:26 | |
elod | thanks smcginnis for the answers (in https://review.opendev.org/#/c/697371/ ) | 13:41 |
elod | do you know / is there a suggested way to change theese: http://codesearch.openstack.org/?q=egg%3Dneutron&i=nope&files=&repos= ? | 13:42 |
elod | e.g. in this file? https://opendev.org/x/vmware-nsx/src/branch/master/tox.ini | 13:43 |
elod | or https://opendev.org/openstack/networking-powervm/src/branch/master/tox.ini#L25 ? | 13:44 |
*** e0ne has joined #openstack-requirements | 14:02 | |
*** udesale has joined #openstack-requirements | 14:30 | |
smcginnis | elod: Yes, those need to be changed to just install the published packages. | 14:31 |
smcginnis | Though now I see at least in that one example, it's for setting up a local development environment. | 14:31 |
smcginnis | Those are not constrained, so I don't think that's a problem. Given the nature of what that is used for. | 14:32 |
elod | yes those are for local dev envs | 14:33 |
elod | but in stable they are constrained :/ | 14:33 |
elod | and testing with published packages only will cause breaks when new releases appear if i'm not mistaken :S | 14:36 |
elod | (well, zuul installs the development versions of required projects, so maybe there won't be surprises) | 14:37 |
elod | then just the local tox tests should use somehow the latest development versions of neutron somehow | 14:39 |
openstackgerrit | Sean McGinnis proposed openstack/requirements stable/train: demarcate python-memcached requirements https://review.opendev.org/702460 | 15:19 |
openstackgerrit | Sean McGinnis proposed openstack/requirements stable/rocky: demarcate python-memcached requirements https://review.opendev.org/702461 | 15:26 |
openstackgerrit | Sean McGinnis proposed openstack/requirements stable/queens: demarcate python-memcached requirements https://review.opendev.org/702462 | 15:27 |
openstackgerrit | Sean McGinnis proposed openstack/requirements stable/pike: demarcate python-memcached requirements https://review.opendev.org/702463 | 15:28 |
*** udesale_ has joined #openstack-requirements | 15:34 | |
*** udesale has quit IRC | 15:37 | |
*** hberaud has joined #openstack-requirements | 15:39 | |
*** ccamacho has quit IRC | 16:02 | |
*** hberaud has quit IRC | 16:07 | |
*** hberaud has joined #openstack-requirements | 16:13 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/requirements stable/stein: update constraint for python-ironicclient to new release 2.7.3 https://review.opendev.org/702472 | 16:26 |
openstackgerrit | Elod Illes proposed openstack/requirements master: Remove requirements-tox-py27-check-uc job https://review.opendev.org/702478 | 16:40 |
*** udesale_ has quit IRC | 16:43 | |
*** efried has joined #openstack-requirements | 16:46 | |
efried | ttx: smcginnis: This has probably come up before, but... | 16:46 |
efried | It would be neat if the bot tooling that proposes requirements bumps for $release automatically added as reviewers the people involved in the $release patch itself. | 16:46 |
smcginnis | efried: That's been difficult to do, but Thierry has been working on something that will run on the Zuul executor that would be able to do that for release patches. | 16:47 |
efried | I almost always care about the requirements bump corresponding to a release, but as things stand I have to poll and wait for it to appear. (Vs. subscribing to the requirements repo) | 16:47 |
smcginnis | efried: So once that's all working well, we may be able to leverage that work to do the same with requirements. | 16:48 |
efried | okay, neat. | 16:48 |
smcginnis | Not sure most people care about the requirements bump patch as much as the release patch, but I see it could be useful. | 16:48 |
efried | smcginnis: Yeah, maybe it's just me, but every time I'm involved in a release of like a lib, the thing that's ultimately actionable for me is bumping the requirement/l-c in the repo that needs to consume the change from the release. | 16:50 |
efried | ...which is triggered by the req bump patch merging. | 16:51 |
smcginnis | Maybe raising those l-c's would happen more often with that. My experience has been teams rarely touch l-c unless they a) actually have a correctly functioning lower-constraints job running, and b) that job starts failing on something using too low of constraints. | 16:53 |
efried | interesting. I must be living in "unusual" projects. Because l-c bumps happen all the time in my sphere. | 16:58 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/requirements master: update constraint for osc-lib to new release 2.0.0 https://review.opendev.org/702483 | 17:07 |
*** camelCaser has quit IRC | 17:13 | |
*** camelCaser has joined #openstack-requirements | 17:14 | |
*** e0ne has quit IRC | 17:14 | |
*** e0ne has joined #openstack-requirements | 17:16 | |
*** e0ne has quit IRC | 17:20 | |
efried | smcginnis, stephenfin: re https://review.opendev.org/#/c/701599/ should I remove cliff from the reqs entirely? | 17:32 |
smcginnis | efried: Oh, I didn't look close enough. Was that the only place the project was using it? | 17:33 |
efried | I *think* that's the right thing, given that nothing in the project references it directly anymore, but I don't know whether the indirect need for cliff is a thing... | 17:33 |
efried | yes smcginnis | 17:33 |
*** evrardjp has quit IRC | 17:33 | |
smcginnis | Yeah, then it would probably be good to just clean it all up. | 17:34 |
*** evrardjp has joined #openstack-requirements | 17:34 | |
smcginnis | Weird that they would add that dependency just to import a private module for something like that. | 17:34 |
smcginnis | :shrug: | 17:34 |
efried | I'll remove the req. Just not sure how we'll know if that's "working", since they don't do a reqs job either. | 17:35 |
efried | smcginnis, stephenfin: done | 17:37 |
*** brinzhang has quit IRC | 17:38 | |
*** brinzhang has joined #openstack-requirements | 17:39 | |
efried | I also pushed internally, since rsd-core are intel folk, to get them to pay attention to the review | 17:42 |
*** hberaud has quit IRC | 17:42 | |
*** hberaud has joined #openstack-requirements | 17:42 | |
*** hberaud is now known as hberaud|gone | 17:49 | |
*** dtantsur is now known as dtantsur|afk | 18:32 | |
*** brinzhang_ has joined #openstack-requirements | 19:01 | |
*** brinzhang has quit IRC | 19:04 | |
*** brinzhang has joined #openstack-requirements | 19:10 | |
*** brinzhang_ has quit IRC | 19:14 | |
*** gmann is now known as gmann_afk | 19:36 | |
*** ralonsoh has quit IRC | 20:06 | |
openstackgerrit | Merged openstack/requirements master: update constraint for oslo.vmware to new release 2.35.0 https://review.opendev.org/702277 | 20:13 |
openstackgerrit | Merged openstack/requirements master: setuptools 45.0.0 is Python 3.5+ https://review.opendev.org/702210 | 20:13 |
*** brinzhang_ has joined #openstack-requirements | 20:24 | |
*** brinzhang has quit IRC | 20:27 | |
*** brinzhang has joined #openstack-requirements | 20:43 | |
jrosser | is it right that https://opendev.org/openstack/requirements/raw/branch/stable/stein/upper-constraints.txt has tempest===19.0.0 but the released version for stein seems to be 20.0.0 https://github.com/openstack/releases/blob/master/deliverables/stein/tempest.yaml | 20:44 |
*** brinzhang_ has quit IRC | 20:46 | |
smcginnis | Hmm, that was bumped here - https://review.opendev.org/#/c/647868/ | 20:49 |
smcginnis | Trying to figure out the timing of that now. | 20:49 |
smcginnis | Only shows on master. | 20:50 |
smcginnis | jrosser: Looks like the issue is that the tempest release happened after requirements were branched for the stein to train transition. | 20:52 |
openstackgerrit | Sean McGinnis proposed openstack/requirements stable/stein: update constraint for tempest to new release 20.0.0 https://review.opendev.org/702529 | 20:56 |
*** brinzhang_ has joined #openstack-requirements | 21:21 | |
*** brinzhang has quit IRC | 21:24 | |
openstackgerrit | Akihiro Motoki proposed openstack/requirements master: Cap Pint version for python 3.5 or older https://review.opendev.org/702538 | 21:29 |
amotoki | AJaeger: requirements patch to cap Pint for py35 https://review.opendev.org/702538 and horizon patch to drop Pint which is unused https://review.opendev.org/702539 | 21:36 |
openstackgerrit | Akihiro Motoki proposed openstack/requirements master: Cap Pint version for python 3.5 or older https://review.opendev.org/702538 | 21:39 |
*** brinzhang has joined #openstack-requirements | 22:20 | |
*** brinzhang_ has quit IRC | 22:23 | |
*** gmann_afk is now known as gmann | 22:53 | |
*** tosky has quit IRC | 23:15 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!