Wednesday, 2018-11-07

*** irclogbot_2 has quit IRC00:39
tonybefried, bnemec monotonic>=0.6;python_version<'3.3 is a requiremtn spec not a constraint.  You'd want monotonic===0.6;python_version<'3.3' in l-c and what you said in requirements01:56
*** hongbin has joined #openstack-requirements03:12
*** hongbin has quit IRC04:47
openstackgerritTony Breeds proposed openstack/requirements master: Block dulwich 0.19.7  https://review.openstack.org/61607405:55
tonybprometheanfire, dirk: Can chance you can look at ^^ the tripleo (at least) gate is broken until that lands05:56
*** jrist has quit IRC05:58
prometheanfiretonyb: sure it's not a mirror issue?06:03
prometheanfirehttps://github.com/dulwich/dulwich/commit/29fd29e67a04aaaf815dde051e6c0888d28e8ac8 nvm06:03
tonybprometheanfire: Okay. I don't know whay it;'s okay on 3.6 but not 3.5 and how it got merged.06:04
* tonyb is confused how https://review.openstack.org/#/c/615731/ passed the check-uc job 06:06
tonyb*shrug*06:06
* tonyb goes to grab kids from school06:07
*** jrist has joined #openstack-requirements06:11
openstackgerritOpenStack Proposal Bot proposed openstack/requirements master: Updated from generate-constraints  https://review.openstack.org/61607806:18
openstackgerritMatthew Thode proposed openstack/requirements master: Updated from generate-constraints  https://review.openstack.org/61607806:22
prometheanfiretonyb: ^ includes a dulwich update that should fix it as well06:23
prometheanfirefeel free to rearange/stack06:23
openstackgerritMerged openstack/requirements master: update constraint for neutron-lib to new release 1.20.0  https://review.openstack.org/61589407:03
*** dangtrinhnt has quit IRC07:12
*** dangtrinhnt has joined #openstack-requirements07:23
*** ccamacho has joined #openstack-requirements07:31
*** e0ne has joined #openstack-requirements07:49
tonybprometheanfire: If 616078 will fix it then great.08:18
tonybjust need another +2+W08:18
*** dims has quit IRC08:52
*** dims has joined #openstack-requirements08:53
*** dims has quit IRC08:58
*** dims has joined #openstack-requirements08:59
*** jpich has joined #openstack-requirements09:01
openstackgerritMerged openstack/requirements master: Block dulwich 0.19.7  https://review.openstack.org/61607409:16
openstackgerritOpenStack Proposal Bot proposed openstack/requirements master: update constraint for python-barbicanclient to new release 4.8.0  https://review.openstack.org/61612209:23
*** ttx has quit IRC09:37
*** ttx has joined #openstack-requirements09:51
*** e0ne has quit IRC10:02
*** e0ne has joined #openstack-requirements10:04
*** e0ne has quit IRC10:45
*** dtantsur|afk is now known as dtantsur10:47
*** e0ne has joined #openstack-requirements10:54
*** e0ne has quit IRC12:04
*** e0ne has joined #openstack-requirements12:08
*** e0ne has quit IRC12:09
*** snapiri has joined #openstack-requirements12:22
*** e0ne has joined #openstack-requirements12:27
*** vpickard_ is now known as vpickard13:00
*** e0ne has quit IRC13:41
*** e0ne has joined #openstack-requirements13:45
*** e0ne has quit IRC14:13
*** e0ne has joined #openstack-requirements14:14
efriedtonyb: Is it allowed to specify a python version constraint in l-c?14:47
efriedI don't see it anywhere else (haven't looked at the whole world tho)14:47
efriedI thought l-c was "if it's installed, it must be at least this version". And that's why l-c can be really big, because most of that stuff doesn't get installed by any given project.14:48
*** dtantsur is now known as dtantsur|afk15:42
*** vpickard is now known as vpickard_15:46
openstackgerritMerged openstack/requirements master: update constraint for python-barbicanclient to new release 4.8.0  https://review.openstack.org/61612216:17
openstackgerritMatthew Thode proposed openstack/requirements master: Updated from generate-constraints  https://review.openstack.org/61607816:24
*** e0ne has quit IRC16:44
*** e0ne has joined #openstack-requirements16:44
*** e0ne has quit IRC16:44
*** efried is now known as efried_rollin17:08
*** jpich has quit IRC17:28
*** e0ne has joined #openstack-requirements18:36
*** e0ne has quit IRC18:38
*** irclogbot_2 has joined #openstack-requirements18:47
*** kmalloc is now known as needscoffee19:05
*** e0ne has joined #openstack-requirements19:24
*** e0ne has quit IRC19:31
*** efried_rollin is now known as efried20:18
*** needscoffee is now known as kmalloc20:19
tonybefried: It's find in u-c so I'd expect it to the fine in l-c.  If it isn't that's a bug20:26
efriedtonyb: The patch is gateward; do you think it's wrong?20:26
tonybefried: l-c is per-project wheer as u-c is all-of-openstack, so l-c is typically <100 lines20:26
tonybefried: link?20:27
efriedtonyb: https://review.openstack.org/#/c/616013/20:27
efriedOkay, I do see one instance of it being used, in oslo.config's lower-constraints.txt, so it must at least be legal. Is it necessary in this case?20:28
tonybefried: It'll pass the gate but there should be an environment marker on monotonic in l-c20:29
tonybefried: but it not being there will not cause a problem I guess20:29
efriedokay, thanks.20:29
efriedif you think it's important I can sling one in there in a fup20:29
tonybefried: So if you want to a follow-up would be good but you can also move on with your life ... up to you :)20:29
efriedbut iiuc, l-c isn't saying "install these things"20:30
efriedit's saying, "if these things are installed, they must be at least this version"20:30
tonybefried: No it's just like u-c here are a list of version if you're installing anythign in that list it *must* be that version20:30
efriedin this case, monotonic is always going to get installed anyway - it gets pulled in by eventlet20:30
tonybefried: Yeah that thing20:30
tonybefried: Oh okay20:31
tonybI misunderstood20:31
efriedbut at some point eventlet is going to move on and that will no longer happen. At that point, I'm not sure whether monotonic is going to disappear in py3 runs, or if it's still going to be pulled in because it's in l-c.20:31
tonybif it's a dep of some other library then leaving off the environment marker is the correct thing to do (until all libraries share the same environment marker)20:31
efriedah, okay, that makes sense20:32
efriedand is a favored answer because it requires no further action on my part.20:32
efriedThanks tonyb20:32
tonybNo if nothing installs monotonic even if it's in l-c it wont get installed.20:32
efriedokay, good, then this is appropriate even for future. I like.20:32
tonybefried: You can verify that by adding somehting "new" to say nova's l-c and doing an install and verifying that $new thing isn't installed20:33
tonybefried: Yup all good20:33
tonybprometheanfire: meeting?20:33
tonybprometheanfire: or did you get confised by the DST shift20:34
prometheanfireoh ya20:35
prometheanfire#startmeeting requirements20:35
openstackMeeting started Wed Nov  7 20:35:21 2018 UTC and is due to finish in 60 minutes.  The chair is prometheanfire. Information about MeetBot at http://wiki.debian.org/MeetBot.20:35
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.20:35
*** openstack changes topic to " (Meeting topic: requirements)"20:35
openstackThe meeting name has been set to 'requirements'20:35
prometheanfire#topic rollcall20:35
*** openstack changes topic to "rollcall (Meeting topic: requirements)"20:35
tonybo/20:35
prometheanfiretonyb, prometheanfire, number80, dirk, coolsvap, toabctl, smcginnis, dhellmann20:35
prometheanfireo/20:35
dhellmanno/20:36
prometheanfire#topic Any controversies in the Queue?20:36
*** openstack changes topic to "Any controversies in the Queue? (Meeting topic: requirements)"20:36
prometheanfireno?20:36
tonybNope it's pretty empty20:37
prometheanfirebeen trying to keep it thin20:37
* tonyb needs to review the docs changes in requirements and project-team-guide20:37
prometheanfiresomeone mind taking a look at https://review.openstack.org/615935 ?20:37
prometheanfiretonyb: that was the other thing I'd like reviewed :D20:38
tonybprometheanfire: +2+W'd it befoer the meeting20:38
prometheanfireah, cool20:39
prometheanfire#topic summit20:39
*** openstack changes topic to "summit (Meeting topic: requirements)"20:39
prometheanfiresee you all there :D20:39
tonybYup20:40
tonybGood luck with your presentation20:40
prometheanfirefor my talk I'd appreciate feedback if you want20:40
prometheanfirehttps://dev.gentoo.org/~prometheanfire/dist/talks/requirements-presentation-berlin.odp is my talk if you'd like to preview it.  Most of what I say is going to be in the notes view.20:40
tonybprometheanfire: sure I'll look over it20:41
prometheanfirecool20:41
prometheanfire#topic open floor20:41
*** openstack changes topic to "open floor (Meeting topic: requirements)"20:41
prometheanfireI guess now would be a good time to mention that next week we won't be having a meeting20:42
tonybhehe Yeah.20:42
dhellmannslides look good20:43
dhellmannfun theme :-)20:43
prometheanfireya, common one :P20:43
prometheanfiregonna end meeting soon20:43
prometheanfiredhellmann: tonyb: https://dev.gentoo.org/~prometheanfire/images/nova-reqs.svg btw, for fun :D20:44
prometheanfire#endmeeting20:45
*** openstack changes topic to "OpenStack Requirements - IRC meetngs on Wednesdays @ 07:00 UTC in here in #openstack-requirements - See agenda @ http://tinyurl.com/h44ryuw - IRC channel is *LOGGED* @ http://tinyurl.com/j38rk24"20:45
openstackMeeting ended Wed Nov  7 20:45:00 2018 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)20:45
openstackMinutes:        http://eavesdrop.openstack.org/meetings/requirements/2018/requirements.2018-11-07-20.35.html20:45
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/requirements/2018/requirements.2018-11-07-20.35.txt20:45
openstackLog:            http://eavesdrop.openstack.org/meetings/requirements/2018/requirements.2018-11-07-20.35.log.html20:45
tonybprometheanfire: nice20:45
prometheanfireya, it's the thing on the screen as people walk into the presentation :D20:45
prometheanfireor part of it20:45
tonybprometheanfire: cool20:46
*** lamt has quit IRC20:48
*** mwhahaha has quit IRC20:48
*** mwhahaha has joined #openstack-requirements20:49
openstackgerritMerged openstack/requirements master: Updated from generate-constraints  https://review.openstack.org/61607822:19
openstackgerritOpenStack Proposal Bot proposed openstack/requirements master: update constraint for oslo.service to new release 1.33.0  https://review.openstack.org/61637123:02
*** dhellmann has quit IRC23:45

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!