macfsevents
macfsevents copied to clipboard
PyPi not up to date
The latest version on Pypi is 0.8.1 and does not contain the fix for issue #43.
Should be available now in https://pypi.org/project/MacFSEvents/0.8.2/ – apologies for the 5-year delay in getting a release out of this.
Should be available now in https://pypi.org/project/MacFSEvents/0.8.2/ – apologies for the 5-year delay in getting a release out of this.
The new version 0.8.2 on PyPI does not contain CHANGES.rst
, which is required by setup.py
. https://github.com/malthe/macfsevents/blob/2f5682639a658d26990cad80d08fe0e2615f540e/setup.py#L22
Should we fixed now in version 0.8.3.
Thanks!
Should we fixed now in version 0.8.3.
Thanks!
Not sure if I shall open a new issue. But it seems now compat.h
is missing (it was missing in 0.8.2 as well)...
Fixed in 0.8.4.
There are some test failures which I don't quite understand. The file masks returned sometimes come out as 0 rather than FS_ITEMCREATED + FS_ITEMREMOVED + FS_ITEMISFILE
.
Not sure why this is.