*** irclogbot_2 has quit IRC | 00:39 | |
tonyb | efried, 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 requirements | 01:56 |
---|---|---|
*** hongbin has joined #openstack-requirements | 03:12 | |
*** hongbin has quit IRC | 04:47 | |
openstackgerrit | Tony Breeds proposed openstack/requirements master: Block dulwich 0.19.7 https://review.openstack.org/616074 | 05:55 |
tonyb | prometheanfire, dirk: Can chance you can look at ^^ the tripleo (at least) gate is broken until that lands | 05:56 |
*** jrist has quit IRC | 05:58 | |
prometheanfire | tonyb: sure it's not a mirror issue? | 06:03 |
prometheanfire | https://github.com/dulwich/dulwich/commit/29fd29e67a04aaaf815dde051e6c0888d28e8ac8 nvm | 06:03 |
tonyb | prometheanfire: 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 school | 06:07 | |
*** jrist has joined #openstack-requirements | 06:11 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/requirements master: Updated from generate-constraints https://review.openstack.org/616078 | 06:18 |
openstackgerrit | Matthew Thode proposed openstack/requirements master: Updated from generate-constraints https://review.openstack.org/616078 | 06:22 |
prometheanfire | tonyb: ^ includes a dulwich update that should fix it as well | 06:23 |
prometheanfire | feel free to rearange/stack | 06:23 |
openstackgerrit | Merged openstack/requirements master: update constraint for neutron-lib to new release 1.20.0 https://review.openstack.org/615894 | 07:03 |
*** dangtrinhnt has quit IRC | 07:12 | |
*** dangtrinhnt has joined #openstack-requirements | 07:23 | |
*** ccamacho has joined #openstack-requirements | 07:31 | |
*** e0ne has joined #openstack-requirements | 07:49 | |
tonyb | prometheanfire: If 616078 will fix it then great. | 08:18 |
tonyb | just need another +2+W | 08:18 |
*** dims has quit IRC | 08:52 | |
*** dims has joined #openstack-requirements | 08:53 | |
*** dims has quit IRC | 08:58 | |
*** dims has joined #openstack-requirements | 08:59 | |
*** jpich has joined #openstack-requirements | 09:01 | |
openstackgerrit | Merged openstack/requirements master: Block dulwich 0.19.7 https://review.openstack.org/616074 | 09:16 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/requirements master: update constraint for python-barbicanclient to new release 4.8.0 https://review.openstack.org/616122 | 09:23 |
*** ttx has quit IRC | 09:37 | |
*** ttx has joined #openstack-requirements | 09:51 | |
*** e0ne has quit IRC | 10:02 | |
*** e0ne has joined #openstack-requirements | 10:04 | |
*** e0ne has quit IRC | 10:45 | |
*** dtantsur|afk is now known as dtantsur | 10:47 | |
*** e0ne has joined #openstack-requirements | 10:54 | |
*** e0ne has quit IRC | 12:04 | |
*** e0ne has joined #openstack-requirements | 12:08 | |
*** e0ne has quit IRC | 12:09 | |
*** snapiri has joined #openstack-requirements | 12:22 | |
*** e0ne has joined #openstack-requirements | 12:27 | |
*** vpickard_ is now known as vpickard | 13:00 | |
*** e0ne has quit IRC | 13:41 | |
*** e0ne has joined #openstack-requirements | 13:45 | |
*** e0ne has quit IRC | 14:13 | |
*** e0ne has joined #openstack-requirements | 14:14 | |
efried | tonyb: Is it allowed to specify a python version constraint in l-c? | 14:47 |
efried | I don't see it anywhere else (haven't looked at the whole world tho) | 14:47 |
efried | I 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|afk | 15:42 | |
*** vpickard is now known as vpickard_ | 15:46 | |
openstackgerrit | Merged openstack/requirements master: update constraint for python-barbicanclient to new release 4.8.0 https://review.openstack.org/616122 | 16:17 |
openstackgerrit | Matthew Thode proposed openstack/requirements master: Updated from generate-constraints https://review.openstack.org/616078 | 16:24 |
*** e0ne has quit IRC | 16:44 | |
*** e0ne has joined #openstack-requirements | 16:44 | |
*** e0ne has quit IRC | 16:44 | |
*** efried is now known as efried_rollin | 17:08 | |
*** jpich has quit IRC | 17:28 | |
*** e0ne has joined #openstack-requirements | 18:36 | |
*** e0ne has quit IRC | 18:38 | |
*** irclogbot_2 has joined #openstack-requirements | 18:47 | |
*** kmalloc is now known as needscoffee | 19:05 | |
*** e0ne has joined #openstack-requirements | 19:24 | |
*** e0ne has quit IRC | 19:31 | |
*** efried_rollin is now known as efried | 20:18 | |
*** needscoffee is now known as kmalloc | 20:19 | |
tonyb | efried: It's find in u-c so I'd expect it to the fine in l-c. If it isn't that's a bug | 20:26 |
efried | tonyb: The patch is gateward; do you think it's wrong? | 20:26 |
tonyb | efried: l-c is per-project wheer as u-c is all-of-openstack, so l-c is typically <100 lines | 20:26 |
tonyb | efried: link? | 20:27 |
efried | tonyb: https://review.openstack.org/#/c/616013/ | 20:27 |
efried | Okay, 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 |
tonyb | efried: It'll pass the gate but there should be an environment marker on monotonic in l-c | 20:29 |
tonyb | efried: but it not being there will not cause a problem I guess | 20:29 |
efried | okay, thanks. | 20:29 |
efried | if you think it's important I can sling one in there in a fup | 20:29 |
tonyb | efried: 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 |
efried | but iiuc, l-c isn't saying "install these things" | 20:30 |
efried | it's saying, "if these things are installed, they must be at least this version" | 20:30 |
tonyb | efried: 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 version | 20:30 |
efried | in this case, monotonic is always going to get installed anyway - it gets pulled in by eventlet | 20:30 |
tonyb | efried: Yeah that thing | 20:30 |
tonyb | efried: Oh okay | 20:31 |
tonyb | I misunderstood | 20:31 |
efried | but 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 |
tonyb | if 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 |
efried | ah, okay, that makes sense | 20:32 |
efried | and is a favored answer because it requires no further action on my part. | 20:32 |
efried | Thanks tonyb | 20:32 |
tonyb | No if nothing installs monotonic even if it's in l-c it wont get installed. | 20:32 |
efried | okay, good, then this is appropriate even for future. I like. | 20:32 |
tonyb | efried: 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 installed | 20:33 |
tonyb | efried: Yup all good | 20:33 |
tonyb | prometheanfire: meeting? | 20:33 |
tonyb | prometheanfire: or did you get confised by the DST shift | 20:34 |
prometheanfire | oh ya | 20:35 |
prometheanfire | #startmeeting requirements | 20:35 |
openstack | Meeting 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 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 20:35 |
*** openstack changes topic to " (Meeting topic: requirements)" | 20:35 | |
openstack | The meeting name has been set to 'requirements' | 20:35 |
prometheanfire | #topic rollcall | 20:35 |
*** openstack changes topic to "rollcall (Meeting topic: requirements)" | 20:35 | |
tonyb | o/ | 20:35 |
prometheanfire | tonyb, prometheanfire, number80, dirk, coolsvap, toabctl, smcginnis, dhellmann | 20:35 |
prometheanfire | o/ | 20:35 |
dhellmann | o/ | 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 | |
prometheanfire | no? | 20:36 |
tonyb | Nope it's pretty empty | 20:37 |
prometheanfire | been trying to keep it thin | 20:37 |
* tonyb needs to review the docs changes in requirements and project-team-guide | 20:37 | |
prometheanfire | someone mind taking a look at https://review.openstack.org/615935 ? | 20:37 |
prometheanfire | tonyb: that was the other thing I'd like reviewed :D | 20:38 |
tonyb | prometheanfire: +2+W'd it befoer the meeting | 20:38 |
prometheanfire | ah, cool | 20:39 |
prometheanfire | #topic summit | 20:39 |
*** openstack changes topic to "summit (Meeting topic: requirements)" | 20:39 | |
prometheanfire | see you all there :D | 20:39 |
tonyb | Yup | 20:40 |
tonyb | Good luck with your presentation | 20:40 |
prometheanfire | for my talk I'd appreciate feedback if you want | 20:40 |
prometheanfire | https://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 |
tonyb | prometheanfire: sure I'll look over it | 20:41 |
prometheanfire | cool | 20:41 |
prometheanfire | #topic open floor | 20:41 |
*** openstack changes topic to "open floor (Meeting topic: requirements)" | 20:41 | |
prometheanfire | I guess now would be a good time to mention that next week we won't be having a meeting | 20:42 |
tonyb | hehe Yeah. | 20:42 |
dhellmann | slides look good | 20:43 |
dhellmann | fun theme :-) | 20:43 |
prometheanfire | ya, common one :P | 20:43 |
prometheanfire | gonna end meeting soon | 20:43 |
prometheanfire | dhellmann: tonyb: https://dev.gentoo.org/~prometheanfire/images/nova-reqs.svg btw, for fun :D | 20:44 |
prometheanfire | #endmeeting | 20: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 | |
openstack | Meeting ended Wed Nov 7 20:45:00 2018 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 20:45 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/requirements/2018/requirements.2018-11-07-20.35.html | 20:45 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/requirements/2018/requirements.2018-11-07-20.35.txt | 20:45 |
openstack | Log: http://eavesdrop.openstack.org/meetings/requirements/2018/requirements.2018-11-07-20.35.log.html | 20:45 |
tonyb | prometheanfire: nice | 20:45 |
prometheanfire | ya, it's the thing on the screen as people walk into the presentation :D | 20:45 |
prometheanfire | or part of it | 20:45 |
tonyb | prometheanfire: cool | 20:46 |
*** lamt has quit IRC | 20:48 | |
*** mwhahaha has quit IRC | 20:48 | |
*** mwhahaha has joined #openstack-requirements | 20:49 | |
openstackgerrit | Merged openstack/requirements master: Updated from generate-constraints https://review.openstack.org/616078 | 22:19 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/requirements master: update constraint for oslo.service to new release 1.33.0 https://review.openstack.org/616371 | 23:02 |
*** dhellmann has quit IRC | 23:45 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!