On Tue, Jan 16, 2018 at 11:40:57PM +0000, Stuart Henderson wrote: > On 2018/01/17 00:01, Joerg Jung wrote: > > Hi, > > > > please find attached an update for devel/py-typing. > > The update seems ok, but: > > > This update introduces a python3 FLAVOR, which is needed as a dependency > > for the upcoming homeassistant port. > > typing is in Python core for 3.5+, so I think it might be better to > skip the py3 flavour.
>From PEP 484: Type Hints: "The module is available in Python since version 3.5.0 on a provisional basis until Python 3.7.0." [...] "The changes are merged in three branches (3.5, 3.6, default) due to the module's provisional status." >From what I understand, provisional basis means this module is the newer upstream-branch compared to the python built-in and it looks like homeassistant really wants this newer one. But I'm not sure about this assumption :(
