macfsevents icon indicating copy to clipboard operation
macfsevents copied to clipboard

PyPi not up to date

Open marcelloDC opened this issue 1 year ago • 5 comments

The latest version on Pypi is 0.8.1 and does not contain the fix for issue #43.

marcelloDC avatar May 10 '23 15:05 marcelloDC

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.

malthe avatar May 22 '23 20:05 malthe

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

de1acr0ix avatar May 23 '23 06:05 de1acr0ix

Should we fixed now in version 0.8.3.

Thanks!

malthe avatar May 23 '23 06:05 malthe

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)...

de1acr0ix avatar May 23 '23 07:05 de1acr0ix

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.

malthe avatar May 23 '23 07:05 malthe